Skip to content

Commit 7a8bfef

Browse files
authored
Update Grafana types and description (#15)
1 parent a4c5e39 commit 7a8bfef

File tree

6 files changed

+5
-3
lines changed

6 files changed

+5
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Update to Grafana 9.4.3 (#13)
88
- Update Bearer token plugin configuration (#13)
99
- Signed as community plugin (#14)
10+
- Update Grafana types and description (#15)
1011

1112
## 1.0.0 (2023-03-02)
1213

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"devDependencies": {
55
"@grafana/data": "9.4.3",
66
"@grafana/runtime": "9.4.3",
7+
"@grafana/schema": "9.4.3",
78
"@grafana/toolkit": "9.4.3",
89
"@grafana/ui": "9.4.3",
910
"@types/enzyme": "^3.10.12",

provisioning/datasources/datasources.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: 1
22

33
datasources:
4-
- name: GrAPI
4+
- name: Grafana API
55
type: volkovlabs-grapi-datasource
66
access: proxy
77
uid: grapi

src/img/datasource.png

134 KB
Loading

src/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "Volkov Labs",
1212
"url": "https://volkovlabs.io"
1313
},
14-
"description": "Grafana HTTP API (GrAPI) Data Source for Grafana",
14+
"description": "Grafana HTTP API Data Source for Grafana",
1515
"keywords": ["grafana", "api"],
1616
"links": [
1717
{

src/types/query.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DataQuery } from '@grafana/data';
1+
import { DataQuery } from '@grafana/schema';
22
import { AnnotationDashboard, AnnotationRange, AnnotationState, AnnotationType, RequestType } from '../constants';
33

44
/**

0 commit comments

Comments
 (0)