Skip to content

Commit 2172d81

Browse files
committed
Lowercase org name in plugin id
1 parent 155f6e6 commit 2172d81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ services:
2424

2525
environment:
2626
NODE_ENV: development
27-
GF_LOG_FILTERS: plugin.HarperDB-datasource:debug
27+
GF_LOG_FILTERS: plugin.harperdb-datasource:debug
2828
GF_LOG_LEVEL: debug
2929
GF_DATAPROXY_LOGGING: 1
30-
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: HarperDB-datasource
30+
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: harperdb-datasource
3131

3232
networks:
3333
- grafana-harper

provisioning/datasources/datasources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: 1
22

33
datasources:
44
- name: 'harper-datasource'
5-
type: 'HarperDB-datasource'
5+
type: 'harperdb-datasource'
66
access: proxy
77
isDefault: true
88
orgId: 1

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
44
"name": "Harper",
5-
"id": "HarperDB-datasource",
5+
"id": "harperdb-datasource",
66
"metrics": true,
77
"backend": true,
88
"alerting": true,

0 commit comments

Comments
 (0)