Skip to content

Commit 4bff80f

Browse files
author
Ueli Graf
committed
Add comment about bucket versus measurement naming
Signed-off-by: Ueli Graf <[email protected]>
1 parent cd45857 commit 4bff80f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipeline/outputs/influxdb.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ When collecting data from many inputs into many buckets, it can be helpful to re
144144
Strip_prefix gpu.
145145
```
146146

147+
This will result in the buckets _cpubucket_, _gpubucket_ each containing two measurement streams named _one_, _two_. Without prefix stripping, the measurement names would be _cpu.one_, _cpu.two_ (stored in _cpubucket_) and _gpu.one_, _gpu.two_ (stored in _gpubucket_).
148+
147149
### Testing
148150

149151
Before to start Fluent Bit, make sure the target database exists on InfluxDB, using the above example, we will insert the data into a _fluentbit_ database.

0 commit comments

Comments
 (0)