Kevin Pullin
Kevin Pullin
We've run into this as well (using the `RequestTemplate.header()` method, but I'm guessing still hits the same templating logic as `@Headers`). Escaping the braces using percent encoding or double bracing...
What might be a reasonable height to restrict the list? We have 250+ repos in our list and have had a couple people ask to hide the box after searching....
> I feel that having a `valid_paths` RegexSet (instead of an excluding one) that would be optional would be better ? Possibly - can you describe your thinking? A couple...
Interesting point - I had assumed that if a path isn't registered, then no metric would be recorded. I just tested and confirmed that unknown paths _are_ recorded. I compared...
It's worth noting that this change doesn't completely fix compilation issues by itself, since the version of the parent pom referenced in this project also uses `http` and not `https`....
Have you tried using the `-v` (verbose) flag or the `-p` (privileged, start another container) flag? I ran across a similar failure, and with the verbose logs I saw that...
> Any idea how to solve this issue? It shuts down my production backend system. > > The only solution which I have now is to "manually" (via CRON task)...
We've run into the same issue with other pyroscope SDKs. Building alloy from the latest code in `main`, including the referenced possible fix https://github.com/grafana/alloy/pull/2918, does not resolve the issue. It...
We have a similar startup failure with a potential workaround in #392 (and #397 due to my github fail...). The hint here about a mutating webhook was helpful and led...
You should be good as long as your objects in git do not create pods directly. Kuik uses a mutating web hook that only patches pods as they're created. It...