Ejemplo n.º 1
0
 public IMetricsRecordBuilder Add(MetricsTag tag)
 {
     _tagVals[tag.Name] = tag.Value;
     return this;
 }
Ejemplo n.º 2
0
 public IMetricsRecordBuilder Add(MetricsTag tag)
 {
     throw new System.NotImplementedException();
 }