README.md in postgres-vacuum-monitor-0.3.1 vs README.md in postgres-vacuum-monitor-0.3.2

- old
+ new

@@ -45,10 +45,11 @@ ``` For long running queries, the event name is `LongQueries` and the attributes are: ```ruby { + database_name: # The name of the database. start_time: # When the query started . running_time: # How long has it been running in seconds. application_name: # What's the application name that is running the query. query: # The offending query. } @@ -56,9 +57,10 @@ For auto vacuum the attributes are the following: ```ruby { + database_name: # The name of the database. table: # Table name. table_size: # How big is the table. dead_tuples: # How many dead tuples are in the table. tuples_over_limit: # How many dead tuples are over the auto vacuumer threshold. }