Skip to content

Commit

Permalink
Added jaeger-collector to docs for list of exporters.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryn committed Jan 20, 2025
1 parent da540e5 commit 30ed671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changesets/feat_bryn_named_runtime_channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A new metric has been introduced to allow observation of how many spans are being dropped by an telemetry batch processor.

- `apollo.router.telemetry.batch_processor.errors` - The number of errors encountered by exporter batch processors.
- `name`: One of `apollo-tracing`, `datadog-tracing`, `otlp-tracing`, `zipkin-tracing`.
- `name`: One of `apollo-tracing`, `datadog-tracing`, `jaeger-collector`, `otlp-tracing`, `zipkin-tracing`.
- `error` = One of `channel closed`, `channel full`.

By observing the number of spans dropped it is possible to estimate what batch processor settings will work for you.
Expand Down
2 changes: 1 addition & 1 deletion docs/shared/batch-processor-preamble.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The exact settings depend on the bandwidth available for you to send data to you
You can see how many spans are being dropped by enabling metrics export and looking at the:

- `apollo.router.telemetry.batch_processor.errors` - The number of errors encountered by exporter batch processors.
- `name`: One of `apollo-tracing`, `datadog-tracing`, `otlp-tracing`, `zipkin-tracing`.
- `name`: One of `apollo-tracing`, `datadog-tracing`, `jaeger-collector`, `otlp-tracing`, `zipkin-tracing`.
- `error` = One of `channel closed`, `channel full`.

By looking at the rate of batch processor errors you can decide how to tune your batch processor settings.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ The initial call to Uplink during router startup is not reflected in metrics.

### Telemetry
- `apollo.router.telemetry.batch_processor.errors` - The number of errors encountered by exporter batch processors.
- `name`: One of `apollo-tracing`, `datadog-tracing`, `otlp-tracing`, `zipkin-tracing`.
- `name`: One of `apollo-tracing`, `datadog-tracing`, `jaeger-collector`, `otlp-tracing`, `zipkin-tracing`.
- `error` = One of `channel closed`, `channel full`.

### Deprecated
Expand Down

0 comments on commit 30ed671

Please sign in to comment.