AM
Size: a a a
AM
AK
⚓
LS
AG
LS
LS
LS
LS
LS
ДУ
ДУ
ДУ
BG
AV
sum(remove_resets(metric))
? См. https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/MetricsQLAV
with (q=sum(remove_resets(metric))) q - range_first(q)
AV
AK
with (q=sum(remove_resets(metric))) q - range_first(q)
NZ
blackbox_exporter
в рамках одной джобы указать для двух отдельных списков хостов разные модули? Во всех примерах одна джоба один модуль. Только один способ нашел https://gist.github.com/sethryder/b6f50b0e9bd1f3f0fc4e3d002c7f48df. Нужно отдельные файлы конфиги создавать. scrape_configs:
- job_name: 'blackbox_get_http'
metrics_path: /probe
params:
module: [http_2xx]
static_configs:
- targets:
- http://site1.com
- http://site2.com
- job_name: 'blackbox_post_http'
metrics_path: /probe
params:
module: [http_post_2xx]
static_configs:
- targets:
- http://site3.com
- http://site4.com
AS
blackbox_exporter
в рамках одной джобы указать для двух отдельных списков хостов разные модули? Во всех примерах одна джоба один модуль. Только один способ нашел https://gist.github.com/sethryder/b6f50b0e9bd1f3f0fc4e3d002c7f48df. Нужно отдельные файлы конфиги создавать. scrape_configs:
- job_name: 'blackbox_get_http'
metrics_path: /probe
params:
module: [http_2xx]
static_configs:
- targets:
- http://site1.com
- http://site2.com
- job_name: 'blackbox_post_http'
metrics_path: /probe
params:
module: [http_post_2xx]
static_configs:
- targets:
- http://site3.com
- http://site4.com