PushGatewayPublisher

In package com.cdsap.talaiot.publisher

class com.cdsap.talaiot.publisher.PushGatewayPublisher

Publisher using PushGateway format to send the metrics to an PushGateway server

Constructors

constructor(pushGatewayPublisherConfiguration: PushGatewayPublisherConfiguration, logTracker: LogTracker, requestPublisher: Request, executor: Executor)

Publisher using PushGateway format to send the metrics to an PushGateway server

Parameters:

Methods

fun publish(report: ExecutionReport)

Publish the results given one Publisher implementation

Parameters: