public EnvSensorsStore(IOptions <InfluxDbOptions> options, InfluxDBClient influxDBClient) { _options = options.Value; _influxDBClient = influxDBClient; }
public InfluxDBClientProvider(IOptions <InfluxDbOptions> options) { _options = options.Value; }
public InfluxManagement(IOptions <InfluxDbOptions> options) { _options = options.Value; }
public AlertsStore(IOptions <InfluxDbOptions> options, InfluxDBClient influxDBClient) { _options = options.Value; _influxDBClient = influxDBClient; }