Metrics Reference

Complete list of Raphtory metrics

Monitor graph intelligence with these key metrics.

Graph Metrics

MetricTypeDescription
raphtory_graph_nodes_totalGaugeTotal nodes in graph
raphtory_graph_edges_totalGaugeTotal edges in graph
raphtory_graph_memory_bytesGaugeGraph memory usage
raphtory_graph_build_duration_secondsHistogramTime to build graph

Algorithm Metrics

MetricTypeLabelsDescription
raphtory_algorithm_duration_secondsHistogramalgorithmAlgorithm runtime
raphtory_algorithm_executions_totalCounteralgorithm, statusAlgorithm runs
raphtory_algorithm_memory_bytesGaugealgorithmMemory per algorithm

System Metrics

MetricTypeDescription
process_cpu_seconds_totalCounterCPU time
process_resident_memory_bytesGaugeMemory usage
process_open_fdsGaugeOpen file descriptors

Query Examples

Custom Metrics

Add in your code:

See Also