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/CONTRIBUTING.md

6.3 KiB

Contribute to Grafana

Thank you for your interest in contributing to Grafana! We welcome all people who want to contribute in a healthy and constructive manner within our community. To help us create a safe and positive community experience for all, we require all participants to adhere to the Code of Conduct.

This document is a guide to help you through the process of making technical contributions to Grafana.

Whether you're a new contributer or a seasoned veteran we hope these resources help you connect with the community:

Interact and be heard:

  • Forums: Do you have a problem, question, or curiosity? Visit our forums for a reservoir of knowledge- submit your own questions and answers!
  • Meetups: Craving in-person connections without the long journeys? Join your local Grafana & Friends meetup group!
  • Community Slack: Eager for real-time connections with fellow users? Begin a conversation on Slack. Learn:
  • YouTube: From getting started to exploring newer projects like Pyroscope and Beyla, the Grafana YouTube channel has what you need to get started!
  • Meetups: Join a group near you to learn from local experts and ask questions in real time. Share your story:
  • Meetups and blogs: We’d love to feature your OSS Grafana Labs use case or story at an upcoming Grafana & Friends meetup or on the Grafana blog! Submit your idea here and we’ll connect with you on next steps if accepted.

Make technical contributions

We welcome your technical contributions! Here are some examples:

Please note: We do not currently accept contributions for translations. Please do not submit pull requests translating grafana.json files - they will be rejected. We do accept contributions to mark up phrases for translation. See Internationalization.

Your first contribution

Unsure where to begin contributing to Grafana? Start by browsing issues labeled beginner friendly or help wanted.

  • Beginner-friendly issues are generally straightforward to complete.
  • Help wanted issues are problems we would like the community to help us with regardless of complexity.

If you're looking to make a code change, see how to set up your environment for local development.

When you're ready to contribute, it's time to create a pull request.

Develop a plugin

Developing a Grafana plugin is a fantastic way to share your unique ideas with the community, extend the platform’s capabilities, and make a real impact on how people visualize and understand their data. Check out our guide to creating plugins

Report bugs

Before submitting a new issue, try to make sure someone hasn't already reported the problem. Look through the existing issues for similar issues.

Report a bug by submitting a bug report. Make sure that you provide as much information as possible on how to reproduce the bug.

Follow the issue template and add additional information that will help us replicate the problem.

For data visualization issues:

  • Query results from the inspect drawer (data tab & query inspector)
  • Panel settings can be extracted in the panel inspect drawer JSON tab

For a dashboard related issues:

  • Dashboard JSON can be found in the dashboard settings JSON model view

For authentication and alerting Grafana server logs are useful.

Triage issues

If you don't have the knowledge or time to code, consider helping with issue triage. The community will thank you for saving them time by spending some of yours.

Read more about the ways you can Triage issues.

Security issues

If you believe you've found a security vulnerability, please read our security policy for more details on reporting.

Suggest enhancements

If you have an idea of how to improve Grafana, submit a feature request.

We want to make Grafana accessible to even more people. Submit an accessibility issue to help us understand what we can improve.

Write documentation

To edit or write technical content, refer to Contribute to our documentation. We welcome your expertise and input as our body of technical content grows.

Contributor License Agreement (CLA)

Before we can accept your pull request, you need to sign our CLA. If you haven't, our CLA assistant prompts you to when you create your pull request.

Where do I go from here?