We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3736c9a commit cacc980Copy full SHA for cacc980
docs/design/metrics-best-practices.md
@@ -38,7 +38,9 @@ It is a good practice to group those together into an `_info` metric.
38
An object can also have a dynamic set of properties, which are usually part of the status field.
39
These change during the lifecycle of the object.
40
For example a pod can be in different states like "Pending", "Running" etc.
41
-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.
42
+
43
+For example:
44
45
### Linked properties
46
0 commit comments