mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Remove no-op InfluxDB URL param
precision=ns is the default.
This commit is contained in:
parent
eaa3cd83ad
commit
21f548d3c0
@ -554,7 +554,6 @@ Url::Ptr InfluxdbCommonWriter::AssembleBaseUrl()
|
|||||||
url->SetScheme(GetSslEnable() ? "https" : "http");
|
url->SetScheme(GetSslEnable() ? "https" : "http");
|
||||||
url->SetHost(GetHost());
|
url->SetHost(GetHost());
|
||||||
url->SetPort(GetPort());
|
url->SetPort(GetPort());
|
||||||
url->AddQueryElement("precision", "ns");
|
|
||||||
|
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user