João Paulo Gomes

Results 6 comments of João Paulo Gomes

Any updates on this issue? I'm having the same problem with a Micronaut Application. ``` Caused by: reactor.blockhound.BlockingOperationError: Blocking call! java.io.RandomAccessFile#readBytes at java.base/java.io.RandomAccessFile.readBytes(RandomAccessFile.java) at java.base/java.io.RandomAccessFile.read(RandomAccessFile.java:406) at java.base/java.io.RandomAccessFile.readFully(RandomAccessFile.java:470) at java.base/java.util.zip.ZipFile$Source.readFullyAt(ZipFile.java:1298) at...

Here a proposed solution: https://gist.github.com/johnowl/b0f0417abc521f648e410e3577779a98

@shakuzen this example with the count I totally agree with you, in this case we can just use a counter. The main problem here is the limited amount of metrics...

We are using a solution similar of what you proposed. I'll try to come up with something similar with what you said: "We could try to come up with a...

Something like this? https://github.com/micrometer-metrics/micrometer/compare/main...johnowl:micrometer:main