All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sample.influxdb.yaml Maven / Gradle / Ivy

The newest version!
influxdb:
  -
    period: 60
    timeunit: 'SECONDS'
    protocol: 'http'
    auth: ''
    dbName: 'db1'
    connectionTimeout: 1000
    readTimeout: 1000
    tags:
      host: 'node1'
      env: 'prod'
      sth: 'else'
    measurementMappings:
      cassandra_Table_ReadLatency: org.apache.cassandra.metrics.Table.ReadLatency.*
    prefix: ''
    hosts:
      - host: 'localhost'
        port: 8086




© 2015 - 2025 Weber Informatics LLC | Privacy Policy