Skip to content

Update example Prometheus queries

Ben Kochie requested to merge bjk/49849_node_metrics_update into master

What does this MR do?

  • Update metric names to match current release.
  • Improve descriptions.
  • Improve examples to show more query language functionality.

Memory:

  • Show use of or function.
  • Automatically select "MemAvailable" kernel metric if possible.

CPU:

  • Show use of avg without ....
  • Show CPU utilization per node.

Network:

  • Show use of != label matching.
  • Don't show "localhost" metrics.

What are the relevant issue numbers?

Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/49849

Does this MR meet the acceptance criteria?

Edited by Ben Kochie

Merge request reports