Skip to content

Commit f5077c6

Browse files
committed
ctrl-c formatting
1 parent ad0a2e3 commit f5077c6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

content/en/ninja-workshops/10-advanced-otel/4-resilience/4-1-test-resilience.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Notice that the agent’s retry mechanism is activated as it continuously attemp
5353
```
5454

5555
**Stop the Agent**:
56-
Use 'Command-C/Ctrl-C' to stop the agent. Wait until the agent’s console confirms it has stopped.
56+
Use 'Ctrl-C' to stop the agent. Wait until the agent’s console confirms it has stopped.
5757

5858
```text
5959
2025-01-28T14:40:28.702+0100 info extensions/extensions.go:66 Stopping extensions...
@@ -85,6 +85,6 @@ This exercise demonstrated how to enhance the resilience of the OpenTelemetry Co
8585

8686
By implementing file-based checkpointing and queue persistence, you ensure the telemetry pipeline can gracefully recover from temporary interruptions, making it a more robust and reliable for production environments.
8787

88-
If you want to know more about the `FileStorage` extension, you can find it [here](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage)
88+
If you want to know more about the `FileStorage` extension, you can find it [**here**](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage).
8989

90-
Stop the **Agent** and **Gateway** using Ctrl-C.
90+
Stop the **Agent** and **Gateway** using `Ctrl-C`.

content/en/ninja-workshops/10-advanced-otel/5-dropping-spans/5-1-test-filter-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ This will drop spans with the names `"/_healthz"` and `"/internal/metrics"`.
115115

116116
You can further extend this configuration to filter out spans based on different attributes, tags, or other criteria, making the OpenTelemetry Collector more customizable and efficient for your observability needs.
117117

118-
Stop the **Agent** and **Gateway** using Ctrl-C.
118+
Stop the **Agent** and **Gateway** using `Ctrl-C`.

content/en/ninja-workshops/10-advanced-otel/6-sensitive-data/6-1-test-delete-tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ In this exercise, we will **delete** the `user.account_password`, **update** the
143143
{{% /tabs %}}
144144

145145
{{% /notice %}}
146-
Stop the **Agent** and **Gateway** using Ctrl-C.
146+
Stop the **Agent** and **Gateway** using `Ctrl-C`.

content/en/ninja-workshops/10-advanced-otel/6-sensitive-data/6-2-test-redaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ Add the Amex card regex to `blocked_values` and restart **Agent** collector.
178178

179179
These are just a few examples of how `attributes` and `redaction` processors can be configured to protect sensitive data.
180180

181-
Stop the **Agent** and **Gateway** using Ctrl-C.
181+
Stop the **Agent** and **Gateway** using `Ctrl-C`.

content/en/ninja-workshops/10-advanced-otel/7-transform-data/7-1-test-transform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@ In this exercise, we will **remove the** `com.splunk/source` and `os.type` **met
243243

244244
{{% /notice %}}
245245

246-
Stop the **Agent** and **Gateway** using Ctrl-C.
246+
Stop the **Agent** and **Gateway** using `Ctrl-C`.

0 commit comments

Comments
 (0)