-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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 ***@***.***> 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
<#4?email_source=notifications&email_token=AABM2G6WE4YAET2SXH33KSTQKJ3ZZA5CNFSM4IYCTZUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HMHICIA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABM2GYPKU4N5WPHNK7HAUTQKJ3ZZANCNFSM4IYCTZUA>
.
|
Thanks, I'll come back to you in October then.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: