Slackbot
06/02/2022, 2:18 PMSrikanth Chekuri
06/02/2022, 4:44 PMbut the agent seem to completely ignore the configWhat the agent are you referring here? The java agent? Or did you enable some extension from collector config?
Valentin Baert
06/03/2022, 7:28 AMPrashant Shahi
06/03/2022, 9:24 AMPrashant Shahi
06/03/2022, 9:25 AMotlp:
protocols:
grpc:
http:
auth:
authenticator: basicauth
cors:
allowed_origins:
- <http://localhost>:*
...
extensions:
health_check: {}
zpages: {}
basicauth:
htpasswd:
inline: |
${BASIC_AUTH_USERNAME}:${BASIC_AUTH_PASSWORD}
service:
extensions: [health_check, zpages, basicauth]
while, you would have to include those environment variables for OTel collector:
environment:
- BASIC_AUTH_USERNAME=signoz
- BASIC_AUTH_PASSWORD=password
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.
Powered by