Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <[email protected]>
  • Loading branch information
ChrsMark committed Apr 29, 2024
1 parent 1b1319e commit d24df00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .chloggen/decouple_shared_memory_metric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ change_type: 'breaking'
component: system

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove `shared` from `system.memory.state` values and make it a standalone metric
note: Deprecate `shared` from `system.memory.state` values and make it a standalone metric

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
Expand Down
8 changes: 4 additions & 4 deletions model/registry/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ groups:
- id: free
value: 'free'
stability: experimental
- id: shared
value: 'shared'
stability: experimental
deprecated: 'Removed, report shared memory usage with `metric.system.memory.shared` metric'
- id: buffers
value: 'buffers'
stability: experimental
- id: cached
value: 'cached'
stability: experimental
- id: shared
value: 'shared'
stability: experimental
deprecated: 'Removed, report shared memory usage with `metric.system.memory.shared` metric'
stability: experimental
brief: "The memory state"
examples: ["free", "cached"]
Expand Down

0 comments on commit d24df00

Please sign in to comment.