Skip to content

Commit

Permalink
Update docs/design/metrics-best-practices.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Kochie <[email protected]>
  • Loading branch information
mrueg and SuperQ authored Oct 22, 2024
1 parent 95a7f71 commit 6031e2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/design/metrics-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6031e2f

Please sign in to comment.