Skip to content

Commit

Permalink
fix: plugin id prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Feb 18, 2024
1 parent 275ac30 commit 675a0f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datasource-databend",
"version": "1.0.0",
"version": "1.0.1",
"description": "Grafana datasource plugin for Databend",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "Databend",
"id": "grafana-databend-datasource",
"id": "databend-datasource",
"metrics": true,
"backend": true,
"logs": true,
Expand Down

0 comments on commit 675a0f0

Please sign in to comment.