Frequency of Metrics report

Open
#108,152 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp
Domain
observability

Research direction

No files, tests, or entry points are named. Start by locating the implementation of the "Memory Usage" and "Cpu Usage" metrics and read how sampling and reporting are currently scheduled. Done would mean supporting more frequent capture with periodic reports that expose the requested aggregate values, if the design is accepted.

Written by the indexing model from the issue text.

Description

area-System.Diagnostics.Metric question

Is there a way to increase the frequency of metrics like "Memory Usage" or "Cpu Usage"?

Perhaps not necessarily increase the frequency of reporting but the capturing, so 1 report can have multiple data points? like, capture every 5 sec but report once every 120 sec along with the minimum value observed, the maximum, the average, the median and the std deviation

Dominant language
C#
Stars
18.3k
Forks
5.6k
PR merge metrics
PR metrics pending

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dotnet/runtime

All issues in dotnet/runtime

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.