Skip to content

Commit

Permalink
implementing new naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarin committed Jul 18, 2024
1 parent 8f7e7a5 commit dd65d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/HTFeed/Storage/PrefixedVersions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ sub record_backup {

my $end_time = $self->{job_metrics}->time;
my $delta_time = $end_time - $start_time;
$self->{job_metrics}->inc("ingest_record_backup_items");
$self->{job_metrics}->add("ingest_record_backup_seconds", $delta_time);
$self->{job_metrics}->inc("ingest_record_backup_items_total");
$self->{job_metrics}->add("ingest_record_backup_seconds_total", $delta_time);

return $res;
}
Expand Down

0 comments on commit dd65d21

Please sign in to comment.