Skip to content

Commit

Permalink
Remove outdated comment (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstathis committed Jul 28, 2022
1 parent d66ae64 commit 1517c1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ def __init__(self, *args):
)

# When a new consumer of the metrics-endpoint relation is related,
# pass it all the current scrape jobs. We register to both the relation
# being created and joined, because relation_created is not reliably sent
# over unit recreation.
# pass it all the current scrape jobs.
self.framework.observe(
self.on[self._metrics_consumer_relation_name].relation_created,
self._update_new_metrics_consumer,
Expand Down

0 comments on commit 1517c1d

Please sign in to comment.