https://github.com/jackw/grafana-hetzner-cloud-datasource
https://github.com/jackw/grafana-hetzner-cloud-datasource
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackw/grafana-hetzner-cloud-datasource
- Owner: jackw
- License: apache-2.0
- Created: 2022-07-07T07:47:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T14:35:56.000Z (about 3 years ago)
- Last Synced: 2025-12-26T20:10:41.469Z (5 months ago)
- Language: TypeScript
- Size: 29.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Grafana Data Source Plugin Template
[](https://github.com/grafana/grafana-starter-datasource/actions?query=workflow%3A%22CI%22)
This template is a starting point for building Grafana Data Source Plugins
## What is Grafana Data Source Plugin?
Grafana supports a wide range of data sources, including Prometheus, MySQL, and even Datadog. There’s a good chance you can already visualize metrics from the systems you have set up. In some cases, though, you already have an in-house metrics solution that you’d like to add to your Grafana dashboards. Grafana Data Source Plugins enables integrating such solutions with Grafana.
## Getting started
## Developing
Setup a HETZNER_API_TOKEN in `.dev.env` in root of repo. You can get a token from https://console.hetzner.cloud/
## Learn more
- [Build a data source plugin tutorial](https://grafana.com/tutorials/build-a-data-source-plugin)
- [Grafana documentation](https://grafana.com/docs/)
- [Grafana Tutorials](https://grafana.com/tutorials/) - Grafana Tutorials are step-by-step guides that help you make the most of Grafana
- [Grafana UI Library](https://developers.grafana.com/ui) - UI components to help you build interfaces using Grafana Design System