Skip to content

Commit d12496d

Browse files
authored
Fix incorrect instructions for Node level metrics collection (#75)
1 parent 6989226 commit d12496d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ In order to add Node level metrics collection we can run an additional Otel coll
7070
--from-literal=elastic_api_key='YOUR_ELASTICSEARCH_API_KEY'
7171
```
7272
Don't forget to replace
73-
- `YOUR_ELASTICSEARCH_ENDPOINT`: your Elasticsearch endpoint (example: `1234567.us-west2.gcp.elastic-cloud.com:443`).
73+
- `YOUR_ELASTICSEARCH_ENDPOINT`: your Elasticsearch endpoint (*with* `https://` prefix example: `https://1234567.us-west2.gcp.elastic-cloud.com:443`).
7474
- `YOUR_ELASTICSEARCH_API_KEY`: your Elasticsearch API Key
7575

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

0 commit comments

Comments
 (0)