Skip to content

Commit

Permalink
Hot fix: go auto-instrumentation reference (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoravong committed Mar 11, 2024
1 parent 541ab10 commit 25bf448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -52,7 +52,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(SPLUNK_OTEL_AGENT):4318
go:
image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-go:v0.10.1-alpha
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.10.1-alpha
env:
- name: OTEL_RESOURCE_ATTRIBUTES
value: splunk.zc.method=autoinstrumentation-go:v0.10.1-alpha
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/splunk-otel-collector/values.yaml
Expand Up @@ -1207,7 +1207,7 @@ operator:
- name: OTEL_DOTNET_AUTO_PLUGINS
value: Splunk.OpenTelemetry.AutoInstrumentation.Plugin, Splunk.OpenTelemetry.AutoInstrumentation
go:
repository: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-go
repository: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go
tag: v0.10.1-alpha
apache-httpd:
repository: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-apache-httpd
Expand Down

0 comments on commit 25bf448

Please sign in to comment.