grafana/pkg/tsdb
Dimitris Sotirakis 554055e39d
Convert annotations to dataframes (#31400)
* Stop using transformation to tables

* Update datasource.ts to parse from dataframes

* Add test on transformToDataframe func

* Remove parseResponse and do the work inside parseToAnnotations method

* Name the dataframe after the RefID

* Small fix when mapping to annotation

* Add tests in annotation_query_test.go class

* Small fix in loop iteration

* Change for loop signature
2021-02-25 18:29:17 +02:00
..
azuremonitor Chore: Rewrite tsdb azuremonitor time grain test to standard library (#30089) 2021-01-06 20:16:53 +01:00
cloudmonitoring Convert annotations to dataframes (#31400) 2021-02-25 18:29:17 +02:00
cloudwatch CloudWatch: Make it possible to specify custom api endpoint (#31402) 2021-02-24 16:05:14 +01:00
elasticsearch Elasticsearch: Support extended stats and percentiles in terms order by (#28910) 2021-01-15 12:10:16 +01:00
graphite Graphite/SSE: update graphite to work with server side expressions (#31455) 2021-02-24 13:16:26 -05:00
influxdb InfluxDB: handle columns named "table" (#30985) 2021-02-23 16:44:33 +01:00
mssql Chore: Fix linting issues caught by ruleguard (#28799) 2020-11-17 11:27:45 +01:00
mysql Chore: Enable errorlint linter (#29227) 2020-11-19 14:47:17 +01:00
opentsdb Chore: Disable default golangci-lint filter (#29751) 2020-12-15 09:32:06 +01:00
postgres Postgres: allow providing TLS/SSL certificates as text in addition to file paths (#30353) 2021-02-23 22:10:55 +01:00
prometheus Chore: Rewrite tsdb prometheus test to standard library (#29592) 2020-12-04 08:49:39 +01:00
sqleng Chore: Disable default golangci-lint filter (#29751) 2020-12-15 09:32:06 +01:00
testdatasource PieChart: Progress on new core pie chart (#28020) 2021-02-11 14:32:33 +01:00
fake_test.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
frame_util.go Alerting: Add labels to name when converting data frame to series (#28085) 2020-10-09 08:21:16 -04:00
interval_test.go Prometheus: Min step defaults to seconds when no unit is set to prevent errors when running alerts. (#30966) 2021-02-09 10:23:38 +01:00
interval.go Prometheus: Min step defaults to seconds when no unit is set to prevent errors when running alerts. (#30966) 2021-02-09 10:23:38 +01:00
models.go Datasource: Use json-iterator configuration compatible with standard library (#30732) 2021-01-29 15:31:19 +01:00
query_endpoint.go Chore: Remove dead code (#28664) 2020-11-05 11:00:00 +01:00
request_test.go Chore: Convert tsdb request test to standard library (#29936) 2020-12-20 11:53:28 +01:00
request.go Chore: Fix issues reported by staticcheck; enable stylecheck linter (#28866) 2020-11-05 15:37:11 +01:00
time_range_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
time_range.go Core: add location option to parse timerange (#24796) 2020-05-19 08:52:43 +02:00