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

Bump client_model #1323

Merged
merged 1 commit into from Aug 11, 2023
Merged

Bump client_model #1323

merged 1 commit into from Aug 11, 2023

Commits on Aug 11, 2023

  1. Bump prometheus/client_model

    By upgrading prometheus/client_model, several test functions had to be re-written due to 2 breaking changes made in protobuf when parsing messages to text:
    1. '<' and '>' characters were replaced with '{' and '}' respectively.
    2. The text format is non-deterministic. More information in golang/protobuf#1121
    
    Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
    ArthurSens committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ddec892 View commit details
    Browse the repository at this point in the history