Releases: mpchadwick/Mpchadwick_PageCacheHitRate
Releases · mpchadwick/Mpchadwick_PageCacheHitRate
Mpchadwick_PageCacheHitRate v0.5.3
Mpchadwick_PageCacheHitRate v0.5.2
- Actually fixes the issue that was supposed to have been fixed in v0.5.1
Mpchadwick_PageCacheHitRate v0.5.1
- Fix Redis tracker compatibility with newer versions of
Credis_Client
(anything after colinmollenhour/credis@7bd47b6)
Mpchadwick_PageCacheHitRate v0.5.0
- Add userAgent and isBot as dimensions for for tracking
- Make public access to Redis connection actually usable
- Fix issue with type getting unset with multiple trackers when tracking container misses
Full change set #24
Mpchadwick_PageCacheHitRate v0.4.0
- Add public access to Redis connection in Redis tracker
- Documentation improvements
- General minor cleanup
Full changeset #19
Mpchadwick_PageCacheHitRate v0.3.0
- Add a Redis tracker
- Add the ability to strip dimensions via config
- Useful if you need to decrease the cardinality of the data
- IP address and URL are highly cardinal and both InfluxDb and Prometheus likely can't handle those dimensions
See #15 for full change set
Mpchadwick_PageCacheHitRate v0.2.0
- XML is "namespace"-d for safety
- Hostname is sent as a dimension
- Allows for multiple trackers
- Customer group is tracked as a dimension
- Issue where partial hits were erroneously tracked as misses was fixed
See #13 for full changeset
Mpchadwick_PageCacheHitRate v0.1.0
- Tracks Full hit, partial hit and full miss
- Container misses tracked for partial hits
- Tracks class of container that missed
- Tracks route, URL & IP Address for each request
- New Relic tracker
- File tracker