Merge pull request #32 from khandieyea/main

update graphLatency.py to use config vars
This commit is contained in:
Robert Chacón 2022-05-15 18:07:44 -06:00 committed by GitHub
commit 9af517eba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ def refreshLatencyGraphs(secondsToRun):
bucket = influxDBBucket
org = influxDBOrg
token = influxDBtoken
url="http://localhost:8086"
url = influxDBurl
client = InfluxDBClient(
url=url,
token=token,