-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
enhancementNew feature or requestNew feature or requestneeds triageNew issue that requires triageNew issue that requires triage
Description
Is your feature request related to a problem? Please describe.
Line 22 in 3122897
public class AgentTracerProviderConfigurer implements AutoConfigurationCustomizerProvider { |
AutoConfigurationCustomizerProvider
- which is not used with file config
@jack-berg what is the reason for not supporting this callback?
Describe the solution you'd like
Use DeclarativeConfigurationCustomizer
instead
Tasks:
- spring starter: add thread details instrumentation / configure logging span exporter #14117
- Spring starter thread details #14449
- Declarative config: Agent tracer/thread details config #14127
- add declarative config span logger #14591
- declarative config: add thread details resource processor #14564
- add spring starter span logging #14594
- Spring starter declarative config logging exporter #14917
The same as a table
Thread details | Span logging | |
---|---|---|
Spring starter | #14449 ✔️ | #14594 ✔️ |
Declarative config: Spring starter | #14564 | #14917 |
Declarative config: Java agent | #14564 | #14591 ✔️ |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestneeds triageNew issue that requires triageNew issue that requires triage
Type
Projects
Status
Awaiting Review