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

Enriching BOT_COUNT metric #4330

Closed
wants to merge 6 commits into from
Closed

Conversation

vitorguidi
Copy link
Collaborator

@vitorguidi vitorguidi commented Oct 15, 2024

Motivation

As a request from the Chrome team, it would be nice to know what:

  • OS type
  • OS version
  • Release (prod/candidate)

a bot corresponds to. This PR implements that.

Part of #4271

@@ -786,6 +787,14 @@ def platform():
raise ValueError('Unsupported platform "%s".' % sys.platform)


def platform_vesion():
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed? Also it's spelled wrong.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chrome folks asked for it, as per design doc. I think it is a good idea to have it, so we can, for instance, figure out what glibc to expect in every environment without having to ask around or read internal config/code

@vitorguidi vitorguidi closed this Oct 15, 2024
@alhijazi
Copy link
Collaborator

Does this mean that the change wasn't merged?

@vitorguidi
Copy link
Collaborator Author

Does this mean that the change wasn't merged?

Yes, it is now being done in #4333

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