Clint Checketts
Clint Checketts
It measures how long the longest request took for a given `uri` tag in the last minute (I believe that is configurable). If a given uri hasn't been called in...
Off the top of my head it would be a gauge.
To make this issue actionable @tarunrathor-pro Can you provide a link to the documentation that you found confusing/incomplete?
At a high level is it an addition to `Timer` and is implemented via [TimeWIndowMax](https://github.com/micrometer-metrics/micrometer/blob/master/micrometer-core/src/main/java/io/micrometer/core/instrument/distribution/TimeWindowMax.java). @jkschneider Would know the finer points. But my high level understanding is they use a...
That is a regression. Thanks for reporting.
I'll yield to @yunruiwatts or @rswingler for their analysis. I agree with @walexnelson that if no one is maintaining this library they should update the README appropriately. I'm sure community...
Can you include a link to the extension you are using?
Oh I see. It appears that the response-targets extension hasn't been 'released' yet. It is present in the `src/ext` directory, but not in the `dist` directory. @anthonygoslar Here is a...
@benpate I also would be interested in splitting the ajax and swap. I extended the preload extension to not only prime the cache but to save and replay the request...
I believe I found the root cause of the class being placed on the body (see PR #1493) Since no `source` element is provided in the `htmx.ajax` call it default...