tulip / oplogtoredis

Publish MongoDB oplog entries to Redis
Apache License 2.0
38 stars 9 forks source link

Convert redis RTT metric to a histogram #69

Closed torywheelwright closed 3 months ago

torywheelwright commented 4 months ago

Converts the otr_redispub_command_duration_seconds metric from a gauge that tracks the last observed RTT to a histogram, which is much more sensible. I tested this locally and it seems to work fine.