Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework headings of process semantic convention, add TOC. #1191

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 26 additions & 8 deletions specification/resource/semantic_conventions/process.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Process
# Process and process runtime resources

<!-- Re-generate TOC with `markdown-toc --no-first-h1 -i` -->

<!-- toc -->

- [Process](#process)
- [Process runtimes](#process-runtimes)
* [Erlang Runtimes](#erlang-runtimes)
* [Go Runtimes](#go-runtimes)
* [Java runtimes](#java-runtimes)
* [JavaScript runtimes](#javascript-runtimes)
* [.NET Runtimes](#net-runtimes)
* [Python Runtimes](#python-runtimes)
* [Ruby Runtimes](#ruby-runtimes)

<!-- tocstop -->

## Process

**type:** `process`

Expand Down Expand Up @@ -39,7 +57,7 @@ At least one of `process.executable.name`, `process.executable.path`, `process.c
`process.runtime.name` SHOULD be set to one of the values listed below, unless more detailed instructions are provided.
If none of the listed values apply, a custom value best describing the runtime MAY be used.

***Erlang Runtimes:***
### Erlang Runtimes

TODO(<https://github.com/open-telemetry/opentelemetry-erlang/issues/96>): Confirm the contents here

Expand All @@ -53,7 +71,7 @@ Example:
| --- | --- | --- | --- |
| beam | BEAM | 11.0.3 | Erlang/OTP 24 erts-11.0.3 |

***Go Runtimes:***
### Go Runtimes

TODO(<https://github.com/open-telemetry/opentelemetry-go/issues/1181>): Confirm the contents here

Expand All @@ -62,7 +80,7 @@ TODO(<https://github.com/open-telemetry/opentelemetry-go/issues/1181>): Confirm
| `gc` | Go compiler |
| `gccgo` | GCC Go frontend |

***Java runtimes:***
### Java runtimes

Java instrumentation should fill in the values by copying from system properties.

Expand All @@ -81,7 +99,7 @@ Examples for some Java runtimes
| Zulu OpenJDK | OpenJDK Runtime Environment | 11.0.8+10-LTS | Azul Systems, Inc Zulu11.41+23-CA |
| Android 11 | Android Runtime | 0.9 | The Android Project 2.1.0 |

***JavaScript runtimes:***
### JavaScript runtimes

TODO(<https://github.com/open-telemetry/opentelemetry-js/issues/1544>): Confirm the contents here

Expand All @@ -94,7 +112,7 @@ TODO(<https://github.com/open-telemetry/opentelemetry-js/issues/1544>): Confirm

When the value is `browser`, `process.runtime.version` SHOULD be set to the User-Agent header.

***.NET Runtimes:***
### .NET Runtimes

TODO(<https://github.com/open-telemetry/opentelemetry-dotnet/issues/1281>): Confirm the contents here

Expand All @@ -104,7 +122,7 @@ TODO(<https://github.com/open-telemetry/opentelemetry-dotnet/issues/1281>): Conf
| `dotnet-framework` | .NET Framework |
| `mono` | Mono |

***Python Runtimes:***
### Python Runtimes

TODO(<https://github.com/open-telemetry/opentelemetry-python/issues/1127>): Confirm the contents here

Expand All @@ -117,7 +135,7 @@ TODO(<https://github.com/open-telemetry/opentelemetry-python/issues/1127>): Conf
| `pypy` | PyPy|
| `pythonnet` | PythonNet |

***Ruby Runtimes:***
### Ruby Runtimes

Ruby instrumentation should fill in the values by copying from built-in runtime constants.

Expand Down