Open
Description
A note for the community
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Use Cases
I would like to set the delimiter between a received influxdb measurement and its fields to ".". This matches the naming conventions of my project. This also has implications on the downstream sink.
Attempted Solutions
The delimiter is hardcoded to be "_".
Proposal
Allow the delimiter between an influxdb measurement name and fields to be configurable. The default can be "_" to match the existing behavior.
References
No response
Version
No response