Fix proper tag names
Change-Id: I6bbbaf75796755001726c6625c736ad824abdd61
This commit is contained in:
@@ -4,7 +4,7 @@ Commands
|
||||
^^^^^^^^
|
||||
|
||||
``mysql_commands``, the number of times per second a given statement has been
|
||||
executed. The metric has a ``command`` field that contains the statement to
|
||||
executed. The metric has a ``statement`` field that contains the statement to
|
||||
which it applies. The values can be:
|
||||
|
||||
* ``change_db`` for the USE statement.
|
||||
|
||||
@@ -170,4 +170,4 @@ API response times
|
||||
Logs
|
||||
^^^^
|
||||
|
||||
* ``log_messages``, the number of log messages per second for the given service and severity level. The metric contains ``service`` and ``severity`` (one of 'debug', 'info', ... ) fields.
|
||||
* ``log_messages``, the number of log messages per second for the given service and severity level. The metric contains ``service`` and ``level`` (one of 'debug', 'info', ... ) fields.
|
||||
|
||||
Reference in New Issue
Block a user