dd-trace-java
dd-trace-java copied to clipboard
Added Health metrics for spans and traces
What Does This Do
Added the following health metrics:
Count of traces
- Created trace.pending.created
Count of spans
- Created - span.pending.created
- Sampled - tracing.context.size (already existed)
Count of continuations
- Finished - span.continuations.finished
- Canceled - span.continuations.canceled
Motivation
Additional Notes
Updated List of metrics
Count of traces
- Created - trace.pending.created
- Sampled Here - queue.enqueued.traces/queue.dropped.traces - SAMPLER_KEEP tag
- w/ Errors - queue.dropped.traces/api.errors.total
- Sent - flush.traces.total
Count of spans
- Created - span.pending.created
- Sampled - tracing.context.size
Count of continuations
- Finished - span.continuations.finished
- Canceled - span.continuations.canceled