File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ kubectl create secret generic elastic-otel -my-dotnet-ns \
16
16
" --from-literal=apiKey=Authorization=Bearer <api_key>"
17
17
```
18
18
19
- next create an ` Instrumentation ` resource by creating an [ ` elastic-otel-dotnet.yml ` ] ( elastic-otel-dotnet.yml ) file.
19
+ Next create an ` Instrumentation ` resource by creating an [ ` elastic-otel-dotnet.yml ` ] ( elastic-otel-dotnet.yml ) file.
20
20
21
21
Then apply it to create it in our namespace
22
22
@@ -39,7 +39,7 @@ metadata:
39
39
instrumentation.opentelemetry.io/inject-dotnet : elastic-otel-dotnet
40
40
` ` `
41
41
42
- we can now create our pod containing our dotnet image.
42
+ We can now create our pod containing our dotnet image.
43
43
44
44
To add your containerized image create a new ` my-dotnet-application.yml` file
45
45
@@ -76,7 +76,7 @@ It should print the Elastic Distribution of OpenTelemetry .NET preamble
76
76
[2024-09-06 18:49:36.011][00001][------][Information] Elastic Distribution of OpenTelemetry .NET: 1.0.0-alpha.6.1
77
77
` ` `
78
78
79
- TIP : you can expose this pod locally to your host using:
79
+ TIP : You can expose this pod locally to your host using:
80
80
81
81
` ` ` bash
82
82
kubectl port-forward -n my-dotnet-ns pods/my-dotnet-application 8081:8080
@@ -107,7 +107,7 @@ spec:
107
107
name: asp-net-example
108
108
` ` `
109
109
110
- NOTE : make sure `imagePullPolicy` is set to `Never`
110
+ NOTE : Make sure `imagePullPolicy` is set to `Never`
111
111
112
112
113
113
# ## Debug deployments
You can’t perform that action at this time.
0 commit comments