Exemplo n.º 1
0
 public bool IsMatch(HistogramValueSource histogram)
 {
     if (types != null && !types.Contains(MetricType.Histogram))
     {
         return(false);
     }
     return(IsNameMatch(histogram.Name));
 }
Exemplo n.º 2
0
 public bool IsMatch(HistogramValueSource histogram)
 {
     return(true);
 }