Scorum
|
#include <metrics.hpp>
Public Attributes | |
uint32_t | total_accounts_created = 0 |
Total accounts created. More... | |
uint32_t | total_comments = 0 |
Total comments. More... | |
uint32_t | total_comment_edits = 0 |
Edits to comments. More... | |
uint32_t | total_comments_deleted = 0 |
Comments deleted. More... | |
uint32_t | total_votes = 0 |
Total votes on all comments. More... | |
uint32_t | new_votes = 0 |
New votes on comments. More... | |
uint32_t | changed_votes = 0 |
Changed votes on comments. More... | |
uint32_t | total_root_votes = 0 |
Total votes on root comments. More... | |
uint32_t | total_reply_votes = 0 |
Total votes on replies. More... | |
Definition at line 59 of file metrics.hpp.
uint32_t scorum::blockchain_monitoring::total_metric::changed_votes = 0 |
Changed votes on comments.
Definition at line 67 of file metrics.hpp.
uint32_t scorum::blockchain_monitoring::total_metric::new_votes = 0 |
New votes on comments.
Definition at line 66 of file metrics.hpp.
uint32_t scorum::blockchain_monitoring::total_metric::total_accounts_created = 0 |
Total accounts created.
Definition at line 61 of file metrics.hpp.
uint32_t scorum::blockchain_monitoring::total_metric::total_comment_edits = 0 |
Edits to comments.
Definition at line 63 of file metrics.hpp.
uint32_t scorum::blockchain_monitoring::total_metric::total_comments = 0 |
Total comments.
Definition at line 62 of file metrics.hpp.
uint32_t scorum::blockchain_monitoring::total_metric::total_comments_deleted = 0 |
Comments deleted.
Definition at line 64 of file metrics.hpp.
uint32_t scorum::blockchain_monitoring::total_metric::total_reply_votes = 0 |
Total votes on replies.
Definition at line 69 of file metrics.hpp.
uint32_t scorum::blockchain_monitoring::total_metric::total_root_votes = 0 |
Total votes on root comments.
Definition at line 68 of file metrics.hpp.
uint32_t scorum::blockchain_monitoring::total_metric::total_votes = 0 |
Total votes on all comments.
Definition at line 65 of file metrics.hpp.