Skip to content

Commit 43cef31

Browse files
Update java instrumentation version (#1631)
Co-authored-by: jvoravong <[email protected]>
1 parent dff60fb commit 43cef31

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
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.12.0 in helm-charts/splunk-otel-collector/values.yaml
7+
# One or more tracking issues related to the change
8+
issues: [1631]
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
@@ -47,10 +47,10 @@ spec:
4747
- name: OTEL_RESOURCE_ATTRIBUTES
4848
value: splunk.zc.method=autoinstrumentation-go:v0.10.1-alpha
4949
java:
50-
image: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v2.11.0
50+
image: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v2.12.0
5151
env:
5252
- name: OTEL_RESOURCE_ATTRIBUTES
53-
value: splunk.zc.method=splunk-otel-java:v2.11.0
53+
value: splunk.zc.method=splunk-otel-java:v2.12.0
5454
# java auto-instrumentation uses http/proto by default, so data must be sent to 4318 instead of 4317.
5555
# See: https://github.com/open-telemetry/opentelemetry-operator#opentelemetry-auto-instrumentation-injection
5656
- name: OTEL_EXPORTER_OTLP_ENDPOINT

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ instrumentation:
12451245
# - env: (Optional) Allows you to add any additional environment variables.
12461246
java:
12471247
repository: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java
1248-
tag: v2.11.0
1248+
tag: v2.12.0
12491249
# env:
12501250
# - name: JAVA_ENV_VAR
12511251
# value: java_value

0 commit comments

Comments
 (0)