Pyroscope: Update data source name in variable editor tooltip (#79974)

Update data source name in tooltip
This commit is contained in:
Joey
2024-01-04 11:24:01 +00:00
committed by GitHub
parent 1cec6195f1
commit 70a25eaf2c

View File

@@ -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