Fix proper tag names

Change-Id: I6bbbaf75796755001726c6625c736ad824abdd61
This commit is contained in:
Olivier Bourdon
2016-05-02 15:25:06 +02:00
parent 3808d9f233
commit 17a75216e4
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.