Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/speckij/sta-grafana
Grafana Plugin for connecting to a STA
https://github.com/speckij/sta-grafana
Last synced: about 1 month ago
JSON representation
Grafana Plugin for connecting to a STA
- Host: GitHub
- URL: https://github.com/speckij/sta-grafana
- Owner: SpeckiJ
- License: apache-2.0
- Created: 2021-01-02T17:39:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T11:12:46.000Z (about 4 years ago)
- Last Synced: 2024-11-02T22:41:53.504Z (3 months ago)
- Language: TypeScript
- Size: 229 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grafana Data Source Plugin Template
[![CircleCI](https://circleci.com/gh/grafana/simple-datasource/tree/master.svg?style=svg)](https://circleci.com/gh/grafana/simple-datasource/tree/master)
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
1. Install dependencies
```BASH
yarn install
```
2. Build plugin in development mode or run in watch mode
```BASH
yarn dev
```
or
```BASH
yarn watch
```
3. Build plugin in production mode
```BASH
yarn build
```## 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