Devan Patel
Devan Patel
This should now be unblocked as per the latest beta provider https://github.com/hashicorp/terraform-provider-google-beta/releases/tag/v3.37.0
Apologies for the bump but it seems all changes have been addressed, any chance we can merge this one in now? @bharathkkb
So i had a play around with using Github Actions/Packages (thanks for your modern-go-application sample repo!) https://github.com/Dev25/mcrouter_exporter/packages/274062 Unfortunately i also realised that you can't pull from github packages unless you...
Github Actions/Packages support is added in #18, will wait until we have Dockerhub support to close out this issue.
That sounds like a good idea, either have it debug log on the first scrape or provide a `--check` like flag to just run a single scrape/log then exit.
Thanks @kenjenkins I can indeed see those logs that show its either refreshing a user or session on a regular basis. ```json {"level":"info","service":"identity_manager","user_id":"73ddd3ad-964c-420b-bfb4-88a30f991b9b","session_id":"ce350423-189e-4b8a-8f60-8ebc657e085c","time":"2024-04-10T08:14:52Z","message":"refreshing session"} {"level":"info","service":"identity_manager","user_id":"01819efa-92f4-4a4d-9383-a1f8b31f90f9","time":"2024-04-10T08:15:01Z","message":"refreshing user"} {"level":"info","service":"identity_manager","user_id":"40ac6505-4ed8-4d70-86b9-650e04fc3863","session_id":"0ee4ab7f-7c45-4eaf-99da-2c45f7a30af4","time":"2024-04-10T08:15:13Z","message":"refreshing session"} {"level":"info","service":"identity_manager","user_id":"8d982fd7-45a0-4998-bc31-39cb2e427ce5","session_id":"f2dae595-5492-4881-a91f-9a270244fade","time":"2024-04-10T08:15:23Z","message":"refreshing session"}...
@kenjenkins So i did a scan for logs for `failed to` in the last 7 days only had a single hit for a DB patch failing. ```logs { error: "rpc...
Thanks for the update @calebdoxsey , any ETA on when v0.26 is expected to be released or if a pre-release build of a ingress-controller with the change is available so...
Just to provide a update i did deploy a pre release and then also the v0.26.0 release but unfortunately still showing the same symptoms.
Thanks, i've deployed the latest main from this week that includes the fix, seems promising so far. Will close this issue after a bit more testing time/release has been cut.