Exemplo n.º 1
0
 public IList <MetricValue> Read()
 {
     return(_statsdAggregator.Read());
 }
Exemplo n.º 2
0
 public IList <CollectableValue> Read()
 {
     return(_statsdAggregator.Read().Cast <CollectableValue>().ToList());
 }
Exemplo n.º 3
0
 public IList <CollectableValue> Read()
 {
     return((IList <CollectableValue>)(_statsdAggregator.Read()));
 }