Ben Samsom

Results 9 comments of Ben Samsom

While that works on an individual metric, im trying to get all of our KSM metric based alerts to include the node label so i dont have to edit/rewrite all...

@fpetkovski @dgrisonnet Just following up to see if there has been an agreed upon descission on this as its been about a month since the last reply.

This would be very useful to add so that we could manage all monitors via terraform configs.

not necessary for the above but it might also be nice to parse the query string into key-value pairs as the Url Parser does on logs. https://docs.datadoghq.com/logs/log_configuration/processors/?tab=ui#url-parser

Definitly something wierd going on with dokken/dokker dns, in order for the dokken container to reach other docker containers i needed to: 1. run `docker network inspect dokken` 2. grab...

@bwplotka Yes ive checked is the server was restarting and it wasnt, I did look at past issues and had found this one: https://github.com/thanos-io/thanos/issues/2286#issuecomment-601072887 Who had what seems the like...

I was messing around with the code a bit locally. and found if you swap [this](https://github.com/Versent/saml2aws/blob/master/pkg/provider/browser/browser.go#L73-L75): ``` launchOptions := playwright.BrowserTypeLaunchOptions{ Headless: playwright.Bool(cl.Headless), } ``` to ``` launchOptions := playwright.BrowserTypeLaunchPersistentContextOptions{ Headless:...

both ``` launchOptions := playwright.BrowserTypeLaunchOptions{ Headless: playwright.Bool(cl.Headless), } ``` and ``` launchOptions := playwright.BrowserTypeLaunchPersistentContextOptions{ Headless: playwright.Bool(cl.Headless), } ``` let you pass in chrome args: https://peter.sh/experiments/chromium-command-line-switches/ ``` launchOptions := playwright.BrowserTypeLaunchPersistentContextOptions{ Headless:...

Does anyone know what secrets it actaully needs permissions for? I couldnt find what it was looking for in the codebase, and the only secret i could find thats related...