grafana/pkg/tsdb
Ben Sully b7ea66b00d
Datasource: Use intervalMs field of query model in GetIntervalFrom if interval field is not set (#34270)
The /api/ds/query and /api/tsdb/query endpoints extract the intervalMs field from
each query in the request, but it currently seems to be ignored, at
least for queries to a Prometheus datasource. This changes
GetIntervalFrom function to check for the presence of intervalMs in the
query model if interval is missing.
2021-05-26 11:45:11 +02:00
..
azuremonitor AzureMonitor: Update Logs workspace() template variable query to return resource URIs (#34445) 2021-05-20 10:16:29 +02:00
cloudmonitoring Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00
cloudwatch Add missing AWS/AppSync metrics (#34691) 2021-05-26 08:11:26 +02:00
elasticsearch Elasticsearch: fix NewClient not passing httpClientProvider to client impl (#34539) 2021-05-24 14:45:29 +01:00
graphite Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00
influxdb TestData: Support for csv files & csv content (#34674) 2021-05-26 10:42:42 +02:00
interval Datasource: Use intervalMs field of query model in GetIntervalFrom if interval field is not set (#34270) 2021-05-26 11:45:11 +02:00
loki Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00
mssql SQL: Use SDK sqlutil package refactor (#33758) 2021-05-11 14:59:33 +02:00
mysql Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00
opentsdb Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00
postgres SQL: Use SDK sqlutil package refactor (#33758) 2021-05-11 14:59:33 +02:00
prometheus Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00
sqleng SQL: Use SDK sqlutil package refactor (#33758) 2021-05-11 14:59:33 +02:00
tempo Chore: Upgrade opentelemetry.io/collector dependency (#34700) 2021-05-26 10:11:37 +02:00
testdatasource TestData: Support for csv files & csv content (#34674) 2021-05-26 10:42:42 +02:00
request_test.go TSDB: add deprecation comments to many tsdb structs (#33281) 2021-04-23 03:03:11 +02:00
service.go Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00
time_range_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
time_range.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00