mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Datasource/Loki: Add tooltip explaining resolution for loki query (#66283)
* Add tooltip explaining resolution for loki query * Update tooltip text with more detail Co-authored-by: Matias Chomicki <matyax@gmail.com> * Fix lint error --------- Co-authored-by: Matias Chomicki <matyax@gmail.com>
This commit is contained in:
parent
facd4eca7e
commit
2ecd63764e
@ -101,7 +101,10 @@ export const LokiQueryBuilderOptions = React.memo<Props>(
|
||||
/>
|
||||
</EditorField>
|
||||
)}
|
||||
<EditorField label="Resolution">
|
||||
<EditorField
|
||||
label="Resolution"
|
||||
tooltip="Sets the step parameter of Loki metrics range queries. With a resolution of 1/1, each pixel corresponds to one data point. 1/10 retrieves one data point per 10 pixels. Lower resolutions perform better."
|
||||
>
|
||||
<Select
|
||||
isSearchable={false}
|
||||
onChange={onResolutionChange}
|
||||
|
Loading…
Reference in New Issue
Block a user