All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m0s
Change-Id: I5f624b221545283dafa1ca30bef9b8b722fcf0c7
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
|
|
|