grafana/pkg
owensmallwood d762a96436
Unified Storage: Init at startup, fix traces, and speed up indexing (#97529)
* dont lazy init unified storage

* Inits index when creating new resource server. Fixes trace propagation by passing span ctx. Update some logging.

* Use finer grained cache locking when building indexes to speed things up. Locking the whole function was slowing things down.

* formatting

* linter fix

* go mod

* make update-workspace

* fix workspaces check error

* update dependency owner in mod file

* wait 1 second before querying metrics

* try with big timeout, see if fixes CI. Wont fail locally.

* skips postgres integration test. Only fails in drone. Will fix later.

* put delay back to 500 ms
2024-12-09 22:32:19 -06:00
..
aggregator Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01:00
api Swagger: Fix sync issue with enterprise (#97696) 2024-12-09 21:21:22 +02:00
apimachinery Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01:00
apis Alerting: Migrate notification models to generated by grafnaa-app-sdk (#95430) 2024-12-09 10:29:05 -05:00
apiserver Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01:00
build Chore: Go Workspace fix (#97694) 2024-12-09 20:45:03 -06: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 Requester: Remove duplicated function (#97038) 2024-11-26 15:29:31 +01:00
extensions K8s: Move standalone apiserver CLI to enterprise (#93799) 2024-09-27 09:04:35 +03:00
generated Alerting: Migrate notification models to generated by grafnaa-app-sdk (#95430) 2024-12-09 10:29:05 -05:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra chore(metrics): Add metrics & traces to DB migration (#97181) 2024-12-05 17:22:19 -05:00
kinds Dashboards: Add possibility to lock multi value variables option list (#95949) 2024-11-21 16:01:54 +02:00
login/social Chore: Extend OrgRoleMapper (#97336) 2024-12-05 12:14:37 +01:00
middleware Snapshots: Add RBAC roles for creating and deleting (#96126) 2024-11-26 09:13:17 -03: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 Preinstall: Allow to set a download URL (#96535) 2024-11-29 16:02:33 +01:00
promlib Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01:00
registry Alerting: Migrate notification models to generated by grafnaa-app-sdk (#95430) 2024-12-09 10:29:05 -05:00
semconv Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01:00
server Unified Storage: Init at startup, fix traces, and speed up indexing (#97529) 2024-12-09 22:32:19 -06:00
services Zanzana: Handle renderer service authorization requests (#97201) 2024-12-09 11:17:44 +01:00
setting Setting: Fix redact of entity db pass (#97568) 2024-12-06 17:31:36 +01:00
storage Unified Storage: Init at startup, fix traces, and speed up indexing (#97529) 2024-12-09 22:32:19 -06:00
tests Alerting: Migrate notification models to generated by grafnaa-app-sdk (#95430) 2024-12-09 10:29:05 -05:00
tsdb Loki Expiremental Streaming: fixes nil check conditional which was accidentally inverted in a previous PR (#97612) 2024-12-09 17:01:22 +03:00
util Bump github.com/grafana/grafana-plugin-sdk-go to v0.260.1 (#97329) 2024-12-03 16:19:43 +01: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.