Skip to content

Commit

Permalink
pin to helm chart version 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpschmitt committed Aug 6, 2024
1 parent 40bcbb4 commit 1fe7be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/kubernetes_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ To install the chart with the release name newrelic-otel, run the following
command and pass in the provided `values.yaml` file to customize the deployment:

```console
helm upgrade --install newrelic-otel open-telemetry/opentelemetry-demo --values ./helm/values.yaml -n opentelemetry-demo
helm upgrade --install newrelic-otel open-telemetry/opentelemetry-demo --version 0.32.0 --values ./helm/values.yaml -n opentelemetry-demo
```

**Remark:** If your New Relic account is in Europe, install the chart as follows instead:

```console
helm upgrade --install newrelic-otel open-telemetry/opentelemetry-demo --values ./helm/values.yaml --set opentelemetry-collector.config.exporters.otlp.endpoint="otlp.eu01.nr-data.net:4317" -n opentelemetry-demo
helm upgrade --install newrelic-otel open-telemetry/opentelemetry-demo --version 0.32.0 --values ./helm/values.yaml --set opentelemetry-collector.config.exporters.otlp.endpoint="otlp.eu01.nr-data.net:4317" -n opentelemetry-demo
```

## New Relic Overrides (Optional)

Optionally, you can enable a version of the `recommendationService` that is instrumented with New Relic APM instead of OpenTelemetry. New Relic APM instrumented services are interoperable with OpenTelemetry instrumented services as New Relic supports W3C trace context.

```console
helm upgrade --install newrelic-otel open-telemetry/opentelemetry-demo --values ./helm/values.yaml --values ./helm/recommendation_service_values.yaml -n opentelemetry-demo
helm upgrade --install newrelic-otel open-telemetry/opentelemetry-demo --version 0.32.0 --values ./helm/values.yaml --values ./helm/recommendation_service_values.yaml -n opentelemetry-demo
```

## Install Prometheus Exporters (Optional)
Expand Down

0 comments on commit 1fe7be7

Please sign in to comment.