graphql-engine/v3/crates/utils/tracing-util
Samir Talwar e7ce80069e Add more spans around calls to NDC. (#578)
This adds three new spans so we can understand what's going on when we
talk to a connector:

1. A span around constructing the request, so that if serializing the
request body takes a long time, we can see it.
2. An extra span around the request itself, to separate it out.
3. A span around deserializing the response from JSON.

All spans are internal.

V3_GIT_ORIGIN_REV_ID: c5b2630cfc52b05aa6cd1dd65ad14aa1aa86d873
2024-05-14 12:25:34 +00:00
..
src Add more spans around calls to NDC. (#578) 2024-05-14 12:25:34 +00:00
Cargo.toml Bump opentelemetry-http from 0.11.0 to 0.11.1 (#570) 2024-05-13 13:13:54 +00:00