Commit 63a650b2 authored by Nikhil Doifode's avatar Nikhil Doifode
Browse files

Fixed a bug in meep-metric-store with Precision.

parent 7f49d253
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ func (ms *MetricStore) SetInfluxMetric(metricList []Metric) error {
	// Create a new point batch
	bp, _ := influx.NewBatchPoints(influx.BatchPointsConfig{
		Database:  ms.name,
		Precision: "us",
		Precision: "ns",
	})

	// Create & add points to batch