File tree 2 files changed +7
-4
lines changed
suite/manifests/telemetry
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const (
12
12
collectorChartReleaseName = "otel-collector"
13
13
//nolint:lll
14
14
// renovate: datasource=helm depName=opentelemetry-collector registryUrl=https://open-telemetry.github.io/opentelemetry-helm-charts
15
- collectorChartVersion = "0.73 .1"
15
+ collectorChartVersion = "0.102 .1"
16
16
)
17
17
18
18
// InstallCollector installs the otel-collector.
Original file line number Diff line number Diff line change 1
1
mode : deployment
2
2
replicaCount : 1
3
+ image :
4
+ repository : otel/opentelemetry-collector-k8s
3
5
config :
4
6
exporters :
5
7
debug :
6
8
verbosity : detailed
7
- logging : {}
8
9
extensions :
9
10
health_check : {}
10
- memory_ballast :
11
- size_in_percentage : 40
12
11
processors :
13
12
batch : {}
14
13
memory_limiter :
@@ -29,3 +28,7 @@ config:
29
28
- debug
30
29
receivers :
31
30
- otlp
31
+ resources :
32
+ limits :
33
+ cpu : 250m
34
+ memory : 512Mi
You can’t perform that action at this time.
0 commit comments