Skip to content

Commit

Permalink
Merge pull request #50 from thegreenbear/add-ipv6-support
Browse files Browse the repository at this point in the history
Add ipv6 support
  • Loading branch information
blemmenes authored Nov 1, 2024
2 parents 9c64c59 + 367e6f5 commit 43b25a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion radosgw_usage_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def main():
args.timeout,
)
)
start_http_server(args.port)
start_http_server(args.port, addr="::")
logging.info(("Polling {0}. Serving at port: {1}".format(args.host, args.port)))
while True:
time.sleep(1)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prometheus-client==0.18.0
requests>=2.26.0
prometheus-client==0.21.0
requests==2.32.3
boto==2.49.0
requests-aws==0.1.8

0 comments on commit 43b25a1

Please sign in to comment.