Skip to content

Commit

Permalink
Add link to runtime resource attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Nov 9, 2021
1 parent a9d9e51 commit 9e85103
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,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)

<!-- tocstop -->

Expand Down Expand Up @@ -44,3 +45,7 @@ ambiguity, like `process.runtime.cpython.` and `process.runtime.pypy.`.

There are other dimensions even within a given runtime environment to
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.

0 comments on commit 9e85103

Please sign in to comment.