The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg
Ryan McKinley be7b1ce2df
Chore: Replace appcontext.User(ctx) with identity.GetRequester(ctx) (#91030)
12 months ago
..
api RBAC: Allow plugins to use scoped actions (#90946) 1 year ago
apimachinery Identity: Rename "namespace" to "type" in the requester interface (#90567) 1 year ago
apis Alerting: Receiver API Get+List+Delete (#90384) 1 year ago
apiserver Identity: Rename "namespace" to "type" in the requester interface (#90567) 1 year ago
build CI: fix release pr target (#90999) 12 months ago
bus Tracing: Standardize on otel tracing (#75528) 2 years ago
cmd DualWrite: Cleanup and centralize the dual write creation (#90013) 1 year ago
codegen chore(deps): Upgrade openapi dep, remove replace directive (#90609) 1 year ago
components Chore: Bump google.golang.org/grpc to 1.64.0 (#88219) 1 year ago
events
expr Chore: Add more logs and tracing to hysteresis flows (#90369) 1 year ago
extensions PDF: Add go dependency (#89949) 1 year ago
generated Alerting: Receiver API Get+List+Delete (#90384) 1 year ago
ifaces/gcsifaces
infra Chore: Replace appcontext.User(ctx) with identity.GetRequester(ctx) (#91030) 12 months ago
kinds Navigation: Show list of pinned items on MegaMenu (#90280) 1 year ago
login/social Auth: Add support for escaping colon characters in org_mapping (#89951) 1 year ago
middleware RBAC: Allow plugins to use scoped actions (#90946) 1 year ago
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2 years ago
models Chore: Move identity and errutil to apimachinery module (#89116) 1 year ago
modules Zanzana: Initial work to run openFGA as embedded or standalone service (#89211) 1 year ago
plugins Loki: Remove unnecessary `featuremgmt` (#90874) 1 year ago
promlib Alertmanager: Support limits for silences (#90826) 1 year ago
registry Chore: Replace appcontext.User(ctx) with identity.GetRequester(ctx) (#91030) 12 months ago
server ResourceServer: make the resource store the default unified storage backend (#90899) 12 months ago
services Chore: Replace appcontext.User(ctx) with identity.GetRequester(ctx) (#91030) 12 months ago
setting E2C: Add Public Preview banner (#90922) 1 year ago
storage/unified ResourceStore: Fix sql List (#91043) 12 months ago
tests Dual writer: mode 3 (#90045) 1 year ago
tsdb AzureMonitor: Fix out of bounds error when accessing `metricNamespaceArray` and `resourceNameArray` in `buildResourceURI` (#89222) 1 year ago
util Chore: Replace appcontext.User(ctx) with identity.GetRequester(ctx) (#91030) 12 months ago
web K8s: use contexthandler in standalone handler chain (#90102) 1 year ago
README.md Chore: Move all backend contribution documents to a single directory (#61140) 3 years ago
ruleguard.rules.go

README.md

This directory contains the code for the Grafana backend.

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