Skip to content

Commit

Permalink
Fix incorrect instructions for Node level metrics collection (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-a-leclercq committed Sep 10, 2024
1 parent 6989226 commit d12496d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ In order to add Node level metrics collection we can run an additional Otel coll
--from-literal=elastic_api_key='YOUR_ELASTICSEARCH_API_KEY'
```
Don't forget to replace
- `YOUR_ELASTICSEARCH_ENDPOINT`: your Elasticsearch endpoint (example: `1234567.us-west2.gcp.elastic-cloud.com:443`).
- `YOUR_ELASTICSEARCH_ENDPOINT`: your Elasticsearch endpoint (*with* `https://` prefix example: `https://1234567.us-west2.gcp.elastic-cloud.com:443`).
- `YOUR_ELASTICSEARCH_API_KEY`: your Elasticsearch API Key

2. Execute the following command to deploy the OpenTelemetry Collector to your Kubernetes cluster:
Expand Down

0 comments on commit d12496d

Please sign in to comment.