Kyle Brandt
4a0ec27e5d
SQL Expressions: Query Service Support ( #101955 )
...
---------
Co-authored-by: Adam Simpson <adam@adamsimpson.net >
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com >
2025-04-03 09:36:02 -04:00
Sarah Zinger
4b234c4795
Add logging to legacy datasource look up path ( #97065 )
2024-11-27 14:32:06 -05:00
Adam Simpson
c010bf2dc7
ds-querier: account for -100 meaning __expr__ ( #96565 )
...
* ds-querier: account for -100 meaning __expr__
* temp debug log error parsing query
* var confusion
* log error
2024-11-20 10:28:31 -05:00
Adam Simpson
9b0644e5c8
chore: move DatasourceUid parsing to ruler instead ( #95972 )
...
Reverts #95629
This reverts commit 3adc7c8771 .
2024-11-07 21:48:29 -05:00
Adam Simpson
3adc7c8771
ds-querier: parse datasourceUid correctly ( #95629 )
...
* ds-querier: parse datasourceUid correctly
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com >
* make test case smaller
---------
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com >
2024-10-31 14:07:26 -04:00
Adam Simpson
61b9ffd324
ds-querier: return QDR instead of k8s error ( #95184 )
...
* ds-querier: return QDR instead of k8s error
After parseQuery we know the request is a valid k8s request but we don't
know if the query is valid, therefore this change returns a QDR that
other systems, e.g. alerting ruler, can de-serialize properly.
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com >
* ds-querier: fix tests
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com >
* tweak status
* refactor refID to empty
---------
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com >
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com >
2024-10-23 09:58:22 -04:00
Jean-Philippe Quéméner
283280f329
fix(querier): use most specific timerange available ( #90540 )
...
* fix(querier): use most specific timerange available
* return zero values
2024-07-17 20:22:45 +04:00
Ryan McKinley
42b0f802de
QueryTypes: Add feature toggle to show query types in datasource apiservers ( #88213 )
...
* initial attempt
* show query types
* show query types
* with formatting
* with formatting
* more cleanup
* add feature toggle
* fix build
2024-05-23 18:46:28 +02:00
Ryan McKinley
e27c08cfa9
QueryService: Return application/json and better errors ( #84234 )
2024-03-19 15:52:15 +02:00
Ryan McKinley
d82f3be6f7
QueryService: Use types from sdk ( #84029 )
2024-03-08 18:12:59 +02:00
Ryan McKinley
e013cd427c
K8s: Add basic query service ( #80325 )
2024-01-31 20:36:51 +02:00