eldad87
eldad87
@denismakogon can you please share an example on how to run it along this package? Thanks!
@ahammond, That's great, exactly as I thought. Nevertheless, a real life example will become handy.
@rexlv, Here is my implementation of @johanbrandhorst's suggestion, a working example of [Gin-gonic and grpc-gateway](https://github.com/eldad87/go-boilerplate/commit/29bd2836142aa041330e1940c5ccce95e07bec23#diff-9e8f6f8fdec41b0a5b9062dbad4fb6f0R267).
Hi @johanbrandhorst , Thank you for your answer. I will definitely try to reach out in Slack and update this ticket accordingly as I believe that this this subject is...
Hi @johanbrandhorst , I would defiantly like to contribute the missing documentation once I'll finish implementing this mechanism in my [hobby](https://github.com/eldad87/go-boilerplate) project.
@mwitkow, there is another issue, `Validate()` return an error string which is not useful. For now, It will be a good idea to expose the field/description of the failure.
Hi @Tarick , Yes, please add a feature request. If needed - I can help defining the requirements.
Hi @Tarick , As a platform developer, I would like authenticate and authorize requests using OAuth & scopes. In practice, you can provide an ability to connect Kusk with a...
Same here: ``` vendor/github.com/uber/jaeger-lib/metrics/prometheus/factory.go:143:3: cannot use hv.WithLabelValues(f.tagsAsLabelValues(labelNames, tags)...) (type prometheus.Observer) as type prometheus.Histogram in field value: prometheus.Observer does not implement prometheus.Histogram (missing Collect method) ```
Hi, I solved this issue. I had to override `prometheus/client_golang`'s version, for more information check this [commit](https://github.com/eldad87/go-boilerplate/commit/b1f32545daeae0cadd843d82156fda5f081b5e9d).