Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: influxdata/telegraf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 90a09efeefa7b7c316b65fa0662a9e047ff997e9
Choose a base ref
...
head repository: influxdata/telegraf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4cd7f127cd75d092eeadf2868cf3fb68ede814af
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Mar 4, 2025

  1. feat(outputs.nats): Add option to use async Jetstream publish

    To achieve higher throughput, add an option to use asynchronous publishing.
    In benchmarks, asynchronous publishing is significantly faster—up to 16 times
    in one test. This improvement comes from not having to wait for individual
    publish acknowledgments, allowing all acknowledgments to be checked at once.
    kfollesdal committed Mar 4, 2025
    Copy the full SHA
    4cd7f12 View commit details
Loading