Skip to content

Commit 9da8ef3

Browse files
Bump java from v2.20.1 to v2.24.0 in helm-charts/splunk-otel-collector/values.yaml (#2177)
* Update java instrumentation version * Set schema url: open-telemetry/opentelemetry-java-instrumentation#15144 * remove schemaUrl from resource attributes * add schemaUrl to scopeSpan --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Curtis Robert <crobert@splunk.com>
1 parent de1fbb2 commit 9da8ef3

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.chloggen/update-java.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: enhancement
3+
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other)
4+
component: operator
5+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
6+
note: Bump java to v2.24.0 in helm-charts/splunk-otel-collector/values.yaml
7+
# One or more tracking issues related to the change
8+
issues: [2177]
9+
# (Optional) One or more lines of additional information to render under the primary note.
10+
# These lines will be padded with 2 spaces and then inserted directly into the document.
11+
# Use pipe (|) for multiline entries.
12+
subtext:

examples/enable-operator-and-auto-instrumentation/rendered_manifests/operator/instrumentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ spec:
5353
- name: OTEL_JAVA_ENABLED_RESOURCE_PROVIDERS
5454
value: io.opentelemetry.instrumentation.resources.ContainerResourceProvider,io.opentelemetry.sdk.autoconfigure.EnvironmentResourceProvider,io.opentelemetry.instrumentation.resources.ProcessResourceProvider
5555
- name: OTEL_RESOURCE_ATTRIBUTES
56-
value: splunk.zc.method=splunk-otel-java:v2.20.1
56+
value: splunk.zc.method=splunk-otel-java:v2.24.0
5757
- name: OTEL_EXPORTER_OTLP_ENDPOINT
5858
value: http://default-splunk-otel-collector-agent.default.svc.cluster.local:4318
59-
image: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v2.20.1
59+
image: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v2.24.0
6060
resources:
6161
limits:
6262
cpu: 500m

functional_tests/functional/testdata/expected_kind_values/expected_java_traces.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ resourceSpans:
8484
stringValue: dev
8585
schemaUrl: https://opentelemetry.io/schemas/1.24.0
8686
scopeSpans:
87-
- scope:
87+
- schemaUrl: https://opentelemetry.io/schemas/1.37.0
88+
scope:
8889
name: io.opentelemetry.tomcat-10.0
8990
spans:
9091
- attributes:

helm-charts/splunk-otel-collector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ instrumentation:
10281028
# - name: GO_ENV_VAR
10291029
# value: go_value
10301030
java:
1031-
image: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v2.20.1
1031+
image: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v2.24.0
10321032
env:
10331033
- name: OTEL_RESOURCE_DISABLED_KEYS
10341034
value: process.executable.path,process.command_args

0 commit comments

Comments
 (0)