Skip to content

Commit

Permalink
comment improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
kalessin committed Aug 12, 2024
1 parent f52fb03 commit 8187316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shub_workflow/utils/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ class BaseMonitor(BaseScript):
# - the aggregating stat regex is used to match stat on target script
# - the aggregated stat prefix is used to generate the monitor stat. The original stat name is appended to
# the prefix.
# - if a group is present in the regex, its value is used as suffix of the generate stat.
# - if a group is present in the regex, its value is used as suffix of the generate stat, instead of
# the complete original stat name.
target_script_stats: Dict[str, Tuple[Tuple[str, str], ...]] = {}

# - a map from script name into a tuple of 2-elem tuples (aggregating log regex, aggregated stat name)
Expand Down

0 comments on commit 8187316

Please sign in to comment.