Fabio: Add support for influxdb metrics

Created on 21 Mar 2017  路  3Comments  路  Source: fabiolb/fabio

Will you adding support for new metric targets influxdb?

enhancement pinned theme-metrics

Most helpful comment

yes, once I finish the refactoring to support tags in metrics.

All 3 comments

yes, once I finish the refactoring to support tags in metrics.

as workaround you can use telegraf's statsd input plugin
telegraf.conf

[[inputs.statsd]]
    service_address = ":8127"
    percentiles = [90]
    metric_separator = "_"
    parse_data_dog_tags = false
    allowed_pending_messages = 10000
    percentile_limit = 1000
    templates = [
        "fabio.* measurement.service-id.field*"
    ]

fabio.properties:

metrics.target = statsd
metrics.prefix = {{clean .Exec}}.{{clean .Hostname}}
metrics.names = {{clean .Service}}
metrics.statsd.addr = 172.17.0.1:8127
Was this page helpful?
0 / 5 - 0 ratings

Related issues

tecnobrat picture tecnobrat  路  6Comments

stevehorsfield picture stevehorsfield  路  11Comments

rodriguezrps picture rodriguezrps  路  13Comments

doublerebel picture doublerebel  路  11Comments

drawks picture drawks  路  12Comments