public interface InfluxDbMetricsReporter
extends org.onlab.metrics.MetricsReporter
| Modifier and Type | Method and Description |
|---|---|
void |
config(String address,
int port,
String database,
String username,
String password)
Configures default parameters for influx database metrics reporter.
|
void config(String address, int port, String database, String username, String password)
address - IP address of influxDB serverport - Port number of influxDB serverdatabase - Database name of influxDB serverusername - Username of influxDB serverpassword - Password of influxDB serverCopyright © 2016. All rights reserved.