Skip to content

Commit

Permalink
[release-v2.6] [DOC] Correct Jaeger spelling mistake (#4016)
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and knylander-grafana committed Aug 28, 2024
1 parent 3e2a967 commit 96d8dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Update the `storage` configuration options based upon your requirements:
The Helm chart values in your `custom.yaml` file are configure to use OTLP.
If you are using other receivers, then you need to configure them.

You can configure Tempo can to receive data from OTLP, Jaegar, Zipkin, Kafka, and OpenCensus.
You can configure Tempo can to receive data from OTLP, Jaeger, Zipkin, Kafka, and OpenCensus.
The following example enables OTLP on the distributor. For other options, refer to the [distributor documentation]({{< relref "/docs/tempo/latest/configuration#distributor" >}})

The example used in this procedure has OTLP enabled.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/tempo/getting-started/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ information from a client application with minimal manual instrumentation of the
### Jaeger

{{< admonition type="note" >}}
Jaegar client libraries have been deprecated. For more information, refer to the [Deprecating Jaeger clients article](https://www.jaegertracing.io/docs/1.50/client-libraries/#deprecating-jaeger-clients). Jaegar now recommends using OpenTelemetry SDKs.
Jaeger client libraries have been deprecated. For more information, refer to the [Deprecating Jaeger clients article](https://www.jaegertracing.io/docs/1.50/client-libraries/#deprecating-jaeger-clients). Jaeger now recommends using OpenTelemetry SDKs.
{{% /admonition %}}

- [Jaeger Language Specific Instrumentation](https://www.jaegertracing.io/docs/latest/client-libraries/)
Expand Down

0 comments on commit 96d8dbf

Please sign in to comment.