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 1
1
[date_formats]
2
2
default_timezone = UTC
3
3
[server]
4
- root_url = https://g2.gke.zinclabs .dev
4
+ root_url = https://g2.gke.openobserve .dev
5
5
[auth.google]
6
6
enabled = true
7
7
client_id = 66265839154-evvpnbl5246gau96gflonsdg15od5hs8.apps.googleusercontent.com
8
8
client_secret = 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
9
9
scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
10
10
auth_url = https://accounts.google.com/o/oauth2/auth
11
11
token_url = https://accounts.google.com/o/oauth2/token
12
- allowed_domains = zinclabs .io
12
+ allowed_domains = openobserve .io
13
13
allow_sign_up = true
14
14
15
15
[plugins]
16
16
enable_alpha = true
17
17
app_tls_skip_verify_insecure = false
18
18
# 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:
4
4
name : letsencrypt-prod
5
5
spec :
6
6
acme :
7
- email : admin@zinclabs .io
7
+ email : admin@openobserve .io
8
8
privateKeySecretRef :
9
9
name : letsencrypt-prod
10
10
server : https://acme-v02.api.letsencrypt.org/directory
@@ -105,10 +105,10 @@ metadata:
105
105
annotations :
106
106
cert-manager.io/issuer : letsencrypt-prod
107
107
kubernetes.io/ingress.class : nginx
108
- name : g2.gke.zinclabs .dev
108
+ name : g2.gke.openobserve .dev
109
109
spec :
110
110
rules :
111
- - host : g2.gke.zinclabs .dev
111
+ - host : g2.gke.openobserve .dev
112
112
http :
113
113
paths :
114
114
- pathType : Prefix
@@ -120,5 +120,5 @@ spec:
120
120
path : /
121
121
tls :
122
122
- 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'
2
2
3
3
services :
4
4
grafana :
5
- container_name : ' zinclabs- openobserve'
5
+ container_name : ' openobserve'
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/zinclabs- openobserve
13
+ - ./dist:/var/lib/grafana/plugins/openobserve
14
14
- ./provisioning:/etc/grafana/provisioning
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json" ,
3
3
"type" : " datasource" ,
4
4
"name" : " OpenObserve" ,
5
- "id" : " zinclabs_openobserve " ,
5
+ "id" : " openobserve " ,
6
6
"info" : {
7
7
"description" : " OpenObserve" ,
8
8
"author" : {
You can’t perform that action at this time.
0 commit comments