Software Developer
Software Developer
@jescalada I think we have to change method from `GET` -> `POST`. we already did something similar previously so maybe this is the case.
Probably original AIM won't work in that case but Im not sure that we have to take care about that, because we already have some breaking changes. @fabiovincenzi do you...
@jescalada and can you please explain, where it happened? we have no `/metrics` endpoint under `aim`. If you can provide me steps where I can check it myself it would...
I see now. Im not sure that selecting 50-100 metrics is a really working case. I mean do we really need to allow to select so many metrics at time?...
yep, it will be really nice. I can that 20-30 metrics can easily use around 20kb. and as I can see all of this parameters are only for UI. this...
Ok folks, I did a lot of different experiments with code and I can say that unfortunately what we have now is a final result. So current performance fully related...
We already have such links in both UI's.
I think this man should work properly -> https://github.com/coreos/go-oidc. In theirs example integration with `google` and also Auth0 provides an example -> https://auth0.com/docs/quickstart/webapp/golang/01-login so it should be enough to integrate/support...
It seems like we already have such link in both UI's.
> perhaps starting the server goroutine with a timeout context, which makes it periodically exit -- then do the truncate and restart (in a loop)? ohh, it sounds like a...