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/contribute/backend
Sofia Papagiannaki 89569be3a6
SQLStore: Fix wrong usage of xorm's insert functions in tests (#63850)
2 years ago
..
README.md API: Enable serving Swagger UI by default and add docs and guidelines (#63489) 2 years ago
communication.md Docs: Update backend contribution guidelines (#63034) 2 years ago
database.md
errors.md
instrumentation.md
package-hierarchy.md
recommended-practices.md Docs: Update backend contribution guidelines (#63034) 2 years ago
services.md
style-guide.md SQLStore: Fix wrong usage of xorm's insert functions in tests (#63850) 2 years ago
support-bundles.md SupportBundles: Add support bundle documentation (#61855) 2 years ago
upgrading-dependencies.md

README.md

Backend

First read the backend style guide to get a sense for how we work to ensure that the Grafana codebase is consistent and accessible. The rest of the backend contributor documentation is more relevant to reviewers and contributors looking to make larger changes.

For anyone reviewing code for Grafana's backend, a basic understanding of content of the following files is expected:

Reviewers who review large changes should additionally make a habit out of familiarizing themselves with the content of /contribute/backend from time to time.

Dependency management

Refer to UPGRADING_DEPENDENCIES.md.