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

Silence prometheus float format warnings #701

Merged
merged 2 commits into from
Oct 10, 2023

Conversation

GeorgeHahn
Copy link
Contributor

What does this PR do?

Silences prometheus target metrics warnings

2023-10-10T17:38:53.943589Z  WARN lading::target_metrics::prometheus: invalid float literal: aggregator_tags_store.tagset_refs_count = #0",ge="8"}

Motivation

This format isn't described in the prometheus format doc. Leave this unimplemented until it's necessary.

```
2023-10-10T17:38:53.943589Z  WARN lading::target_metrics::prometheus: invalid float literal: aggregator_tags_store.tagset_refs_count = #0",ge="8"}
```
@GeorgeHahn GeorgeHahn requested a review from a team October 10, 2023 17:46
@GeorgeHahn GeorgeHahn enabled auto-merge (squash) October 10, 2023 17:50
@GeorgeHahn GeorgeHahn merged commit 7398e32 into main Oct 10, 2023
@GeorgeHahn GeorgeHahn deleted the george/silence-prometheus-warnings branch October 10, 2023 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants