gaos1 / OpenTsdbSkylinePublisher

RTPublisher Plugin for OpenTSDB 2.0 to send metrics to skyline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenTsdbSkylinePublisher

RTPublisher Plugin for OpenTSDB 2.0 to send metrics to skyline

You might want to compile it with "mvn assembly:single" to have all dependencies in the fat jar...

Add these settings to your opentsdb.conf:

tsd.core.plugin_path = [your plugin directory]
tsd.rtpublisher.enable = true
tsd.rtpublisher.plugin = net.gutefrage.tsdb.SkylinePublisher
tsd.plugin.skyline.port = [skyline UDP port, normally 2025]
tsd.plugin.skyline.host = [your skyline host]

About

RTPublisher Plugin for OpenTSDB 2.0 to send metrics to skyline


Languages

Language:Java 100.0%