Slackbot
02/20/2023, 9:56 PMSrikanth Chekuri
02/20/2023, 11:51 PMWhen running the app inside the container, you need to ensure the endpoint where SigNoz is receiving the data is set correctly. This expects the receiver within the container and fails, as the output shows. It is either http://otel-collector:4317 if this dashApp runs as a part of the same n/w or http//<host ip4317> otherwise.Copy codeENV OTEL_EXPORTER_OTLP_ENDPOINT "<http://localhost:4317>"
John White
02/21/2023, 1:01 AMTransient error StatusCode.UNAVAILABLE encountered while exporting metrics, retrying in 1s.
error is now gone. However, the "...has been created already" logs is still appearing in the dash container. Additionally, no services is appearing in the Signoz UI even after sending requests in the dash app.John White
02/21/2023, 1:22 AMExceptions
tab in the Signoz UI. Upon fixing this exception, then everything will show up and be tracked properly.Ankit Nayan
John White
02/22/2023, 4:51 AMJohn White
02/23/2023, 4:17 AM