Skip to content

Releases: palantir/tritium

0.88.0

30 Apr 16:40
a443ecd
Compare
Choose a tag to compare
Type Description Link
Improvement Implement metrics to report the JVM DNS cache TTL values #1936

0.87.0

01 Apr 23:32
a2e2af6
Compare
Choose a tag to compare
Type Description Link
Improvement The cache.hit and cache.miss metrics have been combined into a single cache.request metric tagged by result. #1921

0.86.0

28 Mar 14:56
b1ae2bb
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.85.0

27 Mar 15:31
ef613d6
Compare
Choose a tag to compare
Type Description Link
Improvement CacheState.register has been changed to be a more fluent API. #1920

0.84.0

27 Mar 14:16
7c1cc3f
Compare
Choose a tag to compare
Type Description Link
Feature Add cache size metrics to CacheStats. #1919

0.83.0

07 Mar 21:17
aace7bb
Compare
Choose a tag to compare
Type Description Link
Improvement Initial Caffeine CacheStats recorder

Example usage:
<br>TaggedMetricRegistry taggedMetricRegistry = ...<br>Cache<Integer, String> cache = Caffeine.newBuilder()<br> .recordStats(CacheStats.of(taggedMetricRegistry, "unique-cache-name"))<br> .build();<br><br>LoadingCache<String, Integer> loadingCache = Caffeine.newBuilder()<br> .recordStats(CacheStats.of(taggedMetricRegistry, "unique-loading-cache-name"))<br> .build(key::length);<br>
#1897

0.82.0

14 Feb 00:21
46bef42
Compare
Choose a tag to compare
Type Description Link
Fix Remove metric-schema gradle 8 workaround

See palantir/metric-schema#1092
#1871

0.81.0

13 Nov 16:56
29c3df0
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.80.0

13 Nov 16:11
d2bf0d5
Compare
Choose a tag to compare
Type Description Link
Improvement Tritium cpu shares metric reports -2 when unsupported #1829

0.79.0

27 Oct 20:45
ff58b4f
Compare
Choose a tag to compare

Automated release, no documented user facing changes