I’m new to influxdb. What I want to know is why can’t I insert same tag value into the influx db. Let’s consider this as the data points that I’m about to insert into the same measurement. This is the mock data points that I created for seeking for help.
[
[ field:{ status: ‘up’ }, tag:{ signal: ‘0’ } ],
[field: { status: ‘up’ },tag: { signal: ‘0’ } ],
[ field:{ status: ‘up’ }, tag:{ signal: ‘1’ } ],
[field: { status: ‘up’ }, tag:{ signal: ‘1’ } ],
[ field:{ status: ‘up’ }, tag:{ signal: ‘1’ } ],
[ field:{ status: ‘up’ }, tag:{ signal: ‘0’ } ],
]
When I insert this data points into the same measurement