https://github.com/yesoreyeram/grafana-plugins
All my experiments with Grafana plugins
https://github.com/yesoreyeram/grafana-plugins
Last synced: about 1 month ago
JSON representation
All my experiments with Grafana plugins
- Host: GitHub
- URL: https://github.com/yesoreyeram/grafana-plugins
- Owner: yesoreyeram
- License: mit
- Created: 2022-11-19T04:48:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T13:10:34.000Z (11 months ago)
- Last Synced: 2025-04-06T18:50:37.101Z (2 months ago)
- Language: Go
- Size: 1.13 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Grafana Plugins
My experiments with [Grafana](https://grafana.com) [plugins](https://grafana.com/plugins) eco-system. This is a mono-repo of following plugins and grafana related packages.
## Included go packages
- [macros](./lib/go/macros/)
- [restds](./lib/go/restds/)
- [anyframer](./lib/go/anyframer/)
- [jsonframer](./lib/go/jsonframer/)
- [csvframer](./lib/go/csvframer/)
- [xmlframer](./lib/go/xmlframer/)## Contributing
For contributing / running the repo locally, refer the guidelines given at [CONTRIBUTING.md](./CONTRIBUTING.md).