Eyal Posener

Results 69 comments of Eyal Posener

@matryer, can this project be cloned and changed to be used for other purposes? Thanks

Hi, I didn't understand specifically what you mean. Maybe you can provide an example for what is missing for you? Thanks

Nice! Sounds like a cool feature to develop! You want to code it?

Sorry for the late reply. This is cool. I have no objection to add it. Is there any way to test the integration?

Looks good. Thanks for the contribution.

What I mean is, that if i'll add a test case in header_test.go: ```go { []*Metric{ { Name: "sql:1", Duration: 100 * time.Millisecond, Desc: "MySQL lookup Server", Extra: map[string]string{}, },...

Opened an issue in gddo: https://github.com/golang/gddo/issues/539

Hi, What command exactly did you run in order to make this change, and why is it useful? Thanks!

Strange... why did it update all the dependencies? I can't reproduce it... ```bash $ go version go version go1.14 linux/amd64 $ git diff diff --git a/go.mod b/go.mod index 68b8d0c..25cb015 100644...