Skip to content

Commit

Permalink
patch: manually updates examples and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoravong committed Jul 13, 2023
1 parent 7a4d99f commit 409c937
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_instrumentation_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
with:
commit-message: Update ${{ matrix.language }} instrumentation version
title: Update ${{ matrix.language }} agent version to ${{ steps.swizzle_version.outputs.LATEST_VER }}
body: Use the new version of the ${{ matrix.language }} agent
body: Use the new version of the ${{ matrix.language }} instrumentation library
branch: "update-${{ matrix.language }}-${{ steps.swizzle_version.outputs.LATEST_VER }}"
base: main
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ splunkObservability:
logsEnabled: true
accessToken: CHANGEME
realm: us0
# Enables Always on Profiling
# profilingEnabled: true
clusterName: CHANGEME
environment: CHANGEME

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
value: deployment.environment=dev
exporter:
endpoint: http://$(SPLUNK_OTEL_AGENT):4317
java:
image: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v1.25.0
propagators:
- tracecontext
- baggage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
fieldPath: status.hostIP
exporter:
endpoint: http://$(SPLUNK_OTEL_AGENT):4317
java:
image: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v1.25.0
propagators:
- tracecontext
- baggage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ spec:
exporter:
endpoint: http://$(SPLUNK_OTEL_AGENT):4317
java:
image: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v1.25.0
env:
- name: SPLUNK_PROFILER_ENABLED
value: "false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ spec:
value: "true"
exporter:
endpoint: http://$(SPLUNK_OTEL_AGENT):4317
java:
image: ghcr.io/signalfx/splunk-otel-java/splunk-otel-java:v1.25.0
propagators:
- tracecontext
- baggage
Expand Down
1 change: 0 additions & 1 deletion helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,6 @@ operator:
# python:
# Port 4318 is used for python instead of 4317 if the default endpoint value is not overridden, see: https://github.com/open-telemetry/opentelemetry-operator#opentelemetry-auto-instrumentation-injection
# image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-python:X.X.X

admissionWebhooks:
certManager:
# The cert and issuer are annoted so they are instantiated after the cert-manager CRDs are installed.
Expand Down

0 comments on commit 409c937

Please sign in to comment.