diff --git a/content/docs/1.54/architecture.md b/content/docs/1.54/architecture.md index b640d9b5..bdde2b9e 100644 --- a/content/docs/1.54/architecture.md +++ b/content/docs/1.54/architecture.md @@ -107,7 +107,7 @@ The instrumentation is designed to be always on in production. To minimize the o ### Agent {{< warning >}} -**jaeger-agent** is [deprecated](https://github.com/jaegertracing/jaeger/issues/4739). The OpenTelemetry data can be sent from the OpenTelemetry SDKs (equiped with OTLP exporters) directly to **jaeger-collector**. Alternatively, use the OpenTelemetry Collector as a local agent. +**jaeger-agent** is [deprecated](https://github.com/jaegertracing/jaeger/issues/4739). The OpenTelemetry data can be sent from the OpenTelemetry SDKs (equipped with OTLP exporters) directly to **jaeger-collector**. Alternatively, use the OpenTelemetry Collector as a local agent. {{< /warning >}} **jaeger-agent** is a network daemon that listens for spans sent over UDP, which are batched and sent to the collector. It is designed to be deployed to all hosts as an infrastructure component. The agent abstracts the routing and discovery of the collectors away from the client. **jaeger-agent** is **not** a required component. diff --git a/content/docs/1.54/deployment.md b/content/docs/1.54/deployment.md index 3c33332b..8125a172 100644 --- a/content/docs/1.54/deployment.md +++ b/content/docs/1.54/deployment.md @@ -97,7 +97,7 @@ You can navigate to `http://localhost:16686` to access the Jaeger UI. ## Agent {{< warning >}} -**jaeger-agent** is [deprecated](https://github.com/jaegertracing/jaeger/issues/4739). The OpenTelemetry data can be sent from the OpenTelemetry SDKs (equiped with OTLP exporters) directly to **jaeger-collector**. See the [Architecture](../architecture) page for alternative deployment options. +**jaeger-agent** is [deprecated](https://github.com/jaegertracing/jaeger/issues/4739). The OpenTelemetry data can be sent from the OpenTelemetry SDKs (equipped with OTLP exporters) directly to **jaeger-collector**. See the [Architecture](../architecture) page for alternative deployment options. {{< /warning >}} **jaeger-agent** is designed to receive tracing data in Thrift format over UDP and run locally on each host, either as a host agent / daemon or as an application sidecar. **jaeger-agent** exposes the following ports: @@ -405,7 +405,7 @@ docker run \ jaegertracing/jaeger-collector:{{< currentVersion >}} ``` -Note: White space characters are allowed in `CASSANDA_SERVERS`. For Example: Servers can be passed as `CASSANDRA_SERVERS="1.2.3.4, 5.6.7.8" for better readability. +Note: White space characters are allowed in `CASSANDRA_SERVERS`. For Example: Servers can be passed as `CASSANDRA_SERVERS="1.2.3.4, 5.6.7.8" for better readability. ##### All options To view the full list of configuration options, you can run the following command: diff --git a/content/docs/1.54/security.md b/content/docs/1.54/security.md index d7c31d61..ac9bb191 100644 --- a/content/docs/1.54/security.md +++ b/content/docs/1.54/security.md @@ -8,7 +8,7 @@ This page documents the existing security mechanisms in Jaeger, organized by the ## SDK to Agent {{< warning >}} -**jaeger-agent** is [deprecated](https://github.com/jaegertracing/jaeger/issues/4739). The OpenTelemetry data can be sent from the OpenTelemetry SDKs (equiped with OTLP exporters) directly to **jaeger-collector**. Alternatively, use the OpenTelemetry Collector as a local agent. +**jaeger-agent** is [deprecated](https://github.com/jaegertracing/jaeger/issues/4739). The OpenTelemetry data can be sent from the OpenTelemetry SDKs (equipped with OTLP exporters) directly to **jaeger-collector**. Alternatively, use the OpenTelemetry Collector as a local agent. {{< /warning >}} Deployments that involve **jaeger-agent** are meant for trusted environments where the agent is run as a sidecar within the container's network namespace, or as a host agent. Therefore, there is currently no support for traffic encryption between clients and agents. diff --git a/content/docs/1.55/architecture.md b/content/docs/1.55/architecture.md index b640d9b5..bdde2b9e 100644 --- a/content/docs/1.55/architecture.md +++ b/content/docs/1.55/architecture.md @@ -107,7 +107,7 @@ The instrumentation is designed to be always on in production. To minimize the o ### Agent {{< warning >}} -**jaeger-agent** is [deprecated](https://github.com/jaegertracing/jaeger/issues/4739). The OpenTelemetry data can be sent from the OpenTelemetry SDKs (equiped with OTLP exporters) directly to **jaeger-collector**. Alternatively, use the OpenTelemetry Collector as a local agent. +**jaeger-agent** is [deprecated](https://github.com/jaegertracing/jaeger/issues/4739). The OpenTelemetry data can be sent from the OpenTelemetry SDKs (equipped with OTLP exporters) directly to **jaeger-collector**. Alternatively, use the OpenTelemetry Collector as a local agent. {{< /warning >}} **jaeger-agent** is a network daemon that listens for spans sent over UDP, which are batched and sent to the collector. It is designed to be deployed to all hosts as an infrastructure component. The agent abstracts the routing and discovery of the collectors away from the client. **jaeger-agent** is **not** a required component. diff --git a/content/docs/1.55/deployment.md b/content/docs/1.55/deployment.md index 3c33332b..8125a172 100644 --- a/content/docs/1.55/deployment.md +++ b/content/docs/1.55/deployment.md @@ -97,7 +97,7 @@ You can navigate to `http://localhost:16686` to access the Jaeger UI. ## Agent {{< warning >}} -**jaeger-agent** is [deprecated](https://github.com/jaegertracing/jaeger/issues/4739). The OpenTelemetry data can be sent from the OpenTelemetry SDKs (equiped with OTLP exporters) directly to **jaeger-collector**. See the [Architecture](../architecture) page for alternative deployment options. +**jaeger-agent** is [deprecated](https://github.com/jaegertracing/jaeger/issues/4739). The OpenTelemetry data can be sent from the OpenTelemetry SDKs (equipped with OTLP exporters) directly to **jaeger-collector**. See the [Architecture](../architecture) page for alternative deployment options. {{< /warning >}} **jaeger-agent** is designed to receive tracing data in Thrift format over UDP and run locally on each host, either as a host agent / daemon or as an application sidecar. **jaeger-agent** exposes the following ports: @@ -405,7 +405,7 @@ docker run \ jaegertracing/jaeger-collector:{{< currentVersion >}} ``` -Note: White space characters are allowed in `CASSANDA_SERVERS`. For Example: Servers can be passed as `CASSANDRA_SERVERS="1.2.3.4, 5.6.7.8" for better readability. +Note: White space characters are allowed in `CASSANDRA_SERVERS`. For Example: Servers can be passed as `CASSANDRA_SERVERS="1.2.3.4, 5.6.7.8" for better readability. ##### All options To view the full list of configuration options, you can run the following command: diff --git a/content/docs/1.55/security.md b/content/docs/1.55/security.md index d7c31d61..ac9bb191 100644 --- a/content/docs/1.55/security.md +++ b/content/docs/1.55/security.md @@ -8,7 +8,7 @@ This page documents the existing security mechanisms in Jaeger, organized by the ## SDK to Agent {{< warning >}} -**jaeger-agent** is [deprecated](https://github.com/jaegertracing/jaeger/issues/4739). The OpenTelemetry data can be sent from the OpenTelemetry SDKs (equiped with OTLP exporters) directly to **jaeger-collector**. Alternatively, use the OpenTelemetry Collector as a local agent. +**jaeger-agent** is [deprecated](https://github.com/jaegertracing/jaeger/issues/4739). The OpenTelemetry data can be sent from the OpenTelemetry SDKs (equipped with OTLP exporters) directly to **jaeger-collector**. Alternatively, use the OpenTelemetry Collector as a local agent. {{< /warning >}} Deployments that involve **jaeger-agent** are meant for trusted environments where the agent is run as a sidecar within the container's network namespace, or as a host agent. Therefore, there is currently no support for traffic encryption between clients and agents.