Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 2bf2f849 authored by Matthew Carey's avatar Matthew Carey Committed by GitHub
Browse files

Merge pull request #27 from fruitarmy/server-tags

Add some more useful tags to the data
parents 128ea565 828fc121
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