forked from equinixmetal-helm/k8s-otel-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
34 lines (27 loc) · 766 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
clusterInfo: {}
image:
repository: otel/opentelemetry-collector-contrib
tag: "0.97.0"
pullPolicy: IfNotPresent
resources: {}
memory_limiter:
limit_mib: "400"
spike_limit_mib: "100"
check_interval: "5s"
memory_ballast:
enabled: true
size_mib: 683
# allow exporting to an additional collector or tracing backend
addl_traces_exporter:
enabled: false
# name: otlp/spanmetrics
# endpoint: spanmetrics-collector:4317
# tls: "insecure: true"
# override in downstream parent chart to deploy ServiceMonitor
# allows Prometheus Operator to scrape metrics
servicemonitor:
enabled: false
# including additional attributes requires creating _otel-attributes.tpl in application chart
# see README for an example
include_otel_attributes: false