-
Notifications
You must be signed in to change notification settings - Fork 1k
translate /development in DeclarativeConfigPropertiesBridge
#15606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
translate /development in DeclarativeConfigPropertiesBridge
#15606
Conversation
|
|
||
| // experimental in the middle of the property name should be preserved | ||
| assertThat( | ||
| bridge.getBoolean("otel.instrumentation.runtime-telemetry.emit-experimental-telemetry")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's really only this setting - so we can define a custom mapping like emit-experimental-telemetry/development
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just added this mapping
...n/java/io/opentelemetry/instrumentation/config/bridge/DeclarativeConfigPropertiesBridge.java
Outdated
Show resolved
Hide resolved
|
@trask I think at this point, you're faster to get rid of DeclarativeConfigPropertiesBridge - so this isn't needed any more 😄 |
See #15339