From c81365f4f0d925c81eac92446bef0a35a070b1a0 Mon Sep 17 00:00:00 2001 From: Kalila L Date: Fri, 21 Aug 2020 13:47:59 -0400 Subject: [PATCH] Update description for Prometheus exporter. --- domain-server/resources/describe-settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain-server/resources/describe-settings.json b/domain-server/resources/describe-settings.json index 3551104f75..7c8783bb82 100644 --- a/domain-server/resources/describe-settings.json +++ b/domain-server/resources/describe-settings.json @@ -114,7 +114,7 @@ { "name": "enable_prometheus_exporter", "label": "Enable Prometheus Exporter", - "help": "Enable a Prometheus exporter to make it possible to gather the stats that are available at Nodes tab with a Prometheus server. This makes it possible to keep track of long-term domain statistics for graphing, troubleshooting, and performance monitoring.", + "help": "Enable a Prometheus exporter to make it possible to gather stats about the mixers that are available in the Nodes tab with a Prometheus server. This makes it possible to keep track of long-term domain statistics for graphing, troubleshooting, and performance monitoring.", "default": false, "type": "checkbox", "advanced": true