Skip to content

Commit 88b3da9

Browse files
committed
update doc
1 parent 6dd1ed1 commit 88b3da9

File tree

2 files changed

+2
-43
lines changed

2 files changed

+2
-43
lines changed

Diff for: README.md

+1-42
Original file line numberDiff line numberDiff line change
@@ -1,42 +1 @@
1-
# Grafana Data Source Plugin Template
2-
3-
[![Build](https://github.com/grafana/grafana-starter-datasource/workflows/CI/badge.svg)](https://github.com/grafana/grafana-starter-datasource/actions?query=workflow%3A%22CI%22)
4-
5-
This template is a starting point for building Grafana Data Source Plugins
6-
7-
## What is Grafana Data Source Plugin?
8-
9-
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.
10-
11-
## Getting started
12-
13-
1. Install dependencies
14-
15-
```bash
16-
yarn install
17-
```
18-
19-
2. Build plugin in development mode or run in watch mode
20-
21-
```bash
22-
yarn dev
23-
```
24-
25-
or
26-
27-
```bash
28-
yarn watch
29-
```
30-
31-
3. Build plugin in production mode
32-
33-
```bash
34-
yarn build
35-
```
36-
37-
## Learn more
38-
39-
- [Build a data source plugin tutorial](https://grafana.com/tutorials/build-a-data-source-plugin)
40-
- [Grafana documentation](https://grafana.com/docs/)
41-
- [Grafana Tutorials](https://grafana.com/tutorials/) - Grafana Tutorials are step-by-step guides that help you make the most of Grafana
42-
- [Grafana UI Library](https://developers.grafana.com/ui) - UI components to help you build interfaces using Grafana Design System
1+
# Grafana Data Source Plugin for Gitlab

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sign": "grafana-toolkit plugin:sign",
1111
"start": "yarn watch"
1212
},
13-
"author": "Hang Sun",
13+
"author": "Harry Sun",
1414
"license": "Apache-2.0",
1515
"devDependencies": {
1616
"@grafana/data": "8.1.1",

0 commit comments

Comments
 (0)