How-to guides
Learn how to extend Grafana plugins with additional functionality and capabilities with short guides.
- Add anonymous usage reportingHow to add anonymous usage tracking to your Grafana plugin.
- Add user storage to your pluginHow to add individual user storage to your plugin.
- Extend default configurationsExtend your development environment tooling configuration (webpack, eslint, prettier, jest)
- Translate your pluginTranslate your plugins
- Manage backwards compatibility with runtime checksHow to manage backwards compatibility with runtime checks.
- Debugging Plugins with ReactHow to debug your React-based Grafana Plugin.