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 058f0d4 commit 26a128cCopy full SHA for 26a128c
aerospike/datadog_checks/aerospike/check.py
@@ -22,5 +22,5 @@ def get_default_config(self):
22
'collect_histogram_buckets': 'true',
23
'histogram_buckets_as_distributions': 'true',
24
'collect_counters_with_distributions': 'true',
25
- 'rename_labels': {'service': 'aerospike_service'},
+ 'rename_labels': {'cluster_name': 'aerospike_cluster', 'service': 'aerospike_service'},
26
}
0 commit comments