Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions manifests/integrations/cassandra.pp
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
#
Expand Down