InfluxDbPublisher

In package com.cdsap.talaiot.publisher

class com.cdsap.talaiot.publisher.InfluxDbPublisher

Publisher using InfluxDb and LineProtocol format to send the metrics

Constructors

constructor(influxDbPublisherConfiguration: InfluxDbPublisherConfiguration, logTracker: LogTracker, executor: Executor)

Publisher using InfluxDb and LineProtocol format to send the metrics

Parameters:

Methods

fun publish(report: ExecutionReport)

Publish the results given one Publisher implementation

Parameters: