51391a762b
Elasticsearch: Improve backend instrumentation of QueryData
calls ( #74172 )
...
* Elasticsearch: Improve backend instrumentation of QueryData calls
* Add fromAlert
* Fix tests, move logger and context to struct
* Add instrumentation for processing response
* Move log for sending request closer to sending request
* Update
* Fix logging, improved messages, fix printing of queries
* Update log text
* Fix tests
* Fix lint
* Update logging to follow our guidelines
* Remove key-value pairs from logs that are going to be passed from instrumentation
* Update pkg/tsdb/elasticsearch/elasticsearch.go
2023-09-07 13:54:16 +02:00
025b2f3011
Chore: use any rather than interface{} ( #74066 )
2023-08-30 18:46:47 +03:00
6742be0c6d
Elasticsearch: Fix respecting of precision in geo hash grid ( #73917 )
...
* Elasticsearch: Fix ignoring precision when running queries trough backend
* Unify default value
* Revert "Unify default value"
This reverts commit d8e1d207a24724142c528c19e15c95a7d3c2e069.
* Update test
2023-08-28 15:28:28 +02:00
abc11d1dcf
Elasticsearch: Run log context queries through backend ( #65805 )
...
* Elasticsearch: Run context queries trough backend
* Fix typing
* Update
* Add possibility to run context query torugh backend and frontend
* Correctly sort
2023-04-05 18:32:02 +02:00
66e4b12032
Elasticsearch: Fix using of interval value in histogram ( #65201 )
...
* Elasticsearch: Remove GetMinInterval method that is not used anymore
* Elasticsearch: Fix using of interval value in histogram
* Revert "Elasticsearch: Remove GetMinInterval method that is not used anymore"
This reverts commit a15700390234672cb71a6279a407bf835a5e1acb.
2023-03-23 09:36:50 +01:00
e8bb894a02
Elasticsearch: Remove GetMinInterval method that is not used anymore ( #65203 )
2023-03-23 09:36:37 +01:00
07ab12c07d
Elasticsearch: Rename time series query to es data query ( #64225 )
2023-03-07 13:57:24 +01:00