mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +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(
|
metrics_store_entry_t *sentry = metrics_store_add(
|
||||||
the_store,
|
the_store,
|
||||||
METRICS_TYPE_COUNTER,
|
METRICS_TYPE_COUNTER,
|
||||||
METRICS_NAME(bug_reached),
|
METRICS_NAME(bug_reached_count),
|
||||||
"Total number of BUG() and similar assertion reached",
|
"Total number of BUG() and similar assertion reached",
|
||||||
0, NULL);
|
0, NULL);
|
||||||
metrics_store_entry_update(sentry, tor_bug_get_count());
|
metrics_store_entry_update(sentry, tor_bug_get_count());
|
||||||
|
Loading…
Reference in New Issue
Block a user