Thomas Jackson
Thomas Jackson
**Is your feature request related to a problem? Please describe.** I have a variety of internal applications which have various metadata they require when a token shows up. Specifically this...
I think this is a great addition for RPC for Go (as well as other languages!). The main thing that I expect will limit adoption is the lack of streaming...
I wanted to read through the mailing list to see if there was an answer to a question I had, but it seems that the google group no longer exists:...
The current behavior for loadbalancers is to add all nodes as droplets of the LoadBalancer. This is actually pretty inefficient as the service isn't necessarily running on all nodes in...
We have `invalidate_on_push=true` and one of the most common reported issues is someone updating a PR without getting a new review. It would be *great* if the bot could add...
This adds support for an additional namespace annotation for which roles are allowed for a given pod This is a first-pass, as it was a bit unclear from the issue...
Before this change a refresh of peers is run on a variety of scenarios-- including any time there is a topology change. In a moderately sized cluster (200+ nodes) there...
They are simply doing a query-level cache with some time alignments (https://github.com/Comcast/trickster/blob/master/handlers.go#L293). Ideally that'd be refactored out of `main` and we could leverage the same caching. If not we can...
Fixes #461 Fixes #433
As it stands today prometheus' alerting rules are only eligible to fire after the process has `alert interval` uptime (as it doesn't backfill data). This is problematic for prometheus itself,...