Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added option to config example.
  • Loading branch information
gfonseca-tc committed Dec 7, 2021
1 parent 31189d4 commit 2d6032d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions exporter/datadogexporter/example/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ exporters:
# instrumentation:express.server: express
# go.opentelemetry.io_contrib_instrumentation_net_http_otelhttp.client: http.client

## @param span_name_as_resource_name - use OpenTelemetry semantic convention for span naming - optional
## Option created to maintain similarity with the OpenTelemetry semantic conventions as discussed in the issue below.
## https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/trace/semantic_conventions
## https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/1909
# span_name_as_resource_name: true


service:
pipelines:
Expand Down

0 comments on commit 2d6032d

Please sign in to comment.