grafana/pkg/tsdb/elasticsearch
Ryan McKinley 0a79b3bdc5
Chore: Upgrade k8s.io/api v0.34.1 and grafana-app-sdk v0.43.1 (#111009)
2025-09-16 13:35:20 +03:00
..
client ElasticSearch: Fallback parse total hits as int (#105615) 2025-05-19 18:08:38 +01:00
instrumentation Elasticsearch: Decouple backend from infra/tracing (#90528) 2024-07-19 09:26:10 +02:00
kinds/dataquery Chore: Upgrade k8s.io/api v0.34.1 and grafana-app-sdk v0.43.1 (#111009) 2025-09-16 13:35:20 +03:00
testdata
testdata_request
testdata_response Logs panel: Add meta field to show total hits; add total hits to ElasticSearch plugin response (#104117) 2025-04-28 08:32:28 -05:00
data_query.go CI: Bump golangci-lint to 2.0.2 (#103572) 2025-04-10 14:42:23 +02:00
data_query_test.go ElasticSearch: Parse histogram interval as float instead int (#99270) 2025-01-22 12:51:24 +01:00
elasticsearch.go Elasticsearch: Use _field_caps instead of _mapping to get fields (#97607) 2024-12-12 17:20:04 -05:00
elasticsearch_test.go Chore: Update elasticsearch_test.go (#92602) 2024-08-28 17:34:57 +02:00
error_handling_test.go Elasticsearch and Cloudwatch: Replace deprecated experimental/errorsource (#97363) 2024-12-12 10:12:03 +01:00
healthcheck.go ElasticSearch: Fix inline casting bug when validating the index (#108951) 2025-08-01 11:01:25 -05:00
healthcheck_test.go ElasticSearch: Fix inline casting bug when validating the index (#108951) 2025-08-01 11:01:25 -05:00
models.go
parse_query.go fix: mark bucketAgg parse errors as downstream (#97478) 2024-12-06 15:02:06 +01:00
parse_query_test.go Elasticsearch: Decouple backend from infra/log (#90527) 2024-07-19 08:51:18 +02:00
querydata_test.go Elasticsearch: Decouple backend from infra/tracing (#90528) 2024-07-19 09:26:10 +02:00
response_bench_test.go
response_parser.go Logs panel: Add meta field to show total hits; add total hits to ElasticSearch plugin response (#104117) 2025-04-28 08:32:28 -05:00
response_parser_test.go Logs panel: Add meta field to show total hits; add total hits to ElasticSearch plugin response (#104117) 2025-04-28 08:32:28 -05:00
snapshot_test.go