initial commit
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m0s
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m0s
Change-Id: I5f624b221545283dafa1ca30bef9b8b722fcf0c7
This commit is contained in:
25
examples/bring-your-own-observability/values.yaml
Normal file
25
examples/bring-your-own-observability/values.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user