mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
rename metric bug_reached to bug_reached_count
This commit is contained in:
parent
e95375ec99
commit
c84ea8bd0d
@ -41,7 +41,7 @@ logging_metrics_get_stores(void)
|
||||
metrics_store_entry_t *sentry = metrics_store_add(
|
||||
the_store,
|
||||
METRICS_TYPE_COUNTER,
|
||||
METRICS_NAME(bug_reached),
|
||||
METRICS_NAME(bug_reached_count),
|
||||
"Total number of BUG() and similar assertion reached",
|
||||
0, NULL);
|
||||
metrics_store_entry_update(sentry, tor_bug_get_count());
|
||||
|
Loading…
Reference in New Issue
Block a user