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
Copy file name to clipboardExpand all lines: README.md
+21-17Lines changed: 21 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,14 @@ and Datadog.
16
16
# Features
17
17
18
18
`ddtrace` has the following features:
19
+
19
20
1. tracing: utilities for building an OpenTelemetry tracer/layer that sends traces to the Datadog agent
20
-
2. log correlation: a log formatter that converts the trace ID and span ID to the Datadog native format and injects them into the `dd.trace_id` and `dd.span_id` fields
21
+
2. log correlation: a log formatter that converts the trace ID and span ID to the Datadog native format and injects them
3. propagation: a utility function to set the Datadog propagator as the global propagator
23
-
4. axum (enabled via the `axum` feature): re-exposing the functionality of [axum-tracing-opentelemetry](https://github.com/davidB/axum-tracing-opentelemetry)
25
+
4. axum (enabled via the `axum` feature): re-exposing the functionality
26
+
of [axum-tracing-opentelemetry](https://github.com/davidB/axum-tracing-opentelemetry)
0 commit comments