Skip to content

Commit

Permalink
Checker: Fix typo in metrics description
Browse files Browse the repository at this point in the history
  • Loading branch information
F30 committed Jul 25, 2023
1 parent 3c4684e commit b35b6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctf_gameserver/checker/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def checker_metrics_factory(registry, service):
metrics['completed_tasks'].labels(result.name, service)

gauges = [
('start_timestamp', '(Unix timestamp when the process was started'),
('start_timestamp', '(Unix) timestamp when the process was started'),
('interval_length_seconds', 'Configured launch interval length'),
('last_launch_timestamp', '(Unix) timestamp when tasks were launched the last time'),
('tasks_per_launch_count', 'Number of checks to start in one launch interval'),
Expand Down

0 comments on commit b35b6cc

Please sign in to comment.