mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
14 lines
224 B
YAML
14 lines
224 B
YAML
---
|
|
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
isDefault: true
|
|
access: proxy
|
|
url: http://prometheus:9090
|
|
editable: true
|
|
jsonData:
|
|
timeInterval: 5s
|
|
uid: awx_prometheus
|