grafana/pkg
Ivana Huckova 2a1a5145d0
Elasticsearch: Fix using of individual query time ranges when querying (#84201)
* WIP - proof of concept

* Update pkg/tsdb/elasticsearch/client/client.go

Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>

* update and add test

* lint

* Fix lint

* Bring back logging when creating client

---------

Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
2024-03-13 12:49:35 +02:00
..
api Plugins: Tidy config struct (#84168) 2024-03-11 16:28:46 +01:00
apimachinery Chore: Bump grafana-plugin-sdk-go version to v0.214.0 (#84162) 2024-03-11 16:49:53 +01:00
apis Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
apiserver Chore: Update grafana-plugin-sdk (#84289) 2024-03-12 17:13:23 +01:00
build Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd Teams: Fix missing context in team service (#83327) 2024-02-27 11:10:54 +01:00
codegen Schemas: Reduce duplicated jenny code (#84061) 2024-03-11 12:51:44 +01:00
components Chore: Remove public vars in setting package (#81018) 2024-01-23 12:36:22 +01:00
cuectx Perf: Disable core kind registry (#78568) 2023-11-28 09:09:54 +01:00
events Alerting: Update rules version when folder title is updated (#53013) 2022-08-01 19:28:38 -04:00
expr Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
extensions Chore: Replace gofpdf (#75805) 2023-10-02 15:32:35 +02:00
generated K8s: update hack codegen script (#81216) 2024-01-25 12:01:09 -08:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra Chore: Use response limit middleware from SDK (#83915) 2024-03-13 10:14:16 +01:00
kinds Kinds: Generate k8 resources without use kindys/thema (#83310) 2024-02-26 10:18:19 +01:00
login/social Auth: use the scope parameter instead of a hardcoded value in appendUniqueScope() (#84053) 2024-03-07 12:08:58 +02:00
middleware Chore: Remove repetitive words (#84132) 2024-03-11 08:55:18 -04:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Auth: Add empty role definition (#64694) 2023-07-06 15:40:06 +02:00
modules Storage: Unified Storage based on Entity API (#71977) 2023-12-06 15:21:21 -05:00
plugins Plugins: Tidy config struct (#84168) 2024-03-11 16:28:46 +01:00
promlib Chore: Update grafana-plugin-sdk (#84289) 2024-03-12 17:13:23 +01:00
registry Chore: Use response limit middleware from SDK (#83915) 2024-03-13 10:14:16 +01:00
server QueryService: Use types from sdk (#84029) 2024-03-08 18:12:59 +02:00
services Chore: Use response limit middleware from SDK (#83915) 2024-03-13 10:14:16 +01:00
setting Docs: Aligning fallback values with documentation (#83617) 2024-03-13 11:19:04 +02:00
tests QueryService: Use types from sdk (#84029) 2024-03-08 18:12:59 +02:00
tsdb Elasticsearch: Fix using of individual query time ranges when querying (#84201) 2024-03-13 12:49:35 +02:00
util Chore: Bump grafana-plugin-sdk-go version to v0.214.0 (#84162) 2024-03-11 16:49:53 +01:00
web Image Rendering: Add settings for default width, height and scale (#82040) 2024-02-26 13:27:34 +01:00
README.md Chore: Move all backend contribution documents to a single directory (#61140) 2023-01-11 11:16:52 +01:00
ruleguard.rules.go Chore: update all +build statements (#38782) 2021-09-01 17:38:56 +03:00

This directory contains the code for the Grafana backend.

The contributor documentation for Grafana's backend is in /contribute/backend/README.md.