Telegraf writing duplicate values for / path

Hello,
I realized that telegraf agent is writing duplicate values for measurement disk for path /
Is that normal?

Connected to http://localhost:8086 version 1.4.3
InfluxDB shell version: 1.4.3

SELECT “used_percent”, “path”, “host” FROM “telegraf”.“autogen”.“disk” WHERE time > now() - 10m AND “used_percent” > 10 AND “host” = ‘AAAAAA’
name: disk
time used_percent path host


1519370990000000000 18.20112114077172 / AAAAAA
1519370990000000000 18.20112114077172 / AAAAAA
1519370990000000000 44.72616381412031 /boot AAAAAA
1519371000000000000 18.20112114077172 / AAAAAA
1519371000000000000 18.20112114077172 / AAAAAA
1519371000000000000 44.72616381412031 /boot AAAAAA
1519371010000000000 18.20112114077172 / AAAAAA
1519371010000000000 18.20112114077172 / AAAAAA
1519371010000000000 44.72616381412031 /boot AAAAAA
1519371020000000000 18.20112114077172 / AAAAAA
1519371020000000000 18.20112114077172 / AAAAAA

Regards,
ismail

Can you select * for one of the times with duplicate lines, there must be different tag values for the similar lines.