Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FlxPeters/awsome-grafana
A curated list of amazingly awesome Grafana resources.
https://github.com/FlxPeters/awsome-grafana
awsome awsome-list grafana
Last synced: about 4 hours ago
JSON representation
A curated list of amazingly awesome Grafana resources.
- Host: GitHub
- URL: https://github.com/FlxPeters/awsome-grafana
- Owner: FlxPeters
- Created: 2020-11-10T21:01:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T21:46:07.000Z (about 4 years ago)
- Last Synced: 2024-12-08T06:27:07.867Z (5 days ago)
- Topics: awsome, awsome-list, grafana
- Homepage:
- Size: 2.93 KB
- Stars: 45
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Awesome Grafana
> A curated list of amazingly awesome Grafana resources.
[![Grafana](https://upload.wikimedia.org/wikipedia/en/a/a1/Grafana_logo.svg)](https://grafana.com/)
Grafana is a multi-platform open source analytics and interactive visualization web application.
## Contents
- [Official resources](#official-resources)
- [Dashboards as code](#dashboards-as-code)
- [Talks](#talks)
- [Blogs](#blogs)## Official resources
- [Website](https://grafana.com/) - Official Grafana project website.
- [GitHub repository](https://github.com/grafana/grafana) - Grafanas' source code, issues discussion and collaboration.
- [Documentation](https://grafana.com/docs/grafana/latest/) - Official Grafana documentation.
- [Blog](https://grafana.com/blog/) - Official Grafana blog.
- [Grafana Play Home](https://play.grafana.org) - Grafana's sandbox and demo installation.## Dashboards as code
- [Grafonnet](https://grafana.github.io/grafonnet-lib/) - Grafonnet provides an easy and maintainable way of writing Grafana dashboards based on Jsonnet.
- [grafanalib](https://github.com/weaveworks/grafanalib) - Python library for building Grafana dashboards by Weaveworks.## Talks
- [Foolproof Kubernetes Dashboards for Sleep-Deprived On Calls](https://grafana.com/blog/2019/05/29/grafana-labs-at-kubecon-foolproof-kubernetes-dashboards-for-sleep-deprived-on-calls/) - A talk on dashboard maturity levels.
- [Managing Grafana Dashboards with grafonnet and git](https://promcon.io/2019-munich/talks/managing-grafana-dashboards-with-grafonnet-and-git/) - Exiting talk on how to build and test dashboards as code.
- [GrafanaCONline: Powerful graph representations in Grafana](https://www.youtube.com/watch?v=1qRk13j89Fo) - Talk about advanced features of Grafana.
- [How to configure Grafana as code](https://grafana.com/blog/2020/02/26/how-to-configure-grafana-as-code/) - Tips and tricks about how to fully manage your Grafana instances from code including Grafonnet.## Blogs
- [3 tips to improve your Grafana dashboard design ](https://grafana.com/blog/2020/08/25/3-tips-to-improve-your-grafana-dashboard-design/) - A beginners guide to best practices in Grafana dashboard design.
- [The USE Method](http://www.brendangregg.com/usemethod.html) - Whilst not dashboard specific, Brendan Gregg's USE Method is always a good read to get ideas for what to monitor:
- [The RED Method: How to Instrument Your Services](https://grafana.com/blog/2018/08/02/the-red-method-how-to-instrument-your-services/) - Blog post about the RED method as an differnet approch to the USE method.
- [Grafana Dashboards as Code with Grafonnet](https://www.novatec-gmbh.de/en/blog/grafana-dashboards-as-code-with-grafonnet/) - Find out how Grafana dashboards can be managed as code using Grafonnet.
- [Grafana dashboards-as-code with grafonnet-lib](https://0x63.me/grafana-dashboards-as-code-with-grafonnet-lib/) - Setting up and building Grafana dashboards-as-code with jsonnet and grafonnet-lib.
- [Grafana and Grafonnet Dashboards](https://hodari.be/posts/2020_06_27_grafana_and_grafonnet_dashboards/) - Getting started guide about Grafonnet including Grafana alerts.## Credits
Thanks to [Tom](https://www.reddit.com/user/netingle/) for helping kickstarting this list on [Reddit](https://www.reddit.com/r/grafana/comments/jpnbhb/grafana_best_practices_and_advanced_techniques/)