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

Allow Prometheus parser to handle missing space #872

Merged
merged 1 commit into from
Dec 22, 2022

Commits on Dec 21, 2022

  1. Allow Prometheus parser to handle missing space

    If there is no delimiter separating the labels and value when parsing
    the Prometheus format the parser currently will chop off the first digit
    of the value. Instead, allow a missing delimiter in the Prometheus
    format to align with what the Go parser does.
    
    In addition, add a test to specifically check that a delimiter is still
    required in OpenMetrics.
    
    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    ff23948 View commit details
    Browse the repository at this point in the history