Skip to content
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

feat(outputs.influxdb_v2): Preserve custom query parameters on write #15475

Merged
merged 3 commits into from
Jun 7, 2024

Commits on Jun 7, 2024

  1. feat: preserve custom query parameters in influxdb_v2 output

    This also speeds up the write path by building the non-changing parts of
    the "writeURL" once while still allowing for tag (or otherwise) defined
    destination buckets.
    glinton committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a6b7936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f82d0 View commit details
    Browse the repository at this point in the history
  3. chore: address feedback

    glinton committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    82f9e29 View commit details
    Browse the repository at this point in the history