File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
helm/testdata/goldenfile/opentelemetry_operator_instrumentation_cr_configmap Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ chore: Upgrade the java instrumentation library to v2.20.1
Original file line number Diff line number Diff 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. | ` {} ` |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments