Coenen Benjamin
Coenen Benjamin
@brianha289 I just saw you forked tide-validator, feel free to let me know if your upgrade is working and if you want to finish this PR.
> **Note** > **This particular PR must be true-merged to `main`.** * This PR is only ready to review when it is marked as "Ready for Review". It represents the...
Add support for a new trace id selector kind, the apollo trace id which represents the trace id on [Apollo Studio](https://studio.apollographql.com/). Example: ```yaml telemetry: instrumentation: spans: router: "studio.trace.id": trace_id:: apollo...
We already have support for dd trace id an otel trace id. We should add studio one
Intended to solve https://github.com/apollographql/router/issues/1057
As it's already implemented for `std::sync::Mutex` I would also like to have the compatibility with `parking_lot` Mutex.
Fixes #1065 ## Changes Adding a new function called `set_stream_cardinality_limit` in `opentelemetry_sdk::metrics` module to set the stream cardinality limit for metric streams. ## Merge requirement checklist * [x] [CONTRIBUTING](https://github.com/open-telemetry/opentelemetry-rust/blob/main/CONTRIBUTING.md) guidelines...
@bnjjj , is the difference that previously you could only use conditions on custom events? If so, we should also update this part of the documentation: https://www.apollographql.com/docs/router/configuration/telemetry/instrumentation/events/#condition ("Custom events can...
We should specify that `apollo_router_http_request_duration_seconds_bucket`, `apollo_router_http_requests_total` are both deprecated. It should be specified [here](https://www.apollographql.com/docs/router/configuration/telemetry/instrumentation/standard-instruments) and [here](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/metrics/overview#attributes) and then promote custom telemetry features.
MVP of conditions on coprocessor stages. Missing docs and tests It will be based on existing [conditions](https://www.apollographql.com/docs/router/configuration/telemetry/instrumentation/conditions/) we already have in the router for custom telemetry. Including usage of existing...