Skip to content

Commit

Permalink
addresses feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mhausenblas authored and chalin committed May 10, 2023
1 parent af991ee commit 199c979
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions content/en/docs/collector/deployment/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ description:
weight: 2
---

The agent collector deployment pattern consists of
applications — [instrumented][instrumentation] with an OpenTelemetry SDK using
[OpenTelemetry protocol (OTLP)][otlp] — or other collectors (using the OTLP
exporter) that send telemetry signals to a [collector][collector] instance
running with the application or on the same host as the application (such as a
sidecar or a daemonset).
The agent collector deployment pattern consists of applications —
[instrumented][instrumentation] with an OpenTelemetry SDK using [OpenTelemetry
protocol (OTLP)][otlp] — or other collectors (using the OTLP exporter) that send
telemetry signals to a [collector][collector] instance running with the
application or on the same host as the application (such as a sidecar or a
daemonset).

Each client-side SDK or downstream collector is configured with a collector
location:
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/collector/deployment/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Let's have a look at such a case where we are using the load-balancing exporter:
signals to a group of collectors.
1. The collectors are configured to send telemetry data to one or more backends.

> **Note** Currently, only trace pipelines are supported by the load-balancing
> exporter.
{{% alert title="Note" color="info" %}} Currently, the load-balancing exporter
only supports pipelines of the `traces` type. {{% /alert %}}

## Example

Expand Down

0 comments on commit 199c979

Please sign in to comment.