Skip to content

Commit 0163085

Browse files
Update dotnet instrumentation version (#1651)
Co-authored-by: jvoravong <[email protected]>
1 parent 0196835 commit 0163085

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.chloggen/update-dotnet.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 dotnet to v1.9.0 in helm-charts/splunk-otel-collector/values.yaml
7+
# One or more tracking issues related to the change
8+
issues: [1651]
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
@@ -31,12 +31,12 @@ spec:
3131
- name: OTEL_RESOURCE_ATTRIBUTES
3232
value: splunk.zc.method=autoinstrumentation-apache-httpd:1.0.4
3333
dotnet:
34-
image: ghcr.io/signalfx/splunk-otel-dotnet/splunk-otel-dotnet:v1.8.0
34+
image: ghcr.io/signalfx/splunk-otel-dotnet/splunk-otel-dotnet:v1.9.0
3535
env:
3636
- name: OTEL_DOTNET_AUTO_PLUGINS
3737
value: "Splunk.OpenTelemetry.AutoInstrumentation.Plugin,Splunk.OpenTelemetry.AutoInstrumentation"
3838
- name: OTEL_RESOURCE_ATTRIBUTES
39-
value: splunk.zc.method=splunk-otel-dotnet:v1.8.0
39+
value: splunk.zc.method=splunk-otel-dotnet:v1.9.0
4040
# dotnet auto-instrumentation uses http/proto by default, so data must be sent to 4318 instead of 4317.
4141
# See: https://github.com/open-telemetry/opentelemetry-operator#opentelemetry-auto-instrumentation-injection
4242
- 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
@@ -1277,7 +1277,7 @@ instrumentation:
12771277
# value: nodejs_value
12781278
dotnet:
12791279
repository: ghcr.io/signalfx/splunk-otel-dotnet/splunk-otel-dotnet
1280-
tag: v1.8.0
1280+
tag: v1.9.0
12811281
env:
12821282
- name: OTEL_DOTNET_AUTO_PLUGINS
12831283
value: Splunk.OpenTelemetry.AutoInstrumentation.Plugin,Splunk.OpenTelemetry.AutoInstrumentation

0 commit comments

Comments
 (0)