Skip to content

Commit

Permalink
Update Grafana types and description (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Mar 15, 2023
1 parent a4c5e39 commit 7a8bfef
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Update to Grafana 9.4.3 (#13)
- Update Bearer token plugin configuration (#13)
- Signed as community plugin (#14)
- Update Grafana types and description (#15)

## 1.0.0 (2023-03-02)

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"devDependencies": {
"@grafana/data": "9.4.3",
"@grafana/runtime": "9.4.3",
"@grafana/schema": "9.4.3",
"@grafana/toolkit": "9.4.3",
"@grafana/ui": "9.4.3",
"@types/enzyme": "^3.10.12",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/datasources/datasources.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: 1

datasources:
- name: GrAPI
- name: Grafana API
type: volkovlabs-grapi-datasource
access: proxy
uid: grapi
Expand Down
Binary file modified src/img/datasource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "Volkov Labs",
"url": "https://volkovlabs.io"
},
"description": "Grafana HTTP API (GrAPI) Data Source for Grafana",
"description": "Grafana HTTP API Data Source for Grafana",
"keywords": ["grafana", "api"],
"links": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/types/query.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DataQuery } from '@grafana/data';
import { DataQuery } from '@grafana/schema';
import { AnnotationDashboard, AnnotationRange, AnnotationState, AnnotationType, RequestType } from '../constants';

/**
Expand Down

0 comments on commit 7a8bfef

Please sign in to comment.