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

[Metric builder] Replace enum attributes values with typed constants #9683

Merged
merged 2 commits into from
May 4, 2022

Commits on May 3, 2022

  1. [Metric builder] Replace enum attributes values with typed constants

    `Record...DataPoint` functions should take one of predefined attribute values instead of any string if the attribute has enum field defined in metadata.yaml. This significantly reduces chance of passing wrong attribute values and helps to ensure accuracy of the automatically generated documentation.
    dmitryax committed May 3, 2022
    Configuration menu
    Copy the full SHA
    5e8a6c9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    7f6dc06 View commit details
    Browse the repository at this point in the history