Annotation Interface InfluxDBConnector.Config

Enclosing class:
InfluxDBConnector

public static @interface InfluxDBConnector.Config
Configuration for InfluxDB connector.
  • Element Details

    • alias

      String alias
      Alias (discriminator) to select InfluxDBClient service instance by OSGi target filter.
    • url

      String url
      InfluxDB URL, i.e. http://localhost:8086
    • token

      String token
      InfluxDB token.
    • organization

      String organization
      InfluxDB organization.
    • bucket

      String bucket
      InfluxDB bucket.
    • username

      String username
      InfluxDB username.
    • password

      String password
      InfluxDB password.
    • database

      Deprecated.
      InfluxDB (V1) database.
    • retentionPolicy

      @Deprecated String retentionPolicy
      Deprecated.
      InfluxDB (V1) retention policy.