From d12496dca54d3d021cd55205fbbb2859a8160ed2 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Leclercq Date: Tue, 10 Sep 2024 08:45:24 +0200 Subject: [PATCH] Fix incorrect instructions for Node level metrics collection (#75) --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 78ff841c30..4b00d463bb 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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: