You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieve the `Elasticsearch Endpoint` and the `Elastic API Key`for your Elastic Cloud deployment by [following these instructions](./#retrieving-connection-details-for-your-elastic-cloud-deployment).
28
28
29
-
Replace both, `<ELASTICSEARCH_ENDPOINT>` and `<ELASTIC_API_KEY>`in the belowcommand to create a namespace and a secret with your credentials.
29
+
Replace both, `<ELASTICSEARCH_ENDPOINT>` and `<ELASTIC_API_KEY>`in the followingcommand to create a namespace and a secret with your credentials.
> On Windows PowerShell, replace backslashes (`\`) with backticks (`````) for line continuation and single quotes (`'`) with double quotes (`"`).
41
+
39
42
3. **Install Operator**
40
43
41
44
Install the OpenTelemetry Operator using the kube-stack Helm chart with the pre-configured `values.yaml` file.
@@ -49,12 +52,12 @@ logs collection and application monitoring.
49
52
50
53
4. **Auto-instrument Applications**
51
54
52
-
Add a language-specific annotation to your namespace by replacing `<LANGUAGE>` with one of the supported values (`nodejs`, `java`, `python`, `dotnet` or `go`) in the below command.
55
+
Add a language-specific annotation to your namespace by replacing `<LANGUAGE>` with one of the supported values: `nodejs`, `java`, `python`, `dotnet` or `go`:
Restart your deployment to ensure the annotations and auto-instrumentations are applied.
59
62
60
-
For languages where auto-instrumentation is not available, you will need to manually instrument your application. See the [Setup section in the corresponding SDK](../../edot-sdks).
63
+
For languages where auto-instrumentation is not available, you need to manually instrument your application. See the [Setup section in the corresponding SDK](../../edot-sdks).
0 commit comments