static const size_t num_actions = ARRAY_LENGTH(actions);
for (size_t i = 0; i < num_actions; ++i) {
- sentry =
- metrics_store_add(the_store, rentry->type, rentry->name, rentry->help);
+ sentry = metrics_store_add(the_store, rentry->type, rentry->name,
+ rentry->help, 0, NULL);
metrics_store_entry_add_label(
sentry, metrics_format_label("action", actions[i].name));
metrics_store_entry_update(sentry,
static const size_t num_actions = ARRAY_LENGTH(actions);
for (size_t i = 0; i < num_actions; ++i) {
- sentry =
- metrics_store_add(the_store, rentry->type, rentry->name, rentry->help);
+ sentry = metrics_store_add(the_store, rentry->type, rentry->name,
+ rentry->help, 0, NULL);
metrics_store_entry_add_label(
sentry, metrics_format_label("action", actions[i].name));
metrics_store_entry_update(sentry, (long)est_rend_actions[actions[i].key]);
static const size_t num_actions = ARRAY_LENGTH(actions);
for (size_t i = 0; i < num_actions; ++i) {
- sentry =
- metrics_store_add(the_store, rentry->type, rentry->name, rentry->help);
+ sentry = metrics_store_add(the_store, rentry->type, rentry->name,
+ rentry->help, 0, NULL);
metrics_store_entry_add_label(
sentry, metrics_format_label("action", actions[i].name));
metrics_store_entry_update(sentry, (long)intro1_actions[actions[i].key]);
static const size_t num_actions = ARRAY_LENGTH(actions);
for (size_t i = 0; i < num_actions; ++i) {
- sentry =
- metrics_store_add(the_store, rentry->type, rentry->name, rentry->help);
+ sentry = metrics_store_add(the_store, rentry->type, rentry->name,
+ rentry->help, 0, NULL);
metrics_store_entry_add_label(
sentry, metrics_format_label("action", actions[i].name));
metrics_store_entry_update(sentry, (long)rend1_actions[actions[i].key]);