File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: 1
22
33datasources :
44 - name : ' harper-datasource'
5- type : ' HarperDB -datasource'
5+ type : ' harperdb -datasource'
66 access : proxy
77 isDefault : true
88 orgId : 1
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments