Skip to content

Commit

Permalink
feat(docs): opentelemetry tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous authored and aeneasr committed Jan 11, 2022
1 parent b75b20a commit 74da7b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1609,6 +1609,7 @@ tracing:
# - datadog
# - elastic-apm
# - instana
# - otel
#
# Examples:
# - jaeger
Expand Down
4 changes: 3 additions & 1 deletion quickstart-tracing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ services:
# - ELASTIC_APM_SERVICE_NAME="ORY Hydra"
# - ELASTIC_APM_SERVICE_VERSION="1.9.0"
# - ELASTIC_APM_ENVIRONMENT="devel"

### Opentelemetry ###
### See env vars here: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md ###
# - OTEL_SERVICE_NAME="ORY Hydra"
jaeger:
image: jaegertracing/all-in-one:1.19.2
ports:
Expand Down
3 changes: 2 additions & 1 deletion spec/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,8 @@
"zipkin",
"datadog",
"elastic-apm",
"instana"
"instana",
"otel"
],
"examples": [
"jaeger"
Expand Down

0 comments on commit 74da7b6

Please sign in to comment.