Sven Rebhan
Sven Rebhan
## Summary PostgreSQL imposes a identifier length limit, leading to errors if column names (derived from field or tag names) are too long. Currently the default limit is 63 characters....
## Summary Currently, each output of a request has the register-type added as a tag, this prevents grouping across register types. However such a grouping across register types might be...
Add fuzzing to find issues not covered by existing unit-tests.
## Summary The bind implementation of the XML v3 endpoint reports counters as unsigned integers through XML. However, the current implementation of the plugin tries to convert those numbers to...
## Summary **THIS IS A BREAKING CHANGE** This PR removes the old way of creating serializers, switching completely to the new, plugin-style framework. While this is a breaking API change...
## Summary ## Checklist - [x] No AI generated code was used in this PR ## Related issues resolves #
Closes # Superseeds #25253 Describe your proposed changes here. - [x] I've read the contributing section of the project [README](https://github.com/influxdata/influxdb/blob/main/README.md). - [x] Signed [CLA](https://influxdata.com/community/cla/) (if not already signed). This PR...
## Summary This PR implements specification [TSD-008](https://github.com/influxdata/telegraf/blob/master/docs/specs/tsd-008-partial-write-error-handling.md) for partial write errors. ## Checklist - [x] No AI generated code was used in this PR ## Related issues related to #11942...