This message was deleted.
# support
s
This message was deleted.
p
cc @Ankit Nayan @Srikanth Chekuri
s
@Andrew Grishin we have see this happen with empty data in the past. did you have docker stats or something similar in your receivers? I am not totally sure why sugaredlogger is not showing the log. Will look into it.
a
@Srikanth Chekuri we have most of our apps with standard nodejs instrumentations and one app with dotnet core. We didnt configure docker or anything else to send to Signoz. Thanks for looking into!
s
What’s SDK versions you are using?
a
Copy code
"@opentelemetry/auto-instrumentations-node": "^0.31.0",
    "@opentelemetry/exporter-metrics-otlp-grpc": "^0.29.2",
    "@opentelemetry/exporter-otlp-grpc": "^0.26.0",
    "@opentelemetry/exporter-trace-otlp-grpc": "^0.29.2",
    "@opentelemetry/sdk-metrics-base": "^0.29.2",
    "@opentelemetry/sdk-node": "^0.29.2",
    "nestjs-otel": "^3.0.4",
s
It looks like otlp grpc metrics exporter is only compatible until <=
0.53.0
version of collector according to js docs.
a
@Srikanth Chekuri so any nodejs user won't be able to send metric via grpc to current otel-collector version of signoz?
s
Not totally sure about that. It could be that they haven’t updated the docs since last time when they made it 0.53. Otherwise it also happens when the data is empty. Let me check with example.