We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a1b72 commit a06d1ddCopy full SHA for a06d1dd
aerospike/datadog_checks/aerospike/check.py
@@ -34,12 +34,6 @@ def get_default_config(self):
34
35
config = {
36
'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
43
}
44
45
if int(self.build_version.split('.')[0]) < 7:
0 commit comments