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
Raiko Wielk 3d9ae801cb
Docs: Fix broken links in contribute/**/*.md (#92182)
8 months ago
..
README.md Docs: Fix broken link in contribute/backend/README.md (#92103) 8 months ago
communication.md Docs: Edit of 3 files in backend contributor guide (part 6 of doc quality improvement project) (#89582) 11 months ago
database.md Docs: Fix broken links in contribute/**/*.md (#92182) 8 months ago
errors.md Docs: Edit of 3 files in backend contributor guide (part 6 of doc quality improvement project) (#89582) 11 months ago
instrumentation.md Docs: Fix broken links in contribute/**/*.md (#92182) 8 months ago
package-hierarchy.md Docs: Edit of files in the backend contributor guide (part 7 of doc quality improvement project) (#89974) 10 months ago
recommended-practices.md Docs: Edit of several Backend topics (part 5 of doc quality project) (#89073) 10 months ago
services.md Docs: Fix broken links in contribute/**/*.md (#92182) 8 months ago
style-guide.md Сorrection of spelling errors (#83565) 1 year ago
support-bundles.md Docs: Edit of several Backend topics (part 5 of doc quality project) (#89073) 10 months ago
upgrade-dependencies.md Docs: Edit of several Backend topics (part 5 of doc quality project) (#89073) 10 months ago
upgrade-go-version.md Docs: Edit of several Backend topics (part 5 of doc quality project) (#89073) 10 months ago

README.md

Backend

The contribution guidelines for Grafana backend developers contain a lot of information for anyone who wants to contribute to our open source project. But you don't necessarily have to read all of it, so long as you read what is most relevant to you.

Guidelines everyone should read

We recommend that all contributors read the backend style guide to get a sense for how we try to ensure that the Grafana codebase is consistent and accessible. The rest of the backend contributor documentation tends to be more relevant to reviewers and contributors who want to make changes of greater size or quantity.

Guidelines specifically for backend developers

For anyone who reviews code for the Grafana backend, get a basic understanding of the content of the following files:

Guidelines for contributors who make or review large changes to the backend

If you want to make or review large changes to the backend, be sure to habitually familiarize yourself with the entire contents of /contribute/backend from time to time.

Guidelines for dependency management

If you work with a dependency that requires an upgrade, refer to Upgrade dependencies.