Skip to content

Commit 3a4dc0f

Browse files
Update nodejs instrumentation version
1 parent 9d1f0aa commit 3a4dc0f

4 files changed

Lines changed: 21 additions & 11 deletions

File tree

.chloggen/update-nodejs.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 nodejs to v4.5.0 in helm-charts/splunk-otel-collector/values.yaml
7+
# One or more tracking issues related to the change
8+
issues: [2378]
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/admission-webhooks/operator-webhook.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
---
22
# Source: splunk-otel-collector/charts/operator/templates/admission-webhooks/operator-webhook.yaml
3+
---
4+
---
5+
# Source: splunk-otel-collector/charts/operator/templates/admission-webhooks/operator-webhook.yaml
6+
---
7+
---
8+
# Source: splunk-otel-collector/charts/operator/templates/admission-webhooks/operator-webhook.yaml
39
apiVersion: admissionregistration.k8s.io/v1
410
kind: MutatingWebhookConfiguration
511
metadata:
@@ -194,14 +200,6 @@ webhooks:
194200
sideEffects: None
195201
timeoutSeconds: 10
196202
---
197-
198-
---
199-
200-
---
201-
202-
---
203-
204-
---
205203
# Source: splunk-otel-collector/charts/operator/templates/admission-webhooks/operator-webhook.yaml
206204
apiVersion: v1
207205
kind: Secret

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ data:
104104
nodejs:
105105
env:
106106
- name: OTEL_RESOURCE_ATTRIBUTES
107-
value: splunk.zc.method=splunk-otel-js:v4.4.0
107+
value: splunk.zc.method=splunk-otel-js:v4.5.0
108108
- name: OTEL_EXPORTER_OTLP_ENDPOINT
109109
value: http://default-splunk-otel-collector-agent.default.svc.cluster.local:4318
110-
image: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v4.4.0
110+
image: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v4.5.0
111111
python:
112112
env:
113113
- name: OTEL_EXPERIMENTAL_RESOURCE_DETECTORS

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ instrumentation:
10961096
# cpu: 100m
10971097
# memory: 200Mi
10981098
nodejs:
1099-
image: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v4.4.0
1099+
image: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v4.5.0
11001100
# env:
11011101
# - name: NODEJS_ENV_VAR
11021102
# value: nodejs_value

0 commit comments

Comments
 (0)