Skip to content

Commit

Permalink
fix: allow otel tracing provider in config (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraeger authored Dec 1, 2022
1 parent 5d23dcb commit 2661190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1851,8 +1851,8 @@
"properties": {
"provider": {
"type": "string",
"description": "Set this to the tracing backend you wish to use. Supports Jaeger, Zipkin, DataDog and elastic-apm. If omitted or empty, tracing will be disabled. Use environment variables to configure DataDog (see https://docs.datadoghq.com/tracing/setup/go/#configuration).",
"enum": ["zipkin", "jaeger", "datadog", "elastic-apm"],
"description": "Set this to the tracing backend you wish to use. Supports Jaeger, Zipkin, DataDog, Elastic APM and OpenTelemetry. If omitted or empty, tracing will be disabled. Use environment variables to configure DataDog (see https://docs.datadoghq.com/tracing/setup/go/#configuration).",
"enum": ["zipkin", "jaeger", "datadog", "elastic-apm", "otel"],
"examples": ["zipkin"]
},
"service_name": {
Expand Down

0 comments on commit 2661190

Please sign in to comment.