mirror of
https://github.com/coltoneshaw/CS-Repro-Mattermost.git
synced 2025-12-23 10:01:30 +01:00
17 lines
278 B
YAML
17 lines
278 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: mattermost
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://prometheus:9090
|
|
password:
|
|
user:
|
|
database:
|
|
isDefault: true
|
|
jsonData:
|
|
tlsAuth: false
|
|
tlsAuthWithCACert: false
|
|
httpMethod: "POST"
|
|
version: 1
|
|
editable: true |