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
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