mirror of https://github.com/Icinga/icinga2.git
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->SetHost(GetHost());
|
||||
url->SetPort(GetPort());
|
||||
url->AddQueryElement("precision", "ns");
|
||||
|
||||
return url;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue