graphql-engine/v3/crates
Karthik Venkateswaran 2c70bc0538 engine: add operation_name attribute to execute_query (#913)
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

<!-- What is this PR trying to accomplish (and why, if it's not
obvious)? -->

We would like to generate operation_name level metrics with execution
latency. Right now, the operation_name is part of validate span which
isn't really doing anything while `execute_query` is the parent span
which will represent the operation time.

<!-- Consider: do we need to add a changelog entry? -->

### How

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->

This PR adds `operation_name` to `execute_query` span

V3_GIT_ORIGIN_REV_ID: fc14d92c66b0245739d672b7570be1871243f241
2024-08-02 17:52:47 +00:00
..
auth Default to IPV6 on dev-auth-webhook (#905) 2024-07-30 08:47:55 +00:00
custom-connector Bug fixes around argument presets in the DataConnectorLink (#866) 2024-08-02 09:25:45 +00:00
engine Fix NDC relationship collection for filter predicates in nested relationship selection. (#924) 2024-08-02 16:18:29 +00:00
execute engine: add operation_name attribute to execute_query (#913) 2024-08-02 17:52:47 +00:00
ir Bug fixes around argument presets in the DataConnectorLink (#866) 2024-08-02 09:25:45 +00:00
lang-graphql Explicitly import thiserror::Error in place (#827) 2024-07-11 15:18:27 +00:00
metadata-resolve Tidy boolean expression schema generation (#920) 2024-08-02 13:04:10 +00:00
metadata-schema-generator Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
open-dds Bug fixes around argument presets in the DataConnectorLink (#866) 2024-08-02 09:25:45 +00:00
plugins/pre-execution-plugin Explicitly import thiserror::Error in place (#827) 2024-07-11 15:18:27 +00:00
query-usage-analytics Reimplement most OpenDD newtypes using SmolStr and a macro (#797) 2024-07-05 10:16:33 +00:00
schema Tidy boolean expression schema generation (#920) 2024-08-02 13:04:10 +00:00
sql simplify the sql context that powers datafusion (#921) 2024-08-01 21:28:32 +00:00
utils Judicious relaying of untrusted baggage (#903) 2024-07-29 13:13:15 +00:00