Skip to content
Snippets Groups Projects
Unverified Commit beeab2c5 authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Sort field names when running --test

parent a50acadc
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ func (r *RunningInput) MakeMetric(
if r.trace && m != nil {
s := influx.NewSerializer()
s.SetFieldSortOrder(influx.SortFields)
octets, err := s.Serialize(m)
if err == nil {
fmt.Print("> " + string(octets))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment