예제 #1
0
 public MetricsPrometheusProtobufOutputFormatter(MetricsPrometheusOptions options)
 {
     _options = options ?? throw new ArgumentNullException(nameof(options));
 }
예제 #2
0
 public MetricsPrometheusProtobufOutputFormatter()
 {
     _options = new MetricsPrometheusOptions();
 }