mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add more Prometheus metrics (#12274)
This commit is contained in:
parent
c2898f53bc
commit
f5a8593b11
10 changed files with 225 additions and 120 deletions
|
@ -724,11 +724,11 @@ private:
|
|||
MetricCounterPtr m_uptime_counter;
|
||||
MetricGaugePtr m_player_gauge;
|
||||
MetricGaugePtr m_timeofday_gauge;
|
||||
// current server step lag
|
||||
MetricGaugePtr m_lag_gauge;
|
||||
MetricCounterPtr m_aom_buffer_counter;
|
||||
MetricCounterPtr m_aom_buffer_counter[2]; // [0] = rel, [1] = unrel
|
||||
MetricCounterPtr m_packet_recv_counter;
|
||||
MetricCounterPtr m_packet_recv_processed_counter;
|
||||
MetricCounterPtr m_map_edit_event_counter;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue