mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prometheus: Display HELP and TYPE of metrics if available (#21124)
* Prometheus: Display HELP and TYPE of metrics if available - Prometheus recently added a metadata API around HELP and TYPE of metrics - request metadata when datasource instance is created - use metadata to show help and type in typeahead suggestions and in metrics selector as tooltip * Fix types
This commit is contained in:
@@ -9,6 +9,8 @@ export interface CascaderOption {
|
||||
|
||||
children?: CascaderOption[];
|
||||
disabled?: boolean;
|
||||
// Undocumented tooltip API
|
||||
title?: string;
|
||||
}
|
||||
|
||||
export interface CascaderProps {
|
||||
|
||||
Reference in New Issue
Block a user