File: automatic_prometheus.yml

package info (click to toggle)
pcm 202302-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,544 kB
  • sloc: cpp: 36,015; ansic: 1,109; sh: 473; python: 304; awk: 28; makefile: 13
file content (16 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
apiVersion: 1

datasources:
- name: PCM
  type: prometheus
  access: proxy
  url: "http://prometheus:9090"
  password:
  user:
  database:
  basicAuth: false
  isDefault: true
  editable: true
  jsonData:
  readOnly: false
  version: 1