Skip to content

Commit a152679

Browse files
authored
Update exporter.py
1 parent efd5ea0 commit a152679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def get_metrics(metrics_type, lbid):
170170
start_http_server(8000)
171171
print('\nHetzner Load Balancer Exporter started')
172172
print('Visit http://localhost:8000/ to view the metrics')
173-
hetzner_load_balancer_info.info({'version': '2.0.0', 'buildhost': 'netblognet@gmail.com'})
173+
hetzner_load_balancer_info.info({'version': '1.2.0', 'buildhost': 'drake0103@gmail.com'})
174174

175175
while True:
176176
for load_balancer_id, lb_name, load_balancer_type in load_balancer_full_list:

0 commit comments

Comments
 (0)