influxdata / influxdata/influxdb

Improve use of tracing spans in query path

Open
#25,911 15 comments 0 reactions 1 assignee Claimed by @waynr View on GitHub
v3
Dominant language
Rust
Stars
31.7k
Forks
3.7k
Avg merge
13h 37m
Merged PRs (30d)
8

Description

The purpose of this issue is to get a better understanding of how `influxdb3` uses trace spans in the query path.

To better help diagnose and troubleshoot latency and performance issues in the query path, we may need to better leverage tracing spans in the query path, as what we have seen in results from the perf team, the information we are generating is sparse.

### Objectives of this issue

1. analyze generated trace spans during query execution to see what information is being generated
2. determine which is being generated from `iox_query` and which is generated from this codebase
3. determine if there are any obvious gaps in that information
4. propose follow-up work

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.