-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
33 lines (32 loc) · 1.03 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 2021 Canonical Ltd.
# See LICENSE file for licensing details.
#
# Learn more about config at: https://juju.is/docs/sdk/config
options:
scrape_interval:
description: Frequency at which metrics are scraped.
type: string
scrape_timeout:
description: Timeout interval when scraping a job.
type: string
proxy_url:
description: Proxy URL for accessing metrics endpoints.
type: string
relabel_configs:
description: YAML string formatted scrape target relabeling configuration.
type: string
metric_relabel_configs:
description: YAML string formatted metrics relabeling configuration.
type: string
sample_limit:
description: Maximum number of samples per scrape (0=unlimited)
type: int
label_limit:
description: Maximum number of labels per scrape (0=unlimited)
type: int
label_name_length_limit:
description: Maximum length of label name (0=unlimited)
type: int
label_value_length_limit:
description: Maximum length of label value (0=unlimited)
type: int