Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Ting committed Feb 15, 2023
1 parent f0f827a commit bcec19e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/OpenTelemetry.Instrumentation.Process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,11 @@ The number of processors (CPU cores) available to the current process.
The API used to retrieve the value is [System.Environment.ProcessorCount](https://learn.microsoft.com/dotnet/api/system.environment.processorcount).

Note:
This metric is under [discussion](https://github.com/open-telemetry/opentelemetry-specification/issues/3200)
and not part of the [Process Metrics Spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/process-metrics.md) at this time.
This metric is under [discussion][1] and not part of the
[Process Metrics Spec][2] at this time.

[1]: https://github.com/open-telemetry/opentelemetry-specification/issues/3200
[2]: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/process-metrics.md

### process.threads

Expand Down

0 comments on commit bcec19e

Please sign in to comment.