mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -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"
|
||||
labelWidth={20}
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user