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
SatVeer Singh 1bfa3a0f1e
Chore: Replace go-multierror with errors package (#66432)
2 years ago
..
api Config: Add configuration option to define custom user-facing general error message for certain error types (#70023) 2 years ago
build Chore: Prettify some unit tests for `pkg/build` (#70186) 2 years ago
bus Chore: Fix goimports grouping in other backend platform packages (#62422) 2 years ago
cmd Plugins: Standardize Golang enum naming convention (#69449) 2 years ago
codegen Chore: Hacky first pass on generating composable kinds within grafana/schema (#64723) 2 years ago
components ApiKeyGenPrefix: rename package (#65623) 2 years ago
cuectx Kinds: publish kinds to kind registry (#67515) 2 years ago
events Alerting: Update rules version when folder title is updated (#53013) 3 years ago
expr SSE: Add functions that determine NodeType by UID and construct a data source struct from NodeType (#70106) 2 years ago
extensions Deps: Replace go-jose v2 with go-jose v3 (#64228) 2 years ago
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 3 years ago
infra Plugins: Standardize Golang enum naming convention (#69449) 2 years ago
kinds Codegen: Generate `any` instead of `interface{}` (#70201) 2 years ago
kindsysreport Chore: update `user-essentials` to `frontend-platform` (#69533) 2 years ago
login Auth: Support Gitlab OIDC scopes (#69890) 2 years ago
middleware Config: Add configuration option to define custom user-facing general error message for certain error types (#70023) 2 years ago
mocks/mock_gcsifaces Chore: Fix goimports grouping in other backend platform packages (#62422) 2 years ago
models Auth: Add feature flag to move token rotation to client (#65060) 2 years ago
modules Chore: Add initial support for deployment modes (#63992) 2 years ago
plugins Canvas: Migrate to schema (#70205) 2 years ago
registry Schema: Remove ServiceAccount kind (#69194) 2 years ago
server Pyroscope: Rename phlare to grafana-pyroscope-datasource (#68859) 2 years ago
services Chore: Replace go-multierror with errors package (#66432) 2 years ago
setting Config: Add configuration option to define custom user-facing general error message for certain error types (#70023) 2 years ago
tests Alerting: update rules POST API to validate query and condition only for rules that changed. (#68667) 2 years ago
tsdb InfluxDB: Return default retention policy from backend as first element (#69818) 2 years ago
util Chore: Replace go-multierror with errors package (#66432) 2 years ago
web Alerting: Add limits and filters to Prometheus Rules API (#66627) 2 years ago
README.md Chore: Move all backend contribution documents to a single directory (#61140) 2 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.