Matej Gera

Results 114 comments of Matej Gera

Or maybe rather this might give the right context: https://blog.golang.org/go116-module-changes ``` In Go 1.16, module-aware commands report an error after discovering a problem in go.mod or go.sum instead of attempting...

I tried to collect all currently missing entries Instrumentation: - [x] instrumentation/github.com/astaxie/beego/otelbeego - [x] instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache - [x] instrumentation/github.com/emicklei/go-restful/otelrestful - [x] instrumentation/github.com/gin-gonic/gin/otelgin - [x] instrumentation/github.com/gocql/gocql/otelgocql - [x] instrumentation/github.com/gorilla/mux/otelmux - [x] instrumentation/github.com/labstack/echo/otelecho...

OK, if there is an agreement I can try my hand at making this.

@MrAlias @evantorrie I created a proposal draft PR here - https://github.com/open-telemetry/opentelemetry-go-contrib/pull/446 - explaining how the check should work in more details, your input will be welcome.

Putting here note to myself: to also updated the links in registry via PR, so that the check is actually not failing from the beginning.

Would take this together with #385

Hey @esnible, thanks for putting this together. As for the OIDC provider, if you will use your own (as you mentioned you have a Keycloak instance), you'll need to change...

> So I have tried again and this Pr doesn't work. I have build a image based on #89 and it works as expected. I have noticed than in your...

Hey @tend2infinity, I'd say go for it! As for guidance, it is written in the description in a kind of condensed form, but I believe we need to: - Adjust...

This is actually in-progress, we just need a bit more :heart: to resolve races that have already been detected, see my comment in https://github.com/thanos-io/thanos/pull/5066#issuecomment-1056935086. These should be addressed before the...