VictoriaMetrics/app
Aliaksandr Valialkin 2a39ba639d lib/promrelabel: add support for keep_if_equal and drop_if_equal actions to relabel configs
These actions may be useful for filtering out unneeded targets and/or metrics if they contain equal label values.
For example, the following rule would leave the target only if __meta_kubernetes_annotation_prometheus_io_port
equals __meta_kubernetes_pod_container_port_number:

  - action: keep_if_equal
    source_labels: [__meta_kubernetes_annotation_prometheus_io_port, __meta_kubernetes_pod_container_port_number]
2020-06-23 17:29:03 +03:00
..
victoria-metrics all: print --help output to stdout instead of stderr 2020-05-16 11:59:33 +03:00
vmagent lib/promrelabel: add support for keep_if_equal and drop_if_equal actions to relabel configs 2020-06-23 17:29:03 +03:00
vmalert Support of custom URL path for alert (#560) 2020-06-21 11:32:46 +01:00
vmauth docs/vmauth.md: mention that we can provide custom integration with SAML 2020-06-19 13:14:07 +03:00
vmbackup docs/vmbackup.md: mention that backups from single-node and cluster versions are incompatible 2020-06-18 18:52:43 +03:00
vminsert app/vminsert: export metrics for determining ingested rows with dropped or truncated labels 2020-06-19 01:10:37 +03:00
vmrestore all: print --help output to stdout instead of stderr 2020-05-16 11:59:33 +03:00
vmselect app/vmselect/promql: properly override label values from group_left and group_right lists like Prometheus does 2020-06-21 16:33:01 +03:00
vmstorage app/vmstorage: add vm_slow_metric_name_loads_total metric, which could be used as an indicator when more RAM is needed for improving query performance 2020-05-15 14:11:45 +03:00