-
Notifications
You must be signed in to change notification settings - Fork 3
Monitoring
RedisMemo has built-in support for monitoring services such as Datadog. One could set up alerts on some monitoring metrics (such as overall cache-hit rate) to take action proactively.
This span wraps around a cache read operation.
Values: count
, latency
Tags: method_id
, cache_hit
(true
or false
)
This span wraps around a cache write operation (cache miss from cache read).
Values: count
, latency
Tags: method_id
This span wraps around a batch cache read operation.
Values: count
, latency
Tags: n/a
This span wraps around a batch cache execution operation (the read results contain cache misses).
Values: count
, latency
Tags: n/a
This span wraps around bumping a memoizable's version.
Values: count
, latency
Tags: memoizable_key_name
, enqueue_to_finish
(duration)
This span wraps around model operations that would require invalidating cache results for the entire model.
Values: count
, latency
Tags: model_name
This span wraps around model operations that would require invalidating cache results for some model records.
Values: count
, latency
Tags: operation_name