Ejemplo n.º 1
0
 public static BeatPulseContext AddPrometheusTracker(this BeatPulseContext context, Uri prometheusGatewayUri)
 {
     context.AddPrometheusTracker(prometheusGatewayUri, null);
     return(context);
 }