FROM telegraf:1.12.4-alpine

ADD telegraf.conf /etc/telegraf/telegraf.conf

# statsd_port
EXPOSE 8125
EXPOSE 8125/udp
