mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* Prometheus: Add off switch for metric/label name lookup This will help users with amounts of metric name data that is too much for a browser to handle. Autocomplete will be disabled and metrics chooser hidden, since obviously both rely on this data. Fixes #22702 * Use onUpdateDatasourceJsonDataOptionChecked ... from `@grafana/data`. Refactor naming to faciliate its use and stick with prop names as passed down from `ConfigEditor`. PLUS: - Rephrase switch label, add a tooltip and reduce the size of the to what "Custom query parameters" originally was. - Change `languageProvider` type in `PromQueryField`. * Put language provider back in Functions and history still work, even when metrics lookup gets disabled. Also: Rewording of setting. * Display a message when lookup got disabled manually * Call property for setting disableMetricsLookup * Show disabled metrics chooser instead of warning |
||
---|---|---|
.. | ||
components | ||
configuration | ||
dashboards | ||
img | ||
partials | ||
add_label_to_query.test.ts | ||
add_label_to_query.ts | ||
datasource.test.ts | ||
datasource.ts | ||
language_provider.test.ts | ||
language_provider.ts | ||
language_utils.test.ts | ||
language_utils.ts | ||
metric_find_query.d.ts | ||
metric_find_query.test.ts | ||
metric_find_query.ts | ||
module.test.ts | ||
module.ts | ||
plugin.json | ||
promql.test.ts | ||
promql.ts | ||
query_hints.test.ts | ||
query_hints.ts | ||
README.md | ||
result_transformer.test.ts | ||
result_transformer.ts | ||
types.ts |
Prometheus Data Source - Native Plugin
Grafana ships with built in support for Prometheus, the open-source service monitoring system and time series database.
Read more about it here: