Skip to content

Commit

Permalink
Update specification/metrics/semantic_conventions/runtime-environment…
Browse files Browse the repository at this point in the history
…-metrics.md

Co-authored-by: Mateusz Rzeszutek <[email protected]>
  • Loading branch information
roberttoyonaga and Mateusz Rzeszutek committed May 4, 2023
1 parent 58eba72 commit 75ff452
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ This metric is obtained from [`ClassLoadingMXBean#getTotalLoadedClassCount()`](h
### Metric: `process.runtime.jvm.classes.unloaded`

This metric is [recommended](../metric-requirement-level.md#recommended).
This metric is obtained from [ClassLoadingMXBean#getUnloadedClassCount()](https://docs.oracle.com/javase/8/docs/api/java/lang/management/ClassLoadingMXBean.html#getUnloadedClassCount--).
This metric is obtained from [`ClassLoadingMXBean#getUnloadedClassCount()`](https://docs.oracle.com/javase/8/docs/api/java/lang/management/ClassLoadingMXBean.html#getUnloadedClassCount--).

<!-- semconv metric.process.runtime.jvm.classes.unloaded(metric_table) -->
| Name | Instrument Type | Unit (UCUM) | Description |
Expand Down

0 comments on commit 75ff452

Please sign in to comment.