Skip to content

Commit

Permalink
ddtrace/tracer: rename top-level field (#784)
Browse files Browse the repository at this point in the history
Rename the top level field set by the tracer to follow the tracer standard.
See: DataDog/datadog-agent#6941
  • Loading branch information
piochelepiotr authored Dec 10, 2020
1 parent af86470 commit c2a1799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/tracer/span.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,5 +383,5 @@ const (
keyMeasured = "_dd.measured"
// keyTopLevel is the key of top level metric indicating if a span is top level.
// A top level span is a local root (parent span of the local trace) or the first span of each service.
keyTopLevel = "_top_level"
keyTopLevel = "_dd.top_level"
)

0 comments on commit c2a1799

Please sign in to comment.