initial commit
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 57s

Change-Id: If828a59747288b93a9fbe8728157ffd1e73639b6
This commit is contained in:
Scaffolder
2026-07-27 10:07:51 +00:00
commit f4c62f1527
209 changed files with 105803 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
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