Interface DbReporterFactory

All Known Implementing Classes:
InfluxDBReporterFactory

@Deprecated public interface DbReporterFactory
Deprecated.
Part of the legacy InfluxDB reporter infrastructure. Use the native Micrometer InfluxMeterRegistry instead, configured via metrics.registries=influxdb in metrics.properties.
  • Method Details

    • getTimePrecision

      TimeUnit getTimePrecision()
      Deprecated.
    • getProtocol

      String getProtocol()
      Deprecated.
    • getHost

      String getHost()
      Deprecated.
    • getPort

      int getPort()
      Deprecated.
    • getDatabase

      String getDatabase()
      Deprecated.
    • getUsername

      String getUsername()
      Deprecated.
    • getPassword

      String getPassword()
      Deprecated.
    • getRetentionPolicy

      String getRetentionPolicy()
      Deprecated.
    • getConsistency

      String getConsistency()
      Deprecated.