monitoring posts to db
This commit is contained in:
@@ -4,7 +4,7 @@ import requests
|
||||
import socket
|
||||
from datetime import datetime
|
||||
|
||||
SERVER_URL = "http://localhost:5000/collect" # change this!
|
||||
SERVER_URL = "http://localhost:5000/collect"
|
||||
|
||||
def collect_metrics():
|
||||
data = {
|
||||
|
||||
Reference in New Issue
Block a user