Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

g3n35i5
Copy link

@g3n35i5 g3n35i5 commented Jul 13, 2025

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

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

@g3n35i5 g3n35i5 force-pushed the feat/public-getters branch from d9f5ac6 to 48b0080 Compare July 13, 2025 18:41
@g3n35i5 g3n35i5 marked this pull request as ready for review July 13, 2025 19:07
@g3n35i5
Copy link
Author

g3n35i5 commented Jul 13, 2025

I don't know what happened in the failed check ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant