Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Nov 19, 2021
1 parent a8cafc5 commit 6b01db4
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions docs/source/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,18 @@ opentelemetry:
otlp:
tracing:
exporter:
# URL of the exporter
endpoint:
# Possible options: 'Grpc' for GRPC protocol and 'HttpBinary' for HTTP protocol with binary protobuf
protocol: Grpc
# timmeout in seconds
timeout: 60
metadata:
- foo: bar
- foo: baz
- bar: baz
# 'http' for OTLP/HTTP, 'grpc' for OTLP/gRPC
http:
# URL of the exporter
endpoint:
# Possible options: 'Grpc' for GRPC protocol and 'HttpBinary' for HTTP protocol with binary protobuf
protocol: Grpc
# timmeout in seconds
timeout: 60
metadata:
- foo: bar
- foo: baz
- bar: baz
trace_config:
sampler:
ParentBased:
Expand Down

0 comments on commit 6b01db4

Please sign in to comment.