From 427e3e5e8ecc0984c9207231eced86bdd9c15d9b Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Fri, 8 Mar 2019 14:54:38 -0800 Subject: [PATCH] Update eventcounter spec (dotnet/coreclr#23142) Commit migrated from https://github.com/dotnet/coreclr/commit/ee56e5874db8780c99d2d93169aacf477f7b73f1 --- docs/coreclr/design-docs/event-counter.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/coreclr/design-docs/event-counter.md b/docs/coreclr/design-docs/event-counter.md index ffff850..b5ffc05 100644 --- a/docs/coreclr/design-docs/event-counter.md +++ b/docs/coreclr/design-docs/event-counter.md @@ -34,7 +34,6 @@ We believe adding some new top-level types will satisfy these requests: class EventCounter { EventCounter(string name, EventSource eventSource); string DisplayName; - TimeSpan DisplayRateTimeScale; void WriteMetric(float metric); void AddMetaData(string key, string value); } @@ -42,7 +41,6 @@ We believe adding some new top-level types will satisfy these requests: class PollingCounter { PollingCounter(string name, EventSource eventSource Func getMetricFunction); string DisplayName; - TimeSpan DisplayRateTimeScale; void AddMetaData(string key, string value); } -- 2.7.4