Skip to content

Commit c8f9619

Browse files
committed
fix: changed zinclabs to openobserve
1 parent 43cec9f commit c8f9619

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

deployment/grafana.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[date_formats]
22
default_timezone = UTC
33
[server]
4-
root_url = https://g2.gke.zinclabs.dev
4+
root_url = https://g2.gke.openobserve.dev
55
[auth.google]
66
enabled = true
77
client_id = 66265839154-evvpnbl5246gau96gflonsdg15od5hs8.apps.googleusercontent.com
88
client_secret = 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
99
scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
1010
auth_url = https://accounts.google.com/o/oauth2/auth
1111
token_url = https://accounts.google.com/o/oauth2/token
12-
allowed_domains = zinclabs.io
12+
allowed_domains = openobserve.io
1313
allow_sign_up = true
1414

1515
[plugins]
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_openobserve
19+
allow_loading_unsigned_plugins = openobserve

deployment/grafana_statefulset.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: letsencrypt-prod
55
spec:
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
109109
spec:
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

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ version: '3.0'
22

33
services:
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

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

0 commit comments

Comments
 (0)