Skip to content

Commit

Permalink
Add placeholder for jvm metrics (open-telemetry#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jan 14, 2022
1 parent 27f617e commit 31b3f10
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ semantic conventions when instrumenting runtime environments.
- [Metric Instruments](#metric-instruments)
* [Runtime Environment Specific Metrics - `process.runtime.{environment}.`](#runtime-environment-specific-metrics---processruntimeenvironment)
- [Attributes](#attributes)
- [JVM Metrics](#jvm-metrics)

<!-- tocstop -->

Expand Down Expand Up @@ -49,3 +50,10 @@ consider, for example pthreads vs green thread implementations.
## Attributes

[`process.runtime`](../../resource/semantic_conventions/process.md#process-runtimes) resource attributes SHOULD be included on runtime metric events as appropriate.

## JVM Metrics

**Description:** Java Virtual Machine (JVM) metrics captured under `process.runtime.jvm.`

| Name | Description | Units | Instrument Type | Value Type | Attribute Key | Attribute Values |
|------|-------------|-------|-----------------|------------|---------------|------------------|

0 comments on commit 31b3f10

Please sign in to comment.