update units to imperial

This commit is contained in:
Kameron Kenny 2024-06-26 14:58:28 -04:00
parent 96a47469a6
commit 6d10e873eb
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
# Read flattened metrics from one or more JSON HTTP endpoints # Read flattened metrics from one or more JSON HTTP endpoints
[[inputs.http]] [[inputs.http]]
urls = [ urls = [
"https://api.openweathermap.org/data/3.0/onecall?lat=39.918449474871075&lon=-85.92342403177487&appid=eff13820392937489d74a4560e9bff1e" "https://api.openweathermap.org/data/3.0/onecall?lat=39.918449474871075&lon=-85.92342403177487&appid=eff13820392937489d74a4560e9bff1e&units=imperial"
] ]
method = "GET" method = "GET"