Skip to content

Releases: mpchadwick/Mpchadwick_PageCacheHitRate

Mpchadwick_PageCacheHitRate v0.5.3

16 Jul 20:37
Compare
Choose a tag to compare
  • Add a (conservative) timeout when creating connection in Redis tracker
  • Fix a notice when accessing customer group from cookies
  • Make sure that parameters are stripped when tracking container misses too (which inherently fixes notices from #29)

Full change set #33

Mpchadwick_PageCacheHitRate v0.5.2

08 Jul 20:24
Compare
Choose a tag to compare
  • Actually fixes the issue that was supposed to have been fixed in v0.5.1

Mpchadwick_PageCacheHitRate v0.5.1

08 Jul 20:08
Compare
Choose a tag to compare

Mpchadwick_PageCacheHitRate v0.5.0

07 Jul 02:32
Compare
Choose a tag to compare
  • 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

29 Jun 00:48
Compare
Choose a tag to compare
  • Add public access to Redis connection in Redis tracker
  • Documentation improvements
  • General minor cleanup

Full changeset #19

Mpchadwick_PageCacheHitRate v0.3.0

28 Jun 18:48
Compare
Choose a tag to compare
  • 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

28 Jun 01:44
Compare
Choose a tag to compare
  • 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

10 Jun 01:41
Compare
Choose a tag to compare
  • 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