From 2cbf052ce52bfe9bab8850e9a6f5ab4f96ed55e9 Mon Sep 17 00:00:00 2001 From: Boris Rousseau Date: Thu, 22 Mar 2018 09:56:23 +0100 Subject: [PATCH] MON-142: updated based on PR comments + best practices --- databases/mysql/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/mysql/README.md b/databases/mysql/README.md index 5485210..882c1a1 100644 --- a/databases/mysql/README.md +++ b/databases/mysql/README.md @@ -28,7 +28,8 @@ Inputs |------|-------------|:----:|:-----:|:-----:| | delay | Delay in seconds for the metric evaluation | string | `900` | no | | environment | Environment | string | - | yes | -| filter_tags | Tags used for custom filtering | string | `*` | no | +| filter_tags_use_defaults | Use default filter tags convention | string | `true` | no | +| filter_tags_custom | Tags used for custom filtering when filter_tags_use_defaults is false | string | `*` | no | | mysql_connection_threshold_critical | Maximum critical acceptable percent of connections | string | `80` | no | | mysql_connection_threshold_warning | Maximum warning acceptable percent of connections | string | `70` | no | | mysql_thread_threshold_critical | Maximum critical acceptable number of threads | string | `500` | no |