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
i was using the open telemetry configuration for micronaut.
While i am able to enable/disable tracing i can use the following property micronaut.otel.enabled
as documented here.
configuring open telemetry itself happens directly via otel.*
I was wondering why those two have seperate scopes.
I guess enabling/disabling is part of micronaut and therefor irrelevant for general otel configuration and you don't want to have clashing names, in case otel supports a flag called enabled.
From the usage perspective i find this confusing, as it has multiple locations for configuration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
i was using the open telemetry configuration for micronaut.
While i am able to enable/disable tracing i can use the following property
micronaut.otel.enabled
as documented here.
configuring open telemetry itself happens directly via
otel.*
I was wondering why those two have seperate scopes.
I guess enabling/disabling is part of micronaut and therefor irrelevant for general otel configuration and you don't want to have clashing names, in case otel supports a flag called enabled.
From the usage perspective i find this confusing, as it has multiple locations for configuration.
Beta Was this translation helpful? Give feedback.
All reactions