Johannes Staffans
Johannes Staffans
Yes, I just ran into this issue. This script works well with `ext4` but restoring snapshots of `xfs` volumes will not work. Should be an easy addition, though.
@jacksontj your proposal now seems to have been accepted. Any thoughts on implementing caching for Promxy?
We are seeing queries for label names taking a significant amount of time, probably due to a large number of time series. Since the set of label names changes should...
For me, the example by @malcolmsparks above only works with instances of `ExceptionInfo`, ie something thrown using `ex-info`, not other Throwables. Using yada 1.1.6.
To be more specific, the example above doesn't work for `:post` methods: ``` clojure (yada/yada (yada/resource {:methods {:post {:consumes "application/json" :produces "text/plain" :response (λ [ctx] (throw (Exception. "Oh!")))}} :responses {500...
Is this issue still relevant? Isn't Lumo exercised as part of tests since https://github.com/anmonteiro/lumo/pull/217 ?
@gregturn yes, something like that. I was trying to customise the way links and embeds were serialised. I'm however no longer working on the project for which I needed the...
My use case was serialising an empty collection as an empty JSON array instead of leaving out the embed completely. As far as I can recall, this would have required...
@edsiper, is this something that could be considered upstream? It would be pretty useful in some cases, given that tag manipulation is not really supported yet by Fluent Bit.
Is the above still the case, or will advanced profiling features now work with OTel instrumentation?