mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Pyroscope: Update data source name in variable editor tooltip (#79974)
Update data source name in tooltip
This commit is contained in:
parent
1cec6195f1
commit
70a25eaf2c
@ -15,7 +15,7 @@ export function VariableQueryEditor(props: QueryEditorProps<PyroscopeDataSource,
|
|||||||
label="Query type"
|
label="Query type"
|
||||||
labelWidth={20}
|
labelWidth={20}
|
||||||
tooltip={
|
tooltip={
|
||||||
<div>The Prometheus data source plugin provides the following query types for template variables</div>
|
<div>The Pyroscope data source plugin provides the following query types for template variables</div>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Select
|
<Select
|
||||||
|
Loading…
Reference in New Issue
Block a user