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
We can automate reconciliation of the config declarations by accessing all the configs in the latest agent jar and checking that we have corresponding definitions for them in the new agent. The new agent will have an additional "not yet implemented" declaration for any not yet implemented
We don't use the stagemonitor dependency in the new agent (except for that test reconciliation process in 1. above), instead we implement the parts we need - it would look fairly similar though because ...
We need to generate the docs in the same format so we may as well copy over the doc generation
The new stagemonitor re-implementation needs to check the same 4 things (JVM properties, environment variables, file property declaration, central config)
An Otel extension will run the configure process at start and accept values (with an option to be sync/async for the central config?) and set the equivalent Otel values if they exist - this would happen at agent start, there is an extension hook
ConfigProperties
Implementation notes:
AutoConfiguredOpenTelemetrySdkBuilder#addPropertiesSupplier
adds default valuesAutoConfiguredOpenTelemetrySdk#getConfig
provides the actual configThe text was updated successfully, but these errors were encountered: