From 6031e2ff059a290d787bfe3cde36525ef6f8dcd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Tue, 22 Oct 2024 17:30:29 +0200 Subject: [PATCH] Update docs/design/metrics-best-practices.md Co-authored-by: Ben Kochie --- docs/design/metrics-best-practices.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/design/metrics-best-practices.md b/docs/design/metrics-best-practices.md index 132c01255..956b234c5 100644 --- a/docs/design/metrics-best-practices.md +++ b/docs/design/metrics-best-practices.md @@ -38,7 +38,9 @@ It is a good practice to group those together into an `_info` metric. An object can also have a dynamic set of properties, which are usually part of the status field. These change during the lifecycle of the object. For example a pod can be in different states like "Pending", "Running" etc. -These should be part of a new metric that includes labels that identify the object as well as the dynamic property. +These should be part of a "State Set" that includes labels that identify the object as well as the dynamic property. + +For example: ### Linked properties