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

Influx DB: don't unneccessarily truncate timestamps to whole seconds #9599

Merged
merged 2 commits into from
Jan 26, 2023

Commits on Nov 28, 2022

  1. Influx DB: don't unneccessarily truncate timestamps to whole seconds

    Instead send timestamps with the highest possible precision (ns).
    Useful for check intervals <1s.
    Al2Klimov committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    eaa3cd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Remove no-op InfluxDB URL param

    precision=ns is the default.
    Al2Klimov committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    21f548d View commit details
    Browse the repository at this point in the history