Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ee56e58

Browse files
authored
Update eventcounter spec (#23142)
1 parent c1feb4e commit ee56e58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Documentation/design-docs/event-counter.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,13 @@ We believe adding some new top-level types will satisfy these requests:
3434
class EventCounter {
3535
EventCounter(string name, EventSource eventSource);
3636
string DisplayName;
37-
TimeSpan DisplayRateTimeScale;
3837
void WriteMetric(float metric);
3938
void AddMetaData(string key, string value);
4039
}
4140

4241
class PollingCounter {
4342
PollingCounter(string name, EventSource eventSource Func<float> getMetricFunction);
4443
string DisplayName;
45-
TimeSpan DisplayRateTimeScale;
4644
void AddMetaData(string key, string value);
4745
}
4846

0 commit comments

Comments
 (0)