Skip to content

Commit

Permalink
Merge pull request open-telemetry#28 from damemi/issue-23
Browse files Browse the repository at this point in the history
Fix broken helm chart and update Helm docs to install specific version
  • Loading branch information
damemi authored Mar 12, 2024
2 parents 330e0da + 8689146 commit 16e904d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README_GCP.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Follow the [OpenTelemetry docs to run the Helm chart](https://opentelemetry.io/d
```console
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
helm repo update
helm install my-otel-demo open-telemetry/opentelemetry-demo --values gcp-config-values.yml
helm install my-otel-demo open-telemetry/opentelemetry-demo --values gcp-config-values.yml --version 0.29.1
```

## Running on GCE
Expand Down
2 changes: 1 addition & 1 deletion gcp-config-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ opentelemetry-collector:
exporters: [googlecloud] #spanmetrics disabled
metrics:
receivers: [otlp] #spanmetrics disabled
processors: [filter/ottl, filter/currency, memory_limiter, resourcedetection, transform, transform/collision, resource, batch]
processors: [filter/currency, memory_limiter, resourcedetection, transform/collision, resource, batch]
exporters: [googlemanagedprometheus]

0 comments on commit 16e904d

Please sign in to comment.