File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ version: '3.0'
2
2
3
3
services :
4
4
grafana :
5
- container_name : ' zinc-grafanatest-datasource '
5
+ container_name : ' zinclabs-zincobserve '
6
6
build :
7
7
context : ./.config
8
8
args :
9
9
grafana_version : ${GRAFANA_VERSION:-9.3.8}
10
10
ports :
11
11
- 3000:3000/tcp
12
12
volumes :
13
- - ./dist:/var/lib/grafana/plugins/zinc-grafanatest-datasource
13
+ - ./dist:/var/lib/grafana/plugins/zinclabs-zincobserve
14
14
- ./provisioning:/etc/grafana/provisioning
Original file line number Diff line number Diff line change 15
15
"server" : " docker-compose up --build" ,
16
16
"sign" : " npx --yes @grafana/sign-plugin@latest"
17
17
},
18
- "author" : " Zinc " ,
18
+ "author" : " ZincLabs " ,
19
19
"license" : " Apache-2.0" ,
20
20
"devDependencies" : {
21
21
"@babel/core" : " ^7.16.7" ,
Original file line number Diff line number Diff line change 4
4
"name" : " ZincObserve" ,
5
5
"id" : " zinclabs-zincobserve" ,
6
6
"info" : {
7
- "description" : " Zinc observe " ,
7
+ "description" : " Zinc Observe " ,
8
8
"author" : {
9
- "name" : " Zinc "
9
+ "name" : " ZincLabs "
10
10
},
11
11
"keywords" : [" ZincObserve" ],
12
12
"logos" : {
13
- "small" : " img/logo.svg " ,
14
- "large" : " img/logo.svg "
13
+ "small" : " img/logo.png " ,
14
+ "large" : " img/logo.png "
15
15
},
16
16
"links" : [],
17
17
"screenshots" : [],
You can’t perform that action at this time.
0 commit comments