Add prometheus round trip unit tests (#6720)

This commit is contained in:
Daniel Nelson
2019-11-26 17:31:36 -08:00
committed by GitHub
parent 80c5edd48e
commit 10db774db3
13 changed files with 935 additions and 456 deletions

View File

@@ -153,7 +153,7 @@ func TestParkedProcess(t *testing.T) {
"zombies": 0,
},
time.Unix(0, 0),
telegraf.Untyped,
telegraf.Gauge,
),
}
actual := acc.GetTelegrafMetrics()