summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/design-docs/event-counter.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/design-docs/event-counter.md b/Documentation/design-docs/event-counter.md
index ffff8505b2..b5ffc056f5 100644
--- a/Documentation/design-docs/event-counter.md
+++ b/Documentation/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<float> getMetricFunction);
string DisplayName;
- TimeSpan DisplayRateTimeScale;
void AddMetaData(string key, string value);
}