Skip to content

Commit 9568342

Browse files
committed
rename to openobserve
1 parent 631a9cb commit 9568342

File tree

3 files changed

+43
-7
lines changed

3 files changed

+43
-7
lines changed

deployment/grafana.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ allow_sign_up = true
1616
enable_alpha = true
1717
app_tls_skip_verify_insecure = false
1818
# Enter a comma-separated list of plugin identifiers to identify plugins to load even if they are unsigned. Plugins with modified signatures are never loaded.
19-
allow_loading_unsigned_plugins = zinclabs_zincobserve
19+
allow_loading_unsigned_plugins = zinclabs_openobserve

src/img/logo.svg

Lines changed: 39 additions & 3 deletions
Loading

src/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
44
"name": "ZincObserve",
5-
"id": "zinclabs_zincobserve",
5+
"id": "zinclabs_openobserve",
66
"info": {
7-
"description": "Zinc Observe",
7+
"description": "OpenObserve",
88
"author": {
99
"name": "ZincLabs"
1010
},
1111
"keywords": [
12-
"ZincObserve"
12+
"OpenObserve"
1313
],
1414
"logos": {
1515
"small": "img/logo.svg",

0 commit comments

Comments
 (0)