This message was deleted.
s
This message was deleted.
a
Hey @User, sorry for late reply. I handle tech at SigNoz. The above error message means the metrics data is not ingested but the trace data should be ingesting and you should be able to see your service in SigNoz dashboard's 1st page. To remove the above error we can ask not to collect metrics by setting
OTEL_METRICS_EXPORTER=none
env variable apart from the other 2 you have set.
I shall include this in docs too
349 Views