Hi team, i saw a question on <community-chart.sign...
# support
m
Found the github issue for this. https://github.com/SigNoz/signoz/issues/3684 However, as the solution worked for OP by changing the library to
opentelemetry/exporter-trace-otlp-http
i am using the same but not able to digest the logs. However the custom span i have created is visible in signoz ui, but not the message related to that span.
dependencies: "@opentelemetry/api": "^1.9.0", "@opentelemetry/context-zone": "^1.26.0", "@opentelemetry/exporter-trace-otlp-http": "^0.53.0", "@opentelemetry/resources": "^1.26.0", "@opentelemetry/sdk-trace-base": "^1.26.0", "@opentelemetry/sdk-trace-web": "^1.26.0", Also found this on opentelemetry docs: https://opentelemetry.io/docs/specs/otlp/#partial-success