This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-grafana-plugins.git


The following commit(s) were added to refs/heads/main by this push:
     new cf437ec  feat: update (#17)
cf437ec is described below

commit cf437ecb3a6061a384b356af08907829066fa713
Author: Fine0830 <[email protected]>
AuthorDate: Wed Jul 5 19:16:30 2023 +0800

    feat: update (#17)
---
 Makefile            | 8 ++++----
 README.md           | 2 +-
 docker-compose.yaml | 4 ++--
 src/plugin.json     | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/Makefile b/Makefile
index 315b0c7..6e6e54f 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ SHELL := /bin/bash -o pipefail
 
 VERSION ?= latest
 RELEASE_SRC = skywalking-grafana-plugins-${VERSION}-src
-RELEASE_DIST = skywalking-datasource-${VERSION}
+RELEASE_DIST = apache-skywalking-datasource-${VERSION}
 
 GPG_UID :=
 
@@ -50,9 +50,9 @@ release-src:
 
 .PHONY: release-dist
 release-dist:
-       mv dist/ skywalking-datasource
-       zip $(RELEASE_DIST).zip skywalking-datasource -r
-       rm -rf skywalking-datasource
+       mv dist/ apache-skywalking-datasource
+       zip $(RELEASE_DIST).zip apache-skywalking-datasource -r
+       rm -rf apache-skywalking-datasource
 
        gpg $(GPG_UID_FLAG) --batch --yes --armor --detach-sig 
$(RELEASE_DIST).zip
        shasum -a 1 $(RELEASE_DIST).zip > $(RELEASE_DIST).zip.sha1
diff --git a/README.md b/README.md
index e8fc9e1..85419cd 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ The plugins are focusing on visualizing more telemetry data, 
e.g. Service Map To
 * Require Grafana 9.5.1+
 
 ```bash
-> grafana-cli plugins install skywalking-datasource
+> grafana-cli plugins install apache-skywalking-datasource
 ```
 
 ## Configure the data source
diff --git a/docker-compose.yaml b/docker-compose.yaml
index e610442..e8cc324 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -19,7 +19,7 @@ version: '3.0'
 
 services:
   grafana:
-    container_name: 'skywalking-datasource'
+    container_name: 'apache-skywalking-datasource'
     build:
       context: ./.config
       args:
@@ -27,5 +27,5 @@ services:
     ports:
       - 3000:3000/tcp
     volumes:
-      - ./dist:/var/lib/grafana/plugins/skywalking-datasource
+      - ./dist:/var/lib/grafana/plugins/apache-skywalking-datasource
       - ./provisioning:/etc/grafana/provisioning
diff --git a/src/plugin.json b/src/plugin.json
index de7c994..17ebe7c 100644
--- a/src/plugin.json
+++ b/src/plugin.json
@@ -2,7 +2,7 @@
   "$schema": 
"https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json";,
   "type": "datasource",
   "name": "SkyWalking",
-  "id": "skywalking-datasource",
+  "id": "apache-skywalking-datasource",
   "metrics": true,
   "info": {
     "description": "Apache SkyWalking",
@@ -33,7 +33,7 @@
     "updated": "%TODAY%"
   },
   "dependencies": {
-    "grafanaDependency": "^9.5.1",
+    "grafanaDependency": ">=9.5.1",
     "plugins": []
   },
   "routes": [

Reply via email to