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 75ff452 commit db39ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ This metric is obtained from [`ClassLoadingMXBean#getUnloadedClassCount()`](http
### Metric: `process.runtime.jvm.classes.current_loaded`

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

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

0 comments on commit db39ee8

Please sign in to comment.