fix: fix perf datagen toml for new data generator

pull/24376/head
Paul Dix 2021-11-01 16:06:22 -04:00
parent 7044b89453
commit 3b64debec7
1 changed files with 3 additions and 5 deletions

View File

@ -1,16 +1,14 @@
name = "example"
[[agents]]
name = "cap_write_{{agent_id}}"
count = 3
sampling_interval = "10s"
[[agents.measurements]]
name = "cpu"
[[agents.measurements.tags]]
name = "host"
value = "host-{{agent_id}}"
tag_pairs = [
{key = "host", template = "host-{{agent.id}}"},
]
[[agents.measurements.fields]]
name = "usage_user"