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

Names of metrics in the new tracing system #5905

Merged
merged 7 commits into from
Sep 5, 2024
Merged

Conversation

jutaro
Copy link
Contributor

@jutaro jutaro commented Jul 11, 2024

This pull request aims to harmonize the names of metrics in the new tracing system with those in the old tracing system. Additionally, it addresses missing components in the metrics and fixes various errors. Key enhancements include the ability to add a prefix to metrics names from the configuration and the addition of type-specific suffixes to metrics names.
Changes

  • Harmonization of Metric Names:
    Updated metric names in the new tracing system to align with the naming conventions used in the old tracing system.

  • Completion of Missing Metrics:
    Added previously missing parts to the metrics to ensure comprehensive tracking and consistency.

  • Error Fixes:
    Resolved various errors that were present in the metrics system, improving reliability and accuracy.

  • Trace Dispatcher Enhancements:
    Introduced the ability to add a prefix to metric names based on configuration settings.
    Added type-specific suffixes (_int, _counter, _real) to metric names for better clarity and differentiation

@jutaro jutaro requested review from a team as code owners July 11, 2024 10:01
@jutaro jutaro marked this pull request as draft July 11, 2024 10:04
@jutaro jutaro marked this pull request as ready for review July 24, 2024 20:55
@jutaro jutaro force-pushed the jutaro/metrics_renaming branch 2 times, most recently from de52986 to 575813b Compare July 25, 2024 07:16
@jutaro jutaro force-pushed the jutaro/metrics_renaming branch 2 times, most recently from aff5c6f to bc7c8f3 Compare July 30, 2024 10:26
@jutaro jutaro requested review from a team as code owners July 30, 2024 10:26
@jutaro jutaro force-pushed the jutaro/metrics_renaming branch 3 times, most recently from b8caab8 to 6540b1d Compare September 2, 2024 12:32
@jutaro jutaro added this pull request to the merge queue Sep 3, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Sep 3, 2024
@mgmeier mgmeier added this pull request to the merge queue Sep 3, 2024
github-merge-queue bot pushed a commit that referenced this pull request Sep 3, 2024
Names of metrics in the new tracing system
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Sep 3, 2024
@angerman angerman added this pull request to the merge queue Sep 4, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Sep 4, 2024
@angerman angerman added this pull request to the merge queue Sep 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 5, 2024
@mgmeier mgmeier added this pull request to the merge queue Sep 5, 2024
Merged via the queue into master with commit 5debb0f Sep 5, 2024
23 checks passed
@mgmeier mgmeier deleted the jutaro/metrics_renaming branch September 5, 2024 08:39
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.

3 participants