Scorum
Public Attributes | List of all members
scorum::blockchain_monitoring::total_metric Struct Reference

#include <metrics.hpp>

Inheritance diagram for scorum::blockchain_monitoring::total_metric:
scorum::blockchain_monitoring::statistics

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...
 

Detailed Description

Definition at line 59 of file metrics.hpp.

Member Data Documentation

◆ changed_votes

uint32_t scorum::blockchain_monitoring::total_metric::changed_votes = 0

Changed votes on comments.

Definition at line 67 of file metrics.hpp.

◆ new_votes

uint32_t scorum::blockchain_monitoring::total_metric::new_votes = 0

New votes on comments.

Definition at line 66 of file metrics.hpp.

◆ total_accounts_created

uint32_t scorum::blockchain_monitoring::total_metric::total_accounts_created = 0

Total accounts created.

Definition at line 61 of file metrics.hpp.

◆ total_comment_edits

uint32_t scorum::blockchain_monitoring::total_metric::total_comment_edits = 0

Edits to comments.

Definition at line 63 of file metrics.hpp.

◆ total_comments

uint32_t scorum::blockchain_monitoring::total_metric::total_comments = 0

Total comments.

Definition at line 62 of file metrics.hpp.

◆ total_comments_deleted

uint32_t scorum::blockchain_monitoring::total_metric::total_comments_deleted = 0

Comments deleted.

Definition at line 64 of file metrics.hpp.

◆ total_reply_votes

uint32_t scorum::blockchain_monitoring::total_metric::total_reply_votes = 0

Total votes on replies.

Definition at line 69 of file metrics.hpp.

◆ total_root_votes

uint32_t scorum::blockchain_monitoring::total_metric::total_root_votes = 0

Total votes on root comments.

Definition at line 68 of file metrics.hpp.

◆ total_votes

uint32_t scorum::blockchain_monitoring::total_metric::total_votes = 0

Total votes on all comments.

Definition at line 65 of file metrics.hpp.


The documentation for this struct was generated from the following file: