All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 57s
Change-Id: If828a59747288b93a9fbe8728157ffd1e73639b6
26 lines
550 B
YAML
26 lines
550 B
YAML
|
|
opentelemetry-collector:
|
|
config:
|
|
exporters:
|
|
otlp/my-own-observability-endpoint:
|
|
endpoint: "my-observability-endpoint:4317"
|
|
tls:
|
|
insecure: true
|
|
service:
|
|
pipelines:
|
|
traces:
|
|
exporters: [otlp/my-own-observability-endpoint, debug, spanmetrics]
|
|
metrics:
|
|
exporters: [otlp/my-own-observability-endpoint, debug]
|
|
logs:
|
|
exporters: [otlp/my-own-observability-endpoint, debug]
|
|
jaeger:
|
|
enabled: false
|
|
|
|
prometheus:
|
|
enabled: false
|
|
|
|
grafana:
|
|
enabled: false
|
|
|