From e48b4cc4c46cafe2509bc130c363dcdda9d477af Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Thu, 13 Oct 2022 11:47:25 +0200 Subject: [PATCH] [cassandra] Reword max_returned_metrics docs --- manifests/integrations/cassandra.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifests/integrations/cassandra.pp b/manifests/integrations/cassandra.pp index 6d3af985..fc8f33da 100644 --- a/manifests/integrations/cassandra.pp +++ b/manifests/integrations/cassandra.pp @@ -1,7 +1,10 @@ # Class: datadog_agent::integrations::cassandra # # This class will install the necessary configuration for the Cassandra -# integration +# integration. +# +# This check has a limit of 350 metrics per instance. If you require +# additional metrics, contact Datadog Support at https://docs.datadoghq.com/help/ # # Parameters: # $host: @@ -14,8 +17,6 @@ # The password for the datadog user # $tags # Optional array of tags -# $max_returned_metrics -# Optional number of maximum returned metrics, default 350 # # Sample Usage: #