Skip to content

Commit 0bed2b7

Browse files
committed
Add link to full example in README
1 parent b7389c2 commit 0bed2b7

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ddtrace"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
authors = ["David Steiner <david_j_steiner@yahoo.co.nz", "Fergus Strangways-Dixon <fergusdixon101@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and Datadog.
1414
`ddtrace` has the following features:
1515
1. tracing: utilities for building an OpenTelemetry tracer/layer that sends traces to the Datadog agent
1616
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
17-
(more information: https://docs.datadoghq.com/tracing/other_telemetry/connect_logs_and_traces/opentelemetry/)
17+
([more information](https://docs.datadoghq.com/tracing/other_telemetry/connect_logs_and_traces/opentelemetry/))
1818
3. propagation: a utility function to set the Datadog propagator as the global propagator
1919
4. axum (enabled via the `axum` feature): re-exposing the functionality of [axum-tracing-opentelemetry](https://github.com/davidB/axum-tracing-opentelemetry)
2020

@@ -93,6 +93,9 @@ async fn health() -> &'static str {
9393
}
9494
```
9595

96+
Please refer to the complete project with the `Cargo.toml`
97+
[here](https://github.com/Validus-Risk-Management/ddtrace/tree/main/examples/axum).
98+
9699
# Datadog Agent Setup
97100

98101
The Datadog agent needs to be configured to receive OTel traces over gRPC.

0 commit comments

Comments
 (0)