influxdata / influxdata/ui

make profile plan information easier to access

Open
#447 2 comments 0 reactions 0 assignees View on GitHub
enhancement team/ui
Dominant language
TypeScript
Stars
117
Forks
51
Avg merge
2d 15h
Merged PRs (30d)
4

Description

The `flux/query` plan field of the query profiler results is crucial for understanding how a query has been mapped to the underlying operations, and in particular which parts of the query have been pushed down to the storage layer.

Although you can hover over the field in the "raw data" view, it's only possible to get hold of the actual text by downloading the CSV as a file and copy and pasting from within that. Selecting the text in the field and copying it removes the newlines which hold important semantic information.

Ideally the UI would have the capability to show the graph graphically directly in the page, but failing that, it would be nice if it was possible to copy a text field including line breaks.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.