mirror of https://github.com/Icinga/icinga2.git
Revert "Remove no-op InfluxDB URL param"
This reverts commit 21f548d3c0
.
This commit is contained in:
parent
6c03598678
commit
fc5b1178c6
|
@ -554,6 +554,7 @@ 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…
Reference in New Issue