Skip to content

Commit 26a128c

Browse files
committed
aerospike-agent-and-dashboards
added mapping for cluster_name to aerospike_cluster - updated check.py
1 parent 058f0d4 commit 26a128c

File tree

1 file changed

+1
-1
lines changed
  • aerospike/datadog_checks/aerospike

1 file changed

+1
-1
lines changed

aerospike/datadog_checks/aerospike/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ def get_default_config(self):
2222
'collect_histogram_buckets': 'true',
2323
'histogram_buckets_as_distributions': 'true',
2424
'collect_counters_with_distributions': 'true',
25-
'rename_labels': {'service': 'aerospike_service'},
25+
'rename_labels': {'cluster_name': 'aerospike_cluster', 'service': 'aerospike_service'},
2626
}

0 commit comments

Comments
 (0)