Quellcode durchsuchen

correction readme

dpacaud vor 12 Jahren
Ursprung
Commit
8acfb63b02
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -73,9 +73,9 @@ This backend currently supports the following metrics :
 
 
 ## Counters ##
 ## Counters ##
 
 
-Counters are properties whose value always increment. 
+Counters are properties whose value increment or decrement. 
 
 
-They consist of a Key-Value pair and are stored in database every flush interval if they were incremented.
+They consist of a Key-Value pair and are stored in database every flush interval if they were incremented or decremented.
 This means that you have the counter's value history in your database and you can easily focus on the time window that you need (to show growth for instance).
 This means that you have the counter's value history in your database and you can easily focus on the time window that you need (to show growth for instance).
 
 
 They are never reset to zero, so if you want to start over, you need a new counter name.
 They are never reset to zero, so if you want to start over, you need a new counter name.