mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
13 lines
219 B
YAML
13 lines
219 B
YAML
#more datasource-compose.yaml
|
|
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
orgId: 1
|
|
url: http://127.0.0.1:9091
|
|
basicAuth: false
|
|
isDefault: true
|
|
version: 1
|
|
editable: true |