Bootstrap initial repo state
This commit is contained in:
parent
0ed92847f8
commit
ed68e97829
20 changed files with 437 additions and 0 deletions
22
helm/values/otel-collector.values.yaml
Normal file
22
helm/values/otel-collector.values.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
mode: deployment
|
||||
config:
|
||||
receivers:
|
||||
otlp:
|
||||
protocols: { http: {}, grpc: {} }
|
||||
processors:
|
||||
batch: {}
|
||||
exporters:
|
||||
prometheusremotewrite:
|
||||
endpoint: "http://monitoring-kube-prometheus-prometheus.monitoring:9090/api/v1/write"
|
||||
loki:
|
||||
endpoint: "http://loki.logging:3100/loki/api/v1/push"
|
||||
service:
|
||||
pipelines:
|
||||
metrics:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
exporters: [prometheusremotewrite]
|
||||
logs:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
exporters: [loki]
|
||||
Loading…
Add table
Add a link
Reference in a new issue