public Task <MetricsDataValueSource> ReadDataAsync()
 {
     return(_registry.GetDataAsync(GlobalFilter));
 }