grafana/pkg/tsdb/influxdb
ismail simsek ae07bf7ce5
Influxdb: Response parser performance improvement (#64776)
* Influxdb response parser allocation improvements

* More improvements

* more improvements

* embed file

* use json-iterator

* rename

* use encoding/json
2023-03-17 20:45:13 +01:00
..
flux Chore: Remove xorcare/pointer dependency (#63900) 2023-03-06 05:23:15 -05:00
models InfluxDB: Move database information into jsondata (#62308) 2023-01-31 14:38:02 +01:00
testdata Influxdb: Response parser performance improvement (#64776) 2023-03-17 20:45:13 +01:00
healthcheck_test.go InfluxDB: move datasource health check to backend (#52668) 2022-07-28 12:06:09 +02:00
healthcheck.go Chore: Update prometheus, loki, graphite and influx plugins to support contextual logs. (#57708) 2022-10-27 12:05:06 -04:00
influxdb_test.go InfluxDB: Move database information into jsondata (#62308) 2023-01-31 14:38:02 +01:00
influxdb.go Remove explicit user agent definition (#63019) 2023-02-07 07:49:20 -08:00
mocks_test.go InfluxDB: Move database information into jsondata (#62308) 2023-01-31 14:38:02 +01:00
model_parser_test.go InfluxDB: backend migration (run query in explore) (#43352) 2022-02-09 18:26:16 +00:00
model_parser.go Chore: Fix goimports grouping (#62427) 2023-01-30 09:38:51 +01:00
models.go InfluxDB: backend migration (run query in explore) (#43352) 2022-02-09 18:26:16 +00:00
query_part_test.go Chore: Refactor influxdb to use SDK contracts (#36189) 2021-07-19 11:32:33 +02:00
query_part.go InfluxDB: Update InfluxQL querybuilder to qualify identifiers (#62230) 2023-03-02 15:05:24 +01:00
query_test.go Plugins: InfluxDB update time range query (#51833) 2022-07-07 19:55:51 +02:00
query.go InfluxDB: Update InfluxQL querybuilder to qualify identifiers (#62230) 2023-03-02 15:05:24 +01:00
response_parser_bench_test.go Influxdb: Response parser performance improvement (#64776) 2023-03-17 20:45:13 +01:00
response_parser_test.go InfluxDB: Fix type assertion panics for interface conversion: interface {} is nil (#64556) 2023-03-10 11:11:00 -05:00
response_parser.go Influxdb: Response parser performance improvement (#64776) 2023-03-17 20:45:13 +01:00
settings.go InfluxDB: move datasource health check to backend (#52668) 2022-07-28 12:06:09 +02:00