Skip to content

Commit 370e978

Browse files
chore: Upgrade the java instrumentation library to v2.20.1 (#4002)
1 parent 46f74f8 commit 370e978

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.changelog/4002.changed.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: Upgrade the java instrumentation library to v2.20.1

deploy/helm/sumologic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
312312
| `instrumentation.dotnet.traces.enabled` | Flag to control traces export from DotNet instrumentation in `Instrumentation` resource. | `true` |
313313
| `instrumentation.java.extraEnvVars` | Additional environment variables for OpenTelemetry Operator Instrumentation Resource. | `{}` |
314314
| `opentelemetry-operator.manager.autoInstrumentationImage.java.repository` | OpenTelemetry Operator Java Instrumentation image repository. | `public.ecr.aws/sumologic/autoinstrumentation-java` |
315-
| `opentelemetry-operator.manager.autoInstrumentationImage.java.tag` | OpenTelemetry Operator Java Instrumentation image tag. | `2.10.0` |
315+
| `opentelemetry-operator.manager.autoInstrumentationImage.java.tag` | OpenTelemetry Operator Java Instrumentation image tag. | `2.20.1` |
316316
| `instrumentation.java.metrics.enabled` | Flag to control metrics export from Java instrumentation in `Instrumentation` resource. | `true` |
317317
| `instrumentation.java.traces.enabled` | Flag to control traces export from Java instrumentation in `Instrumentation` resource. | `true` |
318318
| `instrumentation.python.extraEnvVars` | Additional environment variables for OpenTelemetry Operator Instrumentation Resource. | `{}` |

deploy/helm/sumologic/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2541,7 +2541,7 @@ opentelemetry-operator:
25412541
autoInstrumentationImage:
25422542
java:
25432543
repository: public.ecr.aws/sumologic/autoinstrumentation-java
2544-
tag: 2.10.0
2544+
tag: 2.20.1
25452545
dotnet:
25462546
repository: public.ecr.aws/sumologic/autoinstrumentation-dotnet
25472547
tag: 1.9.0

tests/helm/testdata/goldenfile/opentelemetry_operator_instrumentation_cr_configmap/instrumentation.output.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ data:
6666
- name: OTEL_EXPORTER_OTLP_ENDPOINT
6767
value: http://RELEASE-NAME-sumologic-otelagent.sumologic:4317
6868
java:
69-
image: public.ecr.aws/sumologic/autoinstrumentation-java:2.10.0
69+
image: public.ecr.aws/sumologic/autoinstrumentation-java:2.20.1
7070
env:
7171
- name: OTEL_METRICS_EXPORTER
7272
value: otlp
@@ -130,7 +130,7 @@ data:
130130
- name: OTEL_EXPORTER_OTLP_ENDPOINT
131131
value: http://RELEASE-NAME-sumologic-otelagent.sumologic:4317
132132
java:
133-
image: public.ecr.aws/sumologic/autoinstrumentation-java:2.10.0
133+
image: public.ecr.aws/sumologic/autoinstrumentation-java:2.20.1
134134
env:
135135
- name: OTEL_METRICS_EXPORTER
136136
value: otlp

tests/integration/features.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,10 +902,10 @@ func GetCurlAppFeature() features.Feature {
902902
"network.protocol.version": "1.1",
903903
"_sourceCategory": "kubernetes/test/apps/java/app",
904904
"_sourceName": fmt.Sprintf("%s.java-app.javaapp", internal.InstrumentationAppsNamespace),
905-
"telemetry.distro.version": "2.10.0",
905+
"telemetry.distro.version": "2.20.1",
906906
"telemetry.sdk.language": "java",
907907
"telemetry.sdk.name": "opentelemetry",
908-
"telemetry.sdk.version": "1.44.1",
908+
"telemetry.sdk.version": "1.54.1",
909909
},
910910
waitDuration,
911911
tickDuration,

0 commit comments

Comments
 (0)