mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
* Prometheus: Run Explore both queries trough backend * Refactor, simplify * Set default values for query type selector * Run multiple queries as one query trough backend * Remove trailing newlines * Pass utcOffset * Remove trailing comma * WIP: Implementatioon of exemplars * add sampling for exemplars * Refactor to use response as custom metadata * Simplify processing of exemplars * Update, clean up * Refactor the way how we get available exemplars * Simplify exemplars disabling and running on frontend * Add tests * Update toggle * Remove console log * Fix go linting * Fix e2e test * Trigger Build * Compare lengts, small fix * Remove duplicated time check * Address feedback * Remove redundant ! as not needed * Update |
||
---|---|---|
.. | ||
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.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 | ||
variables.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: