Closed cheshir closed 2 years ago
We have run into the same issue, since we need to upgrade sqlgen due to the vulnerability in the dependency on gorilla/websocket
fixed in https://github.com/gorilla/websocket/releases/tag/v1.4.1. @cheshir have you looked into what it will take to fix this?
I had the same issue, I installed the dependency to this package by using a module query to get the code from the master branch:
go get github.com/99designs/gqlgen-contrib@master
@vvakame Hi, could you release a newer version to resolve this issue? 🙏
@vvakame we're facing this same issue ourselves, i had to remove this package since it was no longer working but we have grafana boards that utilize the info this pkg provides us and would love to turn it back online
Does anyone know of a workaround? Are people just copying this code and making it work for them? I get this error trying to use this, even with the master branch: undefined: "github.com/99designs/gqlgen-contrib/prometheus".RequestMiddleware
Does anyone know of a workaround? Are people just copying this code and making it work for them? I get this error trying to use this, even with the master branch:
undefined: "github.com/99designs/gqlgen-contrib/prometheus".RequestMiddleware
I second this
I'm using:
What I'm trying to do:
What I expect to have: application started without errors, application has metrics and traces support.
What I have: