cc-metric-collector/sinks
2021-03-27 13:39:43 +01:00
..
influxSink.go Add sink for InfluxDB (with the original InfluxDB client) 2021-03-26 16:48:09 +01:00
README.md Add READMEs and Makefile to build and integrate LIKWID 2021-03-27 13:39:43 +01:00
sink.go Add sink for InfluxDB (with the original InfluxDB client) 2021-03-26 16:48:09 +01:00
stdoutSink.go Fix format of StdoutSink 2021-03-26 17:08:00 +01:00

This folder contains the sinks for the cc-metric-collector.

sink.go

The base class/configuration is located in sink.go.

Sinks

There are currently two sinks shipped with the cc-metric-collector:

Installation

Nothing to do, all sinks are pure Go code