You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the OTEL_SERVICE_NAME environment variable, the expected service name does not appear in the exported telemetry. Instead, the default or fallback name is used. This makes it difficult to correctly identify services in observability platforms.
Steps to Reproduce:
Set OTEL_SERVICE_NAME=MyService in the environment.
Run the application with OpenTelemetry enabled.
Inspect the telemetry data (e.g., traces, metrics).