Skip to content

Commit

Permalink
review: update CpuUtilizedCores docs
Browse files Browse the repository at this point in the history
  • Loading branch information
d.stukov committed Jun 28, 2023
1 parent 133a22f commit 8085d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vostok.Metrics.System/Process/CurrentProcessMetrics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class CurrentProcessMetrics
{
/// <summary>
/// <para>Number of CPU cores utilized by current process.</para>
/// <para>This metric has a value between 0 and <see cref="Environment.ProcessorCount"/>.</para>
/// <para>This metric has a value between 0 and the total number of logical processors on the machine.</para>
/// <para>This metric is an average value between two observation moments (current and previous).</para>
/// </summary>
public double CpuUtilizedCores { get; set; }
Expand Down

0 comments on commit 8085d1d

Please sign in to comment.