This commit is contained in:
Tushar D 2021-03-24 10:21:44 -07:00
Родитель 648cdd82e7
Коммит 7264bdaec0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -141,7 +141,7 @@ while conditions[MODE]():
current_time = datetime.utcnow().strftime('%Y-%m-%dT%H:%M:%SZ') current_time = datetime.utcnow().strftime('%Y-%m-%dT%H:%M:%SZ')
points = [{ points = [{
"measurement": ENDPOINT, "measurement": ENDPOINT,
"tags": {origin=API_URL}, "tags": {'APIURL':API_URL},
"time": current_time, "time": current_time,
"fields": flat_response "fields": flat_response
}] }]