/cudagraf

Telegraf with CUDA support

Primary LanguageDockerfile

About this Repository

This repository contains custom builds of Telegraf for usage with Nvidia Cuda.

Supported tags and respective Dockerfile links

Using this image

Exposed Ports

  • 8125 StatsD
  • 8092 UDP
  • 8094 TCP

Using the default configuration

The default configuration requires a running InfluxDB instance as an output plugin. Ensure that InfluxDB is running on port 8086 before starting the Telegraf container.

Minimal example to start an InfluxDB container:

$ docker run -d --name influxdb -p 8086:8086 influxdb

Starting Telegraf using the default config, which connects to InfluxDB at http://localhost:8086/:

$ docker run --runtime=nvidia --net=container:influxdb telegraf

For installation process of Nvidia Drivers on your machine, please refer to this link.

Example of Grafana Dashboard

Grafana Dashboard Example