sentient / statsdbeat

A beat to get statsd udp messages into Elastic Search
Other
4 stars 4 forks source link

Help with testing for a PR/feature #4

Open Overbryd opened 5 years ago

Overbryd commented 5 years ago

Hi @sentient,

I started to prepare a PR, for supporting an alternate way of tagging statsd messages. In my case, the only major problem why I have a hard time replacing Datadog metrics with the Elastic stack.

The datadog datagram format is widely used in many statsd clients I know of (e.g. traefik loadbalancer). It is described here https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/#datagram-format

and so with my limited knowledge of beats development and go I set out to implement this.

This is the patch I came up with: https://gist.github.com/Overbryd/4fe442429bbdaff8f1334251fd607827

Unfortunately, I cannot run the tests and I need some help getting my local "beats" / "statsdbeats" development environment setup.

I checked out your repository in my GO_PATH and all, fetched the necessary dependencies, but running go test -run '' does not get me any further.

Would you mind to enlighten me about your dev setup for statsdbeat?

Kind regards,

Lukas

sentient commented 5 years ago

Lukas I m out of town. Back in October. I can try to help you a bit then.

On Thu, Sep 19, 2019, 04:06 Lukas Rieder notifications@github.com wrote:

Hi @sentient https://github.com/sentient,

I started to prepare a PR, for supporting an alternate way of tagging statsd messages. In my case, the only major problem why I have a hard time replacing Datadog metrics with the Elastic stack.

The datadog datagram format is widely used in many statsd clients I know of (e.g. traefik loadbalancer). It is described here https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/#datagram-format

and so with my limited knowledge of beats development and go I set out to implement this.

This is the patch I came up with: https://gist.github.com/Overbryd/4fe442429bbdaff8f1334251fd607827

Unfortunately, I cannot run the tests and I need some help getting my local "beats" / "statsdbeats" development environment setup.

I checked out your repository in my GO_PATH and all, fetched the necessary dependencies, but running go test -run '' does not get me any further.

Would you mind to enlighten me about your dev setup for statsdbeat?

Kind regards,

Lukas

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sentient/statsdbeat/issues/4?email_source=notifications&email_token=AABM2G6WE4YAET2SXH33KSTQKJ3ZZA5CNFSM4IYCTZUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HMHICIA, or mute the thread https://github.com/notifications/unsubscribe-auth/AABM2GYPKU4N5WPHNK7HAUTQKJ3ZZANCNFSM4IYCTZUA .

Overbryd commented 5 years ago

Thanks, I'll come back to you in October then.