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

Add support for parsing timestamps. #483

Merged
merged 2 commits into from
Oct 29, 2019

Commits on Oct 26, 2019

  1. Add support for parsing timestamps.

    Signed-off-by: Asher Foa <asher@asherfoa.com>
    asherf committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    96befdb View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Fix handling timestamps: Prometheus timestamp are in milliseconds whe…

    …reas the Python client is using the OpenMetrics data model so is working in seconds.
    
    Signed-off-by: Asher Foa <asher@asherfoa.com>
    asherf committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    9c73bb3 View commit details
    Browse the repository at this point in the history