Skip to content

Commit a06d1dd

Browse files
committed
aerospike-agent-and-dashboards
1 parent 60a1b72 commit a06d1dd

File tree

1 file changed

+0
-6
lines changed
  • aerospike/datadog_checks/aerospike

1 file changed

+0
-6
lines changed

aerospike/datadog_checks/aerospike/check.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ def get_default_config(self):
3434

3535
config = {
3636
'rename_labels': RENAMED_LABELS,
37-
'send_monotonic_counter': False, # Don't send as monotonic counter
38-
'send_monotonic_with_gauge': False, # Don't send both monotonic and gauge
39-
'raw_metric_prefix': '', # Don't add any prefix
40-
'collect_histogram_buckets': False, # Collect histogram buckets
41-
'histogram_buckets_as_distributions': False, # Don't convert to distributions
42-
'non_cumulative_histogram_buckets': False, # Keep cumulative buckets
4337
}
4438

4539
if int(self.build_version.split('.')[0]) < 7:

0 commit comments

Comments
 (0)