grafana/pkg
Mihai Doarna cb7dd25f8a
Optimize tokens count from service accounts query (#96663)
* optimize tokens count from service accounts query

* add unit tests for tokens count

* skip broken test

* fix lint error

* rename Tokens to TokenCount
2024-11-20 14:52:23 +02:00
..
aggregator Elasticsearch: Update grafana-plugin-sdk-go for sse errorsource updates (#96144) 2024-11-15 10:18:07 -05:00
api Zanzana: Search with check server side (#96268) 2024-11-18 14:01:28 +01:00
apimachinery Dashboards: Add v1alpha1 and v2alpha1 conversion (#96415) 2024-11-15 15:49:45 -05:00
apis Dashboards: Add v1alpha1 and v2alpha1 conversion (#96415) 2024-11-15 15:49:45 -05:00
apiserver Storage: Revert using real gRPC for integration tests (#96410) 2024-11-15 16:50:49 -05:00
build Revert "Chore: Enable cache on golangci linter" (#96069) 2024-11-08 01:05:14 +02:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd CLI: Remove manager-users conflict users cli (#95135) 2024-11-04 09:38:08 +00:00
codegen chore(deps): Upgrade openapi dep, remove replace directive (#90609) 2024-07-18 14:42:18 -04:00
components Chore: Bump google.golang.org/grpc to 1.64.0 (#88219) 2024-05-27 12:44:39 +02:00
events Alerting: update rule versions on folder move (#88376) 2024-08-13 12:26:26 +02:00
expr SQL Expressions: Simplify where code is being stubbed out (#96227) 2024-11-18 12:05:08 +00:00
extensions K8s: Move standalone apiserver CLI to enterprise (#93799) 2024-09-27 09:04:35 +03:00
generated Alerting: Notifications Routes API (#91550) 2024-10-24 13:53:03 -04:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra Backend: Inject server-timing header to match initial loads with client-side telemetry (#94978) 2024-11-19 10:01:58 +02:00
kinds Dashboard Scene: Fix snapshots not displaying variables values (#88967) 2024-08-20 17:05:12 +02:00
login/social Auth: Introduce authn.SSOClientConfig to get client config from SSOSettings service (#94618) 2024-10-16 16:27:44 +02:00
middleware Backend: Inject server-timing header to match initial loads with client-side telemetry (#94978) 2024-11-19 10:01:58 +02:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Auth: Attach external session info to Grafana session (#93849) 2024-10-08 11:03:29 +02:00
modules K8s: Add tracing to apiserver startup (#95744) 2024-11-02 00:44:40 +01:00
plugins Loki: Fix healthcheck logger always appending endpoint (#96531) 2024-11-15 12:51:52 +01:00
promlib Elasticsearch: Update grafana-plugin-sdk-go for sse errorsource updates (#96144) 2024-11-15 10:18:07 -05:00
registry K8s: dashboards: fix conversion (#96648) 2024-11-19 05:32:05 -07:00
semconv Semconv: Add service name attribute (#95743) 2024-11-01 23:29:14 +01:00
server AuthZ: Launch service within IAM app (#96421) 2024-11-20 11:13:33 +01:00
services Optimize tokens count from service accounts query (#96663) 2024-11-20 14:52:23 +02:00
setting AuthZ: Launch service within IAM app (#96421) 2024-11-20 11:13:33 +01:00
storage AuthZ: Launch service within IAM app (#96421) 2024-11-20 11:13:33 +01:00
tests AuthZ: Launch service within IAM app (#96421) 2024-11-20 11:13:33 +01:00
tsdb Optimize tokens count from service accounts query (#96663) 2024-11-20 14:52:23 +02:00
util Plugins: Fix flaky reverse proxy response tests (#96051) 2024-11-11 14:35:42 +00:00
web feat: add QueryIntWithDefault to web context (#93130) 2024-09-10 09:04:49 -05: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.