Skip to content

Commit

Permalink
Update exporter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wacken89 authored Sep 26, 2022
1 parent efd5ea0 commit a152679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def get_metrics(metrics_type, lbid):
start_http_server(8000)
print('\nHetzner Load Balancer Exporter started')
print('Visit http://localhost:8000/ to view the metrics')
hetzner_load_balancer_info.info({'version': '2.0.0', 'buildhost': 'netblognet@gmail.com'})
hetzner_load_balancer_info.info({'version': '1.2.0', 'buildhost': 'drake0103@gmail.com'})

while True:
for load_balancer_id, lb_name, load_balancer_type in load_balancer_full_list:
Expand Down

0 comments on commit a152679

Please sign in to comment.