Fix JVM buffer pool attribute description (#3423)

Follow-up to #3413

---------

Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
This commit is contained in:
Trask Stalnaker 2023-04-21 07:59:59 -07:00 committed by GitHub
parent e4613f98af
commit 92a5b9ef64
2 changed files with 4 additions and 4 deletions

View File

@ -154,7 +154,7 @@ groups:
brief: "Describes JVM buffer metric attributes." brief: "Describes JVM buffer metric attributes."
attributes: attributes:
- ref: pool - ref: pool
brief: Name of the memory pool. brief: Name of the buffer pool.
examples: [ "mapped", "direct" ] examples: [ "mapped", "direct" ]
note: > note: >
Pool names are generally obtained via Pool names are generally obtained via

View File

@ -333,7 +333,7 @@ This metric is [recommended](../metric-requirement-level.md#recommended).
<!-- semconv metric.process.runtime.jvm.buffer.usage(full) --> <!-- semconv metric.process.runtime.jvm.buffer.usage(full) -->
| Attribute | Type | Description | Examples | Requirement Level | | Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---| |---|---|---|---|---|
| `pool` | string | Name of the memory pool. [1] | `mapped`; `direct` | Recommended | | `pool` | string | Name of the buffer pool. [1] | `mapped`; `direct` | Recommended |
**[1]:** Pool names are generally obtained via [BufferPoolMXBean#getName()](https://docs.oracle.com/en/java/javase/11/docs/api/java.management/java/lang/management/BufferPoolMXBean.html#getName()). **[1]:** Pool names are generally obtained via [BufferPoolMXBean#getName()](https://docs.oracle.com/en/java/javase/11/docs/api/java.management/java/lang/management/BufferPoolMXBean.html#getName()).
<!-- endsemconv --> <!-- endsemconv -->
@ -351,7 +351,7 @@ This metric is [recommended](../metric-requirement-level.md#recommended).
<!-- semconv metric.process.runtime.jvm.buffer.limit(full) --> <!-- semconv metric.process.runtime.jvm.buffer.limit(full) -->
| Attribute | Type | Description | Examples | Requirement Level | | Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---| |---|---|---|---|---|
| `pool` | string | Name of the memory pool. [1] | `mapped`; `direct` | Recommended | | `pool` | string | Name of the buffer pool. [1] | `mapped`; `direct` | Recommended |
**[1]:** Pool names are generally obtained via [BufferPoolMXBean#getName()](https://docs.oracle.com/en/java/javase/11/docs/api/java.management/java/lang/management/BufferPoolMXBean.html#getName()). **[1]:** Pool names are generally obtained via [BufferPoolMXBean#getName()](https://docs.oracle.com/en/java/javase/11/docs/api/java.management/java/lang/management/BufferPoolMXBean.html#getName()).
<!-- endsemconv --> <!-- endsemconv -->
@ -369,7 +369,7 @@ This metric is [recommended](../metric-requirement-level.md#recommended).
<!-- semconv metric.process.runtime.jvm.buffer.count(full) --> <!-- semconv metric.process.runtime.jvm.buffer.count(full) -->
| Attribute | Type | Description | Examples | Requirement Level | | Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---| |---|---|---|---|---|
| `pool` | string | Name of the memory pool. [1] | `mapped`; `direct` | Recommended | | `pool` | string | Name of the buffer pool. [1] | `mapped`; `direct` | Recommended |
**[1]:** Pool names are generally obtained via [BufferPoolMXBean#getName()](https://docs.oracle.com/en/java/javase/11/docs/api/java.management/java/lang/management/BufferPoolMXBean.html#getName()). **[1]:** Pool names are generally obtained via [BufferPoolMXBean#getName()](https://docs.oracle.com/en/java/javase/11/docs/api/java.management/java/lang/management/BufferPoolMXBean.html#getName()).
<!-- endsemconv --> <!-- endsemconv -->