grafana/packages/grafana-prometheus/src
Kyle Brandt b89f3f8115
Ad-Hoc Filters & Scopes: don't remap one-of to regex in frontend (#92995)
* send "one-of" and "not-one-of" directly to datasource (instead of changing them to regex)
* Added to Ad-hoc and and Scope Filters: The "values" prop ([]string) and the "one-of" and "not-one-"of" operators. "values" is used with one-of and not-one-of. 
* adds prometheus support for the above 


---------

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
Co-authored-by: Todd Treece <todd.treece@grafana.com>
2024-09-09 16:56:43 +03:00
..
components Prometheus: Variable query editor, display selected label when using query type of label values (#92513) 2024-09-04 08:11:17 -05:00
configuration Chore: Cleanup duplicated code in grafana-prometheus package (#89542) 2024-07-03 16:21:29 +02:00
dashboards Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080) 2024-04-15 16:45:23 -05:00
img Prometheus: Create Prometheus library (#81641) 2024-02-02 15:30:14 +01:00
migrations Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080) 2024-04-15 16:45:23 -05:00
querybuilder Prometheus: Fix label names select component when there are too many options (#92026) 2024-08-16 13:55:03 -05:00
querycache Chore: Cleanup duplicated code in grafana-prometheus package (#89542) 2024-07-03 16:21:29 +02:00
test Chore: Cleanup duplicated code in grafana-prometheus package (#89542) 2024-07-03 16:21:29 +02:00
typings Prometheus: Create Prometheus library (#81641) 2024-02-02 15:30:14 +01:00
add_label_to_query.test.ts Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080) 2024-04-15 16:45:23 -05:00
add_label_to_query.ts Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080) 2024-04-15 16:45:23 -05:00
dataquery.ts Scopes: Select scope even without data retrieval (#87988) 2024-05-29 20:09:27 +03:00
datasource.test.ts Ad-Hoc Filters & Scopes: don't remap one-of to regex in frontend (#92995) 2024-09-09 16:56:43 +03:00
datasource.ts Ad-Hoc Filters & Scopes: don't remap one-of to regex in frontend (#92995) 2024-09-09 16:56:43 +03:00
index.ts Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080) 2024-04-15 16:45:23 -05:00
language_provider.mock.ts Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080) 2024-04-15 16:45:23 -05:00
language_provider.test.ts Prometheus: Add a limit for the series resource api in metrics browser (#91555) 2024-08-15 23:39:42 +03:00
language_provider.ts Prometheus: Add a limit for the series resource api in metrics browser (#91555) 2024-08-15 23:39:42 +03:00
language_utils.test.ts Prometheus: Improve expanding ruleIs with identifier label checking (#90336) 2024-07-18 13:17:33 +02:00
language_utils.ts Prometheus: Fix label names select component when there are too many options (#92026) 2024-08-16 13:55:03 -05:00
metric_find_query.test.ts Remove explicit imports of whatwg-fetch from individual test files 2024-04-18 12:23:38 +01:00
metric_find_query.ts Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080) 2024-04-15 16:45:23 -05:00
module.test.ts Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080) 2024-04-15 16:45:23 -05:00
module.ts Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080) 2024-04-15 16:45:23 -05:00
promql.test.ts Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080) 2024-04-15 16:45:23 -05:00
promql.ts Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080) 2024-04-15 16:45:23 -05:00
query_hints.test.ts Prometheus: Improve expanding ruleIs with identifier label checking (#90336) 2024-07-18 13:17:33 +02:00
query_hints.ts Prometheus: Improve expanding ruleIs with identifier label checking (#90336) 2024-07-18 13:17:33 +02:00
result_transformer.test.ts Prometheus: Retain time field's interval with Table formatted queries (#93065) 2024-09-08 13:18:58 -05:00
result_transformer.ts Prometheus: Retain time field's interval with Table formatted queries (#93065) 2024-09-08 13:18:58 -05:00
tracking.ts Prometheus: Limit Prometheus run query event tracking to queries in Explore (#86054) 2024-04-17 20:40:27 +02:00
types.ts Prometheus: Improve expanding ruleIs with identifier label checking (#90336) 2024-07-18 13:17:33 +02:00
variables.ts Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080) 2024-04-15 16:45:23 -05:00