Skip to content

Emit Python version metric events for all builds #1066

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

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

edmorley
Copy link
Member

Previously the metric events describing the chosen Python version were only emitted when that Python version was installed, and not when it was being used from the build cache (the common case).

Now the version is emitted for all builds, improving visibility into the distribution of Python usage, and helping determine the priority of features like opt-in automatic Python patch updates.

Closes W-8059668.

Previously the metric events describing the chosen Python version were
only emitted when that Python version was installed, and not when it
was being used from the build cache (the common case).

Now the version is emitted for all builds, improving visibility into
the distribution of Python usage, and helping determine the priority
of features like opt-in automatic Python patch updates.

Closes @W-8059668@.
@edmorley edmorley self-assigned this Sep 16, 2020
@edmorley edmorley marked this pull request as ready for review September 16, 2020 10:33
@edmorley edmorley requested a review from a team as a code owner September 16, 2020 10:33
@edmorley edmorley merged commit 64abfb2 into main Sep 16, 2020
@edmorley edmorley deleted the python-metrics-all-builds branch September 16, 2020 11:28
dryan pushed a commit to dryan/heroku-buildpack-python that referenced this pull request Nov 19, 2020
Previously the metric events describing the chosen Python version were
only emitted when that Python version was installed, and not when it
was being used from the build cache (the common case).

Now the version is emitted for all builds, improving visibility into
the distribution of Python usage, and helping determine the priority
of features like opt-in automatic Python patch updates.

Closes @W-8059668@.
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.

2 participants