Skip to content

Commit

Permalink
Add deprecated metric info
Browse files Browse the repository at this point in the history
  • Loading branch information
lenin-jaganathan committed Jul 24, 2024
1 parent 0344709 commit f27ad24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions model/metrics/deprecated/jvm-metrics-experimental.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
groups:
- id: metric.jvm.buffer.memory.usage.deprecated
type: metric
metric_name: jvm.buffer.memory.usage
stability: experimental
deprecated: "Replaced by `jvm.buffer.memory.used`."
brief: "Deprecated, use `jvm.buffer.memory.used` instead."
extends: attributes.jvm.buffer
instrument: updowncounter
unit: "By"

0 comments on commit f27ad24

Please sign in to comment.