C# Class mssql_exporter.core.CounterExtensions

Mostra file Open project: DanielOliver/mssql_exporter

Public Methods

Method Description
Set ( Prometheus.Counter counter, double value ) : void
Set ( Prometheus.Counter.Child counter, double value ) : void

Method Details

Set() public static method

public static Set ( Prometheus.Counter counter, double value ) : void
counter Prometheus.Counter
value double
return void

Set() public static method

public static Set ( Prometheus.Counter.Child counter, double value ) : void
counter Prometheus.Counter.Child
value double
return void