Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with testing for a PR/feature #4

Open
Overbryd opened this issue Sep 18, 2019 · 2 comments
Open

Help with testing for a PR/feature #4

Overbryd opened this issue Sep 18, 2019 · 2 comments

Comments

@Overbryd
Copy link

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
Copy link
Owner

sentient commented Sep 19, 2019 via email

@Overbryd
Copy link
Author

Overbryd commented Sep 23, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants