Skip to main content
Version: 0.2.1

Metrics

Jellyfish exports several metrics in the Prometheus format. By default, they are available on port 9568 at /metrics. See JF_METRICS_IP and JF_METRICS_PORT for configuration options.

NameLabelsDescription
jellyfish_traffic_ingress_total_bytesTotal traffic received
jellyfish_traffic_ingress_throughput_bytes_per_secondCurrent throughput for received traffic
jellyfish_traffic_egress_total_bytesTotal traffic sent
jellyfish_traffic_egress_throughput_bytes_per_secondCurrent throughput for sent traffic
jellyfish_roomsAmount of rooms currently present in Jellyfish
jellyfish_room_peersroom_idAmount of peers currently present in a given room
jellyfish_room_peer_time_total_secondsroom_idTotal peer time accumulated for a given room
vm_memory_total_bytesTotal memory used by Erlang Virtual Machine
vm_total_run_queue_lengths_totalNumber of Erlang processes waiting to be executed
vm_total_run_queue_lengths_cpuNumber of Erlang processes waiting to be executed on CPU schedulers
vm_total_run_queue_lengths_ioNumber of Erlang processes waiting to be executed on IO schedulers