10000 PEP 669: Low Impact Monitoring for CPython (version 2) by markshannon · Pull Request #2183 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 669: Low Impact Monitoring for CPython (version 2) #2183

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 13 commits into from
Dec 7, 2021
Merged
Prev Previous commit
Next Next commit
Change title of PEP 669
  • Loading branch information
markshannon committed Sep 13, 2021
commit c6dbfdd9558394901bf42f9d85ed361736a382ff
2 changes: 1 addition & 1 deletion pep-0669.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PEP: 669
Title: High Performance Instrumentation and Monitoring for CPython
Title: Low Impact Instrumentation and Monitoring for CPython
Author: Mark Shannon <mark@hotpy.org>
Status: Draft
Type: Standards Track
Expand Down
0