Skip to content

How can I send multiple tags in statsd #567

@byteshiva

Description

@byteshiva

I wanted to execute the below command

echo "cpu_load_short,host=server01,region=us-west|c" | nc -u -w1  127.0.0.1 8125

throws

DEBUG: Bad line: 1 in msg "cpu_load_short,host=server01,region=us-west|c"

Activity

johndodev

johndodev commented on Mar 18, 2016

@johndodev

This repo seems not really maintained anymore, but you need this PR to be merged for that : #539

There are some fork you can use, like https://github.com/johndodev/etsy-statsd

and if you need the influxDb backen, I also forked it to allow tags: https://github.com/johndodev/statsd-influxdb-backend

johndodev

johndodev commented on Mar 21, 2016

@johndodev

As @pathzzrd says, we missed the keyNameSanitize: false option. My first fork of etsy-statsd is useless now, I will remove it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @coykitten@johndodev@byteshiva

        Issue actions

          How can I send multiple tags in statsd · Issue #567 · statsd/statsd