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
Klesh Wong 9282c7a7a4
AuthProxy: Invalidate previous cached item for user when changes are made to any header (#81445)
1 year ago
..
api Public Dashboards: Disable email-sharing when there is no license (#80887) 1 year ago
apis Rename scope.name to scope.title since name exists in metadata. (#83172) 1 year ago
build Grafana Build: fix release process not publishing latest storybook (#81412) 1 year ago
bus Tracing: Standardize on otel tracing (#75528) 2 years ago
cmd K8s: fix nil deref from dummy factory for API Server options (#83132) 1 year ago
codegen K8s: Move GrafanaMetaAccessor into grafana-apiserver and remove usage of kinds metadata (#79602) 1 year ago
components Chore: Remove public vars in setting package (#81018) 1 year ago
cuectx Perf: Disable core kind registry (#78568) 2 years ago
events Alerting: Update rules version when folder title is updated (#53013) 3 years ago
expr Expressions: Add model struct for the query types (not map[string]any) (#82745) 1 year ago
extensions Chore: Replace gofpdf (#75805) 2 years ago
generated K8s: update hack codegen script (#81216) 1 year ago
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
infra Chore: Update test database initialization (#81673) 1 year ago
kinds Panel Query Options: Support query caching options (#82448) 1 year ago
kindsysreport Scenes: Refactor original snapshot button in a new component (#82199) 1 year ago
login/social OAuth: Improve domain validation (#83110) 1 year ago
middleware SceneSolo: Minor fixes (#82289) 1 year ago
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2 years ago
models Auth: Add empty role definition (#64694) 2 years ago
modules Storage: Unified Storage based on Entity API (#71977) 1 year ago
plugins plugins: add more configuration parameters to the plugin-config (#83060) 1 year ago
registry K8S/Scopes: App-server for storing scope objects (#81996) 1 year ago
server Chore: Update test database initialization (#81673) 1 year ago
services AuthProxy: Invalidate previous cached item for user when changes are made to any header (#81445) 1 year ago
setting Auth: Fix email verification bypass when using basic authentication (#82914) 1 year ago
tests Zipkin: Decouple Zipkin plugin (#81354) 1 year ago
tsdb CloudWatch: Add Firehose kms-related metrics (#83192) 1 year ago
util Prometheus: Move converter in prometheus package (#82269) 1 year ago
web Chore: Upgrade Go to 1.21.3 (#77304) 2 years ago
README.md Chore: Move all backend contribution documents to a single directory (#61140) 2 years ago
ruleguard.rules.go Chore: update all +build statements (#38782) 4 years ago

README.md

This directory contains the code for the Grafana backend.

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