We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd5ea0 commit a152679Copy full SHA for a152679
1 file changed
code/exporter.py
@@ -170,7 +170,7 @@ def get_metrics(metrics_type, lbid):
170
start_http_server(8000)
171
print('\nHetzner Load Balancer Exporter started')
172
print('Visit http://localhost:8000/ to view the metrics')
173
- 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'})
174
175
while True:
176
for load_balancer_id, lb_name, load_balancer_type in load_balancer_full_list:
0 commit comments