Skip to content

Commit 5147eef

Browse files
Applied the changes !!
Co-authored-by: Tiffany Hrabusa <[email protected]>
1 parent 7656c6d commit 5147eef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/docs/collector/deployment/agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Collector instance:
2121
![Decentralized collector deployment concept](../../img/otel-agent-sdk.svg)
2222

2323
1. In the application, the SDK is configured to send OTLP data to a Collector.
24-
2. The Collector is configured to send telemetry data to one or more backends.
24+
1. The Collector is configured to send telemetry data to one or more backends.
2525

2626
## Example
2727

@@ -110,7 +110,7 @@ To explore this pattern end to end, see the [Java][java-otlp-example] or
110110
111111
## Trade-offs
112112
113-
Key pros and cons of using an agent collector:
113+
Here are the key pros and cons of using an agent collector:
114114
115115
Pros:
116116

content/en/docs/collector/deployment/no-collector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ that show how to export signals directly from your application to a backend.
1818

1919
## Trade-offs
2020

21-
Key pros and cons of skipping the Collector:
21+
Here are the key pros and cons of skipping the Collector:
2222

2323
Pros:
2424

0 commit comments

Comments
 (0)