Skip to content

Commit 093bbcb

Browse files
chore: Upgraded otel collector version to 0.118.0 from 0.114.0 (#3914)
* Upgraded otel collector version to 0.118.0 from 0.114.0 * Update the collector version in Readme --------- Co-authored-by: Raj Nishtala <[email protected]>
1 parent 42c65d1 commit 093bbcb

File tree

23 files changed

+27
-30
lines changed

23 files changed

+27
-30
lines changed

.changelog/3914.added.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: Upgraded otel collector version to 0.118.0 from 0.114.0 #3914

deploy/helm/sumologic/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
169169
| `sumologic.noProxy` | List of comma separated hostnames which should be excluded from the proxy | `kubernetes.default.svc` |
170170
| `sumologic.pullSecrets` | Optional list of secrets that will be used for pulling images for Sumo Logic's deployments and statefulsets. | `Nil` |
171171
| `sumologic.otelcolImage.repository` | Default image repository for OpenTelemetry Collector. This can be overridden for specific components. | `public.ecr.aws/sumologic/sumologic-otel-collector` |
172-
| `sumologic.otelcolImage.tag` | Default image tag for OpenTelemetry Collector. This can be overridden for specific components. | `0.114.0-sumo-0` |
172+
| `sumologic.otelcolImage.tag` | Default image tag for OpenTelemetry Collector. This can be overridden for specific components. | `0.118.0-sumo-0` |
173173
| `sumologic.otelcolImage.addFipsSuffix` | Add a `-fips` suffix to all image tags. See [help.sumologic.com/docs/send-data/kubernetes/security-best-practices](https://help.sumologic.com/docs/send-data/kubernetes/security-best-practices/) for more information. | `false` |
174174
| `sumologic.podLabels` | Additional labels for the pods. | `{}` |
175175
| `sumologic.podAnnotations` | Additional annotations for the pods. | `{}` |
@@ -325,7 +325,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
325325
| `opentelemetry-operator.manager.autoInstrumentationImage.nodejs.tag` | OpenTelemetry Operator NodeJS Instrumentation image tag. | `0.54.0` |
326326
| `opentelemetry-operator.manager.image.repository` | The default operator image repository for OpenTelemetry. | `public.ecr.aws/sumologic/opentelemetry-operator` |
327327
| `opentelemetry-operator.manager.collectorImage.repository` | The default collector image repository for OpenTelemetryCollector CRDs. | `public.ecr.aws/sumologic/sumologic-otel-collector` |
328-
| `opentelemetry-operator.manager.collectorImage.tag` | The default collector image tag for OpenTelemetryCollector CRDs. | `0.114.0-sumo-0` |
328+
| `opentelemetry-operator.manager.collectorImage.tag` | The default collector image tag for OpenTelemetryCollector CRDs. | `0.118.0-sumo-0` |
329329
| `opentelemetry-operator.manager.resources.limits.cpu` | Used to set limit CPU for OpenTelemetry-Operator Manager. | `250m` |
330330
| `opentelemetry-operator.manager.resources.limits.memory` | Used to set limit Memory for OpenTelemetry-Operator Manager. | `512Mi` |
331331
| `opentelemetry-operator.manager.resources.requests.cpu` | Used to set requested CPU for OpenTelemetry-Operator Manager. | `150m` |

deploy/helm/sumologic/values.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ sumologic:
269269
### Global configuration for OpenTelemetry Collector
270270
otelcolImage:
271271
repository: "public.ecr.aws/sumologic/sumologic-otel-collector"
272-
tag: "0.114.0-sumo-0"
272+
tag: "0.118.0-sumo-0"
273273

274274
## Add a -fips suffix to all image tags. With default tags, this results in FIPS-compliant otel images.
275275
## See https://github.com/SumoLogic/sumologic-otel-collector/blob/main/docs/fips.md for more information.
@@ -596,12 +596,8 @@ sumologic:
596596
## Default metric filters for Sumo Apps
597597
enableDefaultFilters: false
598598

599-
## By default, the Helm Chart collects some high-cardinality histogram metrics, as Sumo Apps make use of the sum and count components.
600-
## This setting causes the metrics collector to drop the actual histogram buckets, keeping only the sum and the count.
601-
## This affects the following metrics:
602-
## - apiserver_request_duration_seconds
603-
## - coredns_dns_request_duration_seconds
604-
## - kubelet_runtime_operations_duration_seconds
599+
## Drop Histogram buckets from metrics
600+
## This parameter is used to drop histogram buckets from histograms that are collected
605601
dropHistogramBuckets: true
606602

607603
## A regular expression to allow selected histogram metrics, including the buckets.
@@ -2532,7 +2528,7 @@ opentelemetry-operator:
25322528
repository: public.ecr.aws/sumologic/opentelemetry-operator
25332529
collectorImage:
25342530
repository: "public.ecr.aws/sumologic/sumologic-otel-collector"
2535-
tag: "0.114.0-sumo-0"
2531+
tag: "0.118.0-sumo-0"
25362532
autoInstrumentationImage:
25372533
java:
25382534
repository: public.ecr.aws/sumologic/autoinstrumentation-java

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following table displays the currently used software versions for our Helm c
107107

108108
| Name | Version |
109109
| ----------------------------------------- | ------- |
110-
| OpenTelemetry Collector | 0.114.0 |
110+
| OpenTelemetry Collector | 0.118.0 |
111111
| OpenTelemetry Operator | 0.76.0 |
112112
| kube-prometheus-stack/Prometheus Operator | 40.5.0 |
113113
| Falco | 3.8.7 |

tests/helm/testdata/goldenfile/events_otc_statefulset/basic.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
priorityClassName: "prio"
7373
containers:
7474
- name: otelcol
75-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.114.0-sumo-0"
75+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.118.0-sumo-0"
7676
imagePullPolicy: IfNotPresent
7777
args:
7878
- --config=/etc/otel/config.yaml

tests/helm/testdata/goldenfile/events_otc_statefulset/common.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
fsGroup: 999
7474
containers:
7575
- name: otelcol
76-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.114.0-sumo-0"
76+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.118.0-sumo-0"
7777
imagePullPolicy: IfNotPresent
7878
args:
7979
- --config=/etc/otel/config.yaml

tests/helm/testdata/goldenfile/events_otc_statefulset/proxy.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
fsGroup: 999
6161
containers:
6262
- name: otelcol
63-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.114.0-sumo-0"
63+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.118.0-sumo-0"
6464
imagePullPolicy: IfNotPresent
6565
args:
6666
- --config=/etc/otel/config.yaml

tests/helm/testdata/goldenfile/logs_otc_cloudwatch/basic.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
fsGroup: 999
4242
containers:
4343
- name: otelcol
44-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.114.0-sumo-0"
44+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.118.0-sumo-0"
4545
imagePullPolicy: IfNotPresent
4646
args:
4747
- --config=/etc/otelcol/config.yaml

tests/helm/testdata/goldenfile/logs_otc_daemonset/additional-complex.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
containers:
5555
- args:
5656
- --config=/etc/otelcol/config.yaml
57-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.114.0-sumo-0"
57+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.118.0-sumo-0"
5858
imagePullPolicy: IfNotPresent
5959
name: otelcol
6060
livenessProbe:

tests/helm/testdata/goldenfile/logs_otc_daemonset/additional.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
containers:
4848
- args:
4949
- --config=/etc/otelcol/config.yaml
50-
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.114.0-sumo-0"
50+
image: "public.ecr.aws/sumologic/sumologic-otel-collector:0.118.0-sumo-0"
5151
imagePullPolicy: IfNotPresent
5252
name: otelcol
5353
livenessProbe:

0 commit comments

Comments
 (0)