File: unknown_attr.bad.yml

package info (click to toggle)
prometheus 1.5.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,640 kB
  • ctags: 3,562
  • sloc: makefile: 100; sh: 98
file content (20 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# my global config
global:
  scrape_interval:     15s
  evaluation_interval: 30s
  # scrape_timeout is set to the global default (10s).

  external_labels:
      monitor: codelab
      foo:     bar

rule_files:
  - "first.rules"
  - "second.rules"
  - "my/*.rules"

scrape_configs:
  - job_name: prometheus

    consult_sd_configs:
    - server: 'localhost:1234'