Skip to content

Commit 6950952

Browse files
committed
aerospike-agent-and-dashboards
updated the expected metric names used in testing
1 parent 26a128c commit 6950952

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

aerospike/tests/common.py

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -22,56 +22,56 @@
2222
}
2323

2424
EXPECTED_PROMETHEUS_METRICS = [
25-
'aerospike.namespace.client_delete_error.count',
26-
'aerospike.namespace.client_read_error.count',
27-
'aerospike.namespace.client_read_success.count',
28-
'aerospike.namespace.client_read_not_found.count',
29-
'aerospike.namespace.client_read_timeout.count',
30-
'aerospike.namespace.client_read_filtered_out.count',
31-
'aerospike.namespace.client_udf_error.count',
32-
'aerospike.namespace.client_write_error.count',
33-
'aerospike.namespace.client_write_success.count',
34-
'aerospike.namespace.client_write_timeout.count',
35-
'aerospike.namespace.client_write_filtered_out.count',
36-
'aerospike.namespace.clock_skew_stop_writes',
37-
'aerospike.namespace.dead_partitions',
38-
'aerospike.namespace.device_available_pct',
39-
'aerospike.namespace.hwm_breached',
40-
'aerospike.namespace.memory_free_pct',
41-
'aerospike.namespace.memory_used_bytes',
42-
'aerospike.namespace.scan_aggr_error.count',
43-
'aerospike.namespace.scan_basic_error.count',
44-
'aerospike.namespace.scan_ops_bg_error.count',
45-
'aerospike.namespace.scan_udf_bg_error.count',
46-
'aerospike.namespace.stop_writes',
47-
'aerospike.namespace.storage_engine_file_write_q',
48-
'aerospike.namespace.unavailable_partitions',
49-
'aerospike.node_stats.batch_index_error.count',
50-
'aerospike.node_stats.client_connections',
51-
'aerospike.node_stats.cluster_size',
52-
'aerospike.node_stats.heap_efficiency_pct',
53-
'aerospike.node_stats.rw_in_progress',
54-
'aerospike.node_stats.system_free_mem_pct',
55-
'aerospike.namespace.storage_engine_file_defrag_q',
25+
'aerospike.aerospike_namespace_client_delete_error',
26+
'aerospike.aerospike_namespace_client_read_error',
27+
'aerospike.aerospike_namespace_client_read_success',
28+
'aerospike.aerospike_namespace_client_read_not_found',
29+
'aerospike.aerospike_namespace_client_read_timeout',
30+
'aerospike.aerospike_namespace_client_read_filtered_out',
31+
'aerospike.aerospike_namespace_client_udf_error',
32+
'aerospike.aerospike_namespace_client_write_error',
33+
'aerospike.aerospike_namespace_client_write_success',
34+
'aerospike.aerospike_namespace_client_write_success',
35+
'aerospike.aerospike_namespace_client_write_filtered_out',
36+
'aerospike.aerospike_namespace_clock_skew_stop_writes',
37+
'aerospike.aerospike_namespace_dead_partitions',
38+
'aerospike.aerospike_namespace_device_available_pct',
39+
'aerospike.aerospike_namespace_hwm_breached',
40+
'aerospike.aerospike_namespace_memory_free_pct',
41+
'aerospike.aerospike_namespace_memory_used_bytes',
42+
'aerospike.aerospike_namespace_scan_aggr_error',
43+
'aerospike.aerospike_namespace_scan_basic_error',
44+
'aerospike.aerospike_namespace_scan_ops_bg_error',
45+
'aerospike.aerospike_namespace_scan_udf_bg_error',
46+
'aerospike.aerospike_namespace_stop_writes',
47+
'aerospike.aerospike_namespace_storage_engine_file_write_q',
48+
'aerospike.aerospike_namespace_unavailable_partitions',
49+
'aerospike.aerospike_node_stats_batch_index_error',
50+
'aerospike.aerospike_node_stats_client_connections',
51+
'aerospike.aerospike_node_stats_cluster_size',
52+
'aerospike.aerospike_node_stats_heap_efficiency_pct',
53+
'aerospike.aerospike_node_stats_rw_in_progress',
54+
'aerospike.aerospike_node_stats_system_free_mem_pct',
55+
'aerospike.aerospike_namespace_storage_engine_file_defrag_q',
5656
]
5757

5858
EXPECTED_PROMETHEUS_METRICS_5_6 = [
59-
'aerospike.node_stats.client_connections_opened.count',
60-
'aerospike.node_stats.fabric_connections_opened.count',
61-
'aerospike.node_stats.heartbeat_connections_opened.count',
59+
'aerospike.aerospike_node_stats_client_connections_opened',
60+
'aerospike.aerospike_node_stats_fabric_connections_opened',
61+
'aerospike.aerospike_node_stats_heartbeat_connections_opened',
6262
]
6363

6464
PROMETHEUS_XDR_METRICS = [
65-
'aerospike.xdr.abandoned.count',
66-
'aerospike.xdr.lag',
67-
'aerospike.xdr.lap_us',
68-
'aerospike.xdr.latency_ms',
69-
'aerospike.xdr.recoveries.count',
70-
'aerospike.xdr.recoveries_pending',
71-
'aerospike.xdr.retry_conn_reset.count',
72-
'aerospike.xdr.retry_dest.count',
73-
'aerospike.xdr.retry_no_node.count',
74-
'aerospike.xdr.success.count',
65+
'aerospike.aerospike_xdr_abandoned',
66+
'aerospike.aerospike_xdr_lag',
67+
'aerospike.aerospike_xdr_lap_us',
68+
'aerospike.aerospike_xdr_latency_ms',
69+
'aerospike.aerospike_xdr_recoveries',
70+
'aerospike.aerospike_xdr_recoveries_pending',
71+
'aerospike.aerospike_xdr_retry_conn_reset',
72+
'aerospike.aerospike_xdr_retry_dest',
73+
'aerospike.aerospike_xdr_retry_no_node',
74+
'aerospike.aerospike_xdr_success',
7575
]
7676

7777
NAMESPACE_METRICS = [

0 commit comments

Comments
 (0)