repos / ops

infra for pico services
git clone https://github.com/picosh/ops.git

ops / monitoring / grafana / config / provisioning / datasources
Antonio Mika · 04 Aug 22

prometheus.yml

 1apiVersion: 1
 2
 3deleteDatasources:
 4  - name: Prometheus
 5    orgId: 1
 6
 7datasources:
 8- name: Prometheus
 9  type: prometheus
10  access: proxy
11  orgId: 1
12  url: http://prometheus:9090
13  isDefault: true
14  version: 1