Update main.py
Add namespace to pings.
This commit is contained in:
parent
e33443ec0a
commit
74f1256084
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -187,6 +187,7 @@ def pingtest():
|
|||
'measurement': 'pings',
|
||||
'time': timestamp,
|
||||
'tags': {
|
||||
'namespace': NAMESPACE,
|
||||
'target' : target
|
||||
},
|
||||
'fields': {
|
||||
|
|
Loading…
Reference in a new issue