Skip to content

Commit cacc980

Browse files
mruegSuperQ
andcommitted
Update docs/design/metrics-best-practices.md
Co-authored-by: Ben Kochie <[email protected]>
1 parent 3736c9a commit cacc980

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/design/metrics-best-practices.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ It is a good practice to group those together into an `_info` metric.
3838
An object can also have a dynamic set of properties, which are usually part of the status field.
3939
These change during the lifecycle of the object.
4040
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.
41+
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:
4244

4345
### Linked properties
4446

0 commit comments

Comments
 (0)