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

Move process metric attributes to the registry #681

Closed

Commits on Feb 1, 2024

  1. Move process.cpu.state attribute to the registry

    The guidance is for all attributes to be moved to global registry
    instead of being in metric specification files. This PR moves the
    attribute from `process.yaml` spec to the Process registry.
    braydonk committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    65d788a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9d5f6f View commit details
    Browse the repository at this point in the history
  3. fix yamllint error

    braydonk committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    17574a5 View commit details
    Browse the repository at this point in the history
  4. Move additional attributes

    I was only focused on one attribute in this PR originally, but I
    realized there are two other attributes that also need to be moved.
    Moved them in this commit.
    
    Also removed the changelog as this is not a user-facing change.
    braydonk committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b72b784 View commit details
    Browse the repository at this point in the history