Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[k187] Spans: Stop emitting
GetChunks
and IndexClient.GetChunkRefs
(
#11830) Backport 3b7ac35 from #11825 --- **What this PR does / why we need it**: Modify our code to not emit the `GetChunks` and the `IndexClient.GetChunkRefs` spans. We don't worse our observability by getting rid of them because their data is redundant with parent spans. Example: - If an specific index-gateway or ingester struggles, the parent span `/logproto.Querier/GetChunkIDs` will report it just fine - If an specific query causes trouble the `query.Exec` span will show the query name, the `start` and `end`, etc. Also, its children will show the slower parts of the query (in case we have a weak link) **Which issue(s) this PR fixes**: N/A Co-authored-by: Dylan Guedes <[email protected]>
- Loading branch information