We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2221e9d commit 821b42cCopy full SHA for 821b42c
components/kubearchive/staging/stone-stg-rh01/otel-collector-config.yaml
@@ -16,7 +16,9 @@ exporters:
16
send_timestamps: true
17
add_metric_suffixes: false
18
otlp: # otlp collector that sends traces to signalfx
19
- endpoint: http://open-telemetry-opentelemetry-collector.konflux-otel.svc.cluster.local:4318/v1/traces
+ endpoint: open-telemetry-opentelemetry-collector.konflux-otel.svc.cluster.local:4318
20
+ tls:
21
+ insecure: true
22
debug:
23
24
service:
0 commit comments