Skip to content

Commit 21f548d

Browse files
committed
Remove no-op InfluxDB URL param
precision=ns is the default.
1 parent eaa3cd8 commit 21f548d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/perfdata/influxdbcommonwriter.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ Url::Ptr InfluxdbCommonWriter::AssembleBaseUrl()
554554
url->SetScheme(GetSslEnable() ? "https" : "http");
555555
url->SetHost(GetHost());
556556
url->SetPort(GetPort());
557-
url->AddQueryElement("precision", "ns");
558557

559558
return url;
560559
}

0 commit comments

Comments
 (0)