We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f0e8f commit ebf6ad9Copy full SHA for ebf6ad9
src/Prometheus/Storage/RedisTxn.php
@@ -31,7 +31,6 @@
31
* This adapter refactors the {@see \Prometheus\Storage\RedisNg} adapter to generally try and execute the "update" and
32
* "collect" operations of each metric type within a single Redis transaction.
33
*
34
- * @todo Only summary metrics have been refactored so far. Complete refactor for counter, gauge, and histogram metrics.
35
* @todo Reimplement wipeStorage() to account for reorganized keys in Redis.
36
* @todo Reimplement all Redis scripts with redis.pcall() to trap runtime errors that are ignored by redis.call().
37
*/
0 commit comments