You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In case if sensor name starts with numerical character it is not replaced by "_", but preceeded with "_"
...
Changelog category
Bugfix
Additional information
For now there is a problem while reporting metrics in prometheus format. Sensors with names "50" and "90" (used as percentiles names) both transform into the name "_0".
⚪ 2024-05-02 10:11:01 UTC Pre-commit check for 3ac6c2f has started.
⚪ 2024-05-02 10:11:03 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-02 10:14:07 UTC Build successful.
⚪ 2024-05-02 10:15:56 UTC Tests are running...
🔴 2024-05-02 12:08:27 UTC Some tests failed, follow the links below.
⚪ 2024-05-02 10:12:40 UTC Pre-commit check for 3ac6c2f has started.
⚪ 2024-05-02 10:12:41 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-02 10:15:38 UTC Build successful.
⚪ 2024-05-02 10:13:05 UTC Pre-commit check for 3ac6c2f has started.
⚪ 2024-05-02 10:13:07 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-02 10:16:15 UTC Build successful.
⚪ 2024-05-02 10:18:04 UTC Tests are running...
🔴 2024-05-02 12:14:49 UTC Some tests failed, follow the links below.
⚪ 2024-05-02 13:25:14 UTC Pre-commit check for 2873a18 has started.
⚪ 2024-05-02 13:25:17 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-02 13:26:22 UTC Build successful.
⚪ 2024-05-02 13:26:41 UTC Pre-commit check for 2873a18 has started.
⚪ 2024-05-02 13:26:43 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-02 13:27:53 UTC Build successful.
⚪ 2024-05-02 13:29:37 UTC Tests are running...
🔴 2024-05-02 15:19:49 UTC Some tests failed, follow the links below.
⚪ 2024-05-02 13:26:53 UTC Pre-commit check for 2873a18 has started.
⚪ 2024-05-02 13:26:56 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-02 13:28:08 UTC Build successful.
⚪ 2024-05-02 13:29:56 UTC Tests are running...
🔴 2024-05-02 15:19:46 UTC Test run completed, no test results found for commit 9504492. Please check build logs.
⚫ 2024-05-02 15:19:49 UTC Check cancelled
⚪ 2024-05-02 15:22:49 UTC Pre-commit check for ff684d1 has started.
⚪ 2024-05-02 15:22:52 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-02 15:23:56 UTC Build successful.
⚪ 2024-05-02 15:25:42 UTC Tests are running...
🔴 2024-05-02 17:12:33 UTC Some tests failed, follow the links below.
⚪ 2024-05-02 15:23:32 UTC Pre-commit check for ff684d1 has started.
⚪ 2024-05-02 15:23:35 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-02 15:24:43 UTC Build successful.
⚪ 2024-05-02 15:23:38 UTC Pre-commit check for ff684d1 has started.
⚪ 2024-05-02 15:23:41 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-02 15:24:50 UTC Build successful.
⚪ 2024-05-02 15:26:36 UTC Tests are running...
🔴 2024-05-02 17:20:07 UTC Some tests failed, follow the links below.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog entry
In case if sensor name starts with numerical character it is not replaced by "_", but preceeded with "_"
...
Changelog category
Additional information
For now there is a problem while reporting metrics in prometheus format. Sensors with names "50" and "90" (used as percentiles names) both transform into the name "_0".
...