Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 828fc121 authored by Jesse Hills's avatar Jesse Hills
Browse files

Add some more useful tags to the data

parent 128ea565
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,9 @@ class InfluxdbSpeedtest():
'ping': result_dict['server']['latency']
},
'tags': {
'server': result_dict['server']['id']
'server': result_dict['server']['id'],
'server_name': result_dict['server']['name'],
'server_country': result_dict['server']['country']
}
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment