Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Oct 13, 2023
1 parent 7c624d0 commit 105bd19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .chloggen/adopt-splunk-otel-js.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, networkExplorer, operator, chart, other)
component: use splunk-otel-js as Docker image for node.js auto-instrumentation
component: operator
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note:
note: use splunk-otel-js as Docker image for node.js auto-instrumentation
# One or more tracking issues related to the change
issues: []
issues: [967]
# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ spec:
- name: OTEL_RESOURCE_ATTRIBUTES
value: splunk.zc.method=splunk-otel-java:v1.28.0
nodejs:
image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs:0.41.1
image: ghcr.io/signalfx/splunk-otel-js/splunk-otel-js:v2.4.4
env:
- name: OTEL_RESOURCE_ATTRIBUTES
value: splunk.zc.method=autoinstrumentation-nodejs:0.41.1
value: splunk.zc.method=splunk-otel-js:v2.4.4
python:
image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-python:0.40b0
env:
Expand Down

0 comments on commit 105bd19

Please sign in to comment.