Skip to content

Commit

Permalink
Update customresource.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-lozoya authored Apr 12, 2024
1 parent 59e297e commit 89b39a0
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions demo/customresource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,28 @@ metadata:
app.kubernetes.io/created-by: newrelic-agent-operator
name: newrelic-instrumentation
spec:
# # A required but separate opentelemetry collector is required for go autoinstrumentation set to 4318.
# exporter:
# endpoint: http://opentelemetry-collector.ao-demo:4318
# propagators:
# - tracecontext
# sampler:
# type: always_on
# resource:
# resourceAttributes:
# cluster.name: "your-cluster-name"
# ### End OTel config ###
# A nice-to-have but separate opentelemetry collector is required for Golang k8s attrubte processing.
exporter:
endpoint: http://opentelemetry-collector.ao-demo:4318
propagators:
- tracecontext
sampler:
type: always_on
resource:
resourceAttributes:
cluster.name: "agent-operator-demo"
java:
image: ghcr.io/newrelic-experimental/newrelic-agent-operator/instrumentation-java:8.0.1
env:
- name: NEW_RELIC_APPLICATION_LOGGING_FORWARDING_ENABLED
value: "false"
image: ghcr.io/newrelic-experimental/newrelic-agent-operator/instrumentation-java:latest
#env:
#- name: NEW_RELIC_APPLICATION_LOGGING_FORWARDING_ENABLED
# value: "false"
nodejs:
image: ghcr.io/newrelic-experimental/newrelic-agent-operator/instrumentation-nodejs:latest
python:
image: ghcr.io/newrelic-experimental/newrelic-agent-operator/instrumentation-python:8.8.0
image: ghcr.io/newrelic-experimental/newrelic-agent-operator/instrumentation-python:latest
dotnet:
image: ghcr.io/newrelic-experimental/newrelic-agent-operator/instrumentation-dotnet:10.13.0
# php:
# image: ghcr.io/newrelic-experimental/newrelic-agent-operator/instrumentation-php:latest
# go:
# image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:latest
image: ghcr.io/newrelic-experimental/newrelic-agent-operator/instrumentation-dotnet:latest
php:
image: ghcr.io/newrelic-experimental/newrelic-agent-operator/instrumentation-php:latest
go:
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:latest

0 comments on commit 89b39a0

Please sign in to comment.