influxdb-client-java icon indicating copy to clipboard operation
influxdb-client-java copied to clipboard

feat: Add read-only getters for `Point.fields` and `Point.tags`

Open g3n35i5 opened this issue 5 months ago • 2 comments

This makes testing easier.

Proposed Changes

I am currently contributing to a Jenkins Plugin which uses InfluxDB. Testing this plugin currently requires the use of Java reflections in order to compare written tags and fields.

Adding read-only getter functions for tags and fields would make this more easy.

Checklist

  • [x] CHANGELOG.md updated
  • [X] Rebased/mergeable
  • [X] A test has been added if appropriate
  • [X] mvn test completes successfully
  • [X] Commit messages are conventional
  • [X] Sign CLA (if not already signed)

g3n35i5 avatar Jul 13 '25 18:07 g3n35i5