Skip to content

Commit

Permalink
Merge pull request #27 from olxbr/feature/labels-optional-prometheus
Browse files Browse the repository at this point in the history
Removing labels as mandatory
  • Loading branch information
dmvieira committed Jun 5, 2020
2 parents ae4e6ee + ef78572 commit acf8f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barterdude/hooks/metrics/prometheus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Prometheus(HttpHook):
def __init__(
self,
barterdude: BarterDude,
labels: dict,
labels: dict = {},
path: str = "/metrics",
registry: CollectorRegistry = None
):
Expand Down

0 comments on commit acf8f5d

Please sign in to comment.