-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
2 / 22 of 2 issues completedLabels
Description
Implement the following configurations:
Higher Priority for dynamic config
- DONE: Disable instrumentations
- DONE: Sampling - already available but not dynamic
- DONE: Disable ALL instrumentations
- DONE: Change log level dynamically
Medium priority for dynamic config
- DONE: Profiling inferred spans - done but not dynamic, can be made dynamic
- Trace methods (start without wildcard support) (will be done as a separate outcome)
Low priority for dynamic config
- Capture body
- Application packages
- Sanitize field names
- DONE: Disable agent config
- DONE: Disable Send & Context Propagation Only - DONE the dynamic sending part but not the central config part
Not a priority for dynamic config
- Transaction name groups & Use path as transaction name (should be done as an OTel collector processor pipeline)
- Don't verify the server cert
- DONE: Global Labels - not dynamic in classic agent, so no need to be dynamic in EDOT. It's already present in EDOT as static config
Open Question
- Enable log correlation
- Capture JMX metrics
All of this work assumes we'll use central config
Upstream contribution
breedx-splk