Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
Signed-off-by: Wise-Wizard <saransh.shankar@gmail.com>
  • Loading branch information
Wise-Wizard committed Jul 16, 2024
1 parent 9fa70b5 commit 3b20fb9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions cmd/jaeger/internal/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ service:
receivers: [otlp, jaeger, zipkin]
processors: [batch]
exporters: [jaeger_storage_exporter]
# telemetry:
# metrics:
# level: detailed
# traces:
# processors:
# - batch:
# schedule_delay: 1000
# exporter:
# otlp:
# endpoint: http://localhost:4318/v1/traces
# protocol: http/protobuf
# headers:
# Authorization: "Basic ..."
telemetry:
metrics:
level: detailed
traces:
processors:
- batch:
schedule_delay: 1000
exporter:
otlp:
endpoint: http://localhost:4318/v1/traces
protocol: http/protobuf
headers:
Authorization: "Basic ..."
extensions:
jaeger_query:
trace_storage: some_storage
Expand Down

0 comments on commit 3b20fb9

Please sign in to comment.