David Schlosnagle
David Schlosnagle
If there's anything I can do to help here, I'd be happy to assist. Similar to https://github.com/FasterXML/jackson-core/issues/593 this pops up on JFRs when using Jackson to parse smaller JSON documents...
I don't have super strong feelings about the format, mostly interested in avoiding merge conflicts where possible to allow automation & 🤖 to do their thing while I sleep. I've...
Right now this is still just a raw WIP I wanted to brain dump as I was digging through a few JFR and saw some conjure types `equals` methods evaluating...
Filed https://datastax-oss.atlassian.net/browse/JAVA-3073
Thanks for taking a look @absurdfarce ! I will review and get back on the CLA. One area where this issue pops up is when performing bulk DDL schema operations...
Curious for thoughts on these additions given some recent places these could be used
@felixdesouza recently pushed similar changes to atlasdb in https://github.com/palantir/atlasdb/pull/4661 specifically [TaggedMetricsInvocationEventHandler](https://github.com/palantir/atlasdb/blob/develop/atlasdb-client/src/main/java/com/palantir/atlasdb/util/TaggedMetricsInvocationEventHandler.java) Also linking @ellisjoe 's unmerged PR https://github.com/palantir/tritium/pull/181 from a while back. @felixdesouza and @carterkozak curious if this is something...
Would be useful to make `com.palantir.tritium.metrics.MetricRegistries#createWithReservoirType` and `com.palantir.tritium.metrics.Reservoirs` public to simplify usage of `SlidingTimeWindowArrayReservoir`. https://medium.com/hotels-com-technology/your-latency-metrics-could-be-misleading-you-how-hdrhistogram-can-help-9d545b598374
Agreed, I'd like to re-add support for instrumenting abstract & non-final concrete types. Originally added this in https://github.com/palantir/tritium/commit/f2a87d63095d157e9781be90ac19c0d25f60401e for 0.4.2, but there was some weirdness with the shadowed `cglib` &...
Should also mention that the gradle shadow plugin conflicted with the JMH generation, so we'll need to make sure those are still working.