File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11[date_formats]
22default_timezone = UTC
33[server]
4- root_url = https://g2.gke.zinclabs .dev
4+ root_url = https://g2.gke.openobserve .dev
55[auth.google]
66enabled = true
77client_id = 66265839154-evvpnbl5246gau96gflonsdg15od5hs8.apps.googleusercontent.com
88client_secret = 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
99scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
1010auth_url = https://accounts.google.com/o/oauth2/auth
1111token_url = https://accounts.google.com/o/oauth2/token
12- allowed_domains = zinclabs .io
12+ allowed_domains = openobserve .io
1313allow_sign_up = true
1414
1515[plugins]
1616enable_alpha = true
1717app_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_openobserve
19+ allow_loading_unsigned_plugins = openobserve
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : letsencrypt-prod
55spec :
66 acme :
7- email : admin@zinclabs .io
7+ email : admin@openobserve .io
88 privateKeySecretRef :
99 name : letsencrypt-prod
1010 server : https://acme-v02.api.letsencrypt.org/directory
@@ -105,10 +105,10 @@ metadata:
105105 annotations :
106106 cert-manager.io/issuer : letsencrypt-prod
107107 kubernetes.io/ingress.class : nginx
108- name : g2.gke.zinclabs .dev
108+ name : g2.gke.openobserve .dev
109109spec :
110110 rules :
111- - host : g2.gke.zinclabs .dev
111+ - host : g2.gke.openobserve .dev
112112 http :
113113 paths :
114114 - pathType : Prefix
@@ -120,5 +120,5 @@ spec:
120120 path : /
121121 tls :
122122 - hosts :
123- - g2.gke.zinclabs .dev
124- secretName : g2.gke.zinclabs .dev
123+ - g2.gke.openobserve .dev
124+ secretName : g2.gke.openobserve .dev
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ version: '3.0'
22
33services :
44 grafana :
5- container_name : ' zinclabs- openobserve'
5+ container_name : ' openobserve'
66 build :
77 context : ./.config
88 args :
99 grafana_version : ${GRAFANA_VERSION:-9.3.8}
1010 ports :
1111 - 3000:3000/tcp
1212 volumes :
13- - ./dist:/var/lib/grafana/plugins/zinclabs- openobserve
13+ - ./dist:/var/lib/grafana/plugins/openobserve
1414 - ./provisioning:/etc/grafana/provisioning
Original file line number Diff line number Diff line change 22 "$schema" : " https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json" ,
33 "type" : " datasource" ,
44 "name" : " OpenObserve" ,
5- "id" : " zinclabs_openobserve " ,
5+ "id" : " openobserve " ,
66 "info" : {
77 "description" : " OpenObserve" ,
88 "author" : {
You can’t perform that action at this time.
0 commit comments