Skip to content

Commit f15c3a6

Browse files
committed
fix: changed zincobserve to openobserve
1 parent 7d81a5d commit f15c3a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deployment/grafana_statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
runAsUser: 10000
3434
runAsGroup: 3000
3535
initContainers:
36-
- name: zincobserve-plugin-loader
36+
- name: openobserve-plugin-loader
3737
image: wbitt/network-multitool
3838
imagePullPolicy: IfNotPresent
3939
command:

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-zincobserve'
5+
container_name: 'zinclabs-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-zincobserve
13+
- ./dist:/var/lib/grafana/plugins/zinclabs-openobserve
1414
- ./provisioning:/etc/grafana/provisioning

src/LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ZINC LABS, INC. ("LICENSOR")
22

3-
COMMERCIAL LICENSE AGREEMENT FOR ZINCOBSERVE PLUGIN ("SOFTWARE")
3+
COMMERCIAL LICENSE AGREEMENT FOR OpenObserve PLUGIN ("SOFTWARE")
44

55
THIS IS A LEGAL AGREEMENT between you ("Licensee") and Zinc Labs, Inc., a Delaware corporation with its ts headquarter in San Francisco, California, United States ("Licensor").
66

7-
By installing, copying, or otherwise using the ZincObserve Plugin ("Software"), you agree to be bound by the terms of this license agreement. If you do not agree to the terms of this agreement, do not install or use the Software.
7+
By installing, copying, or otherwise using the OpenObserve Plugin ("Software"), you agree to be bound by the terms of this license agreement. If you do not agree to the terms of this agreement, do not install or use the Software.
88

99
1. GRANT OF LICENSE
1010

0 commit comments

Comments
 (0)