René's URL Explorer Experiment


Title: Add handler parameter to pushgateway functions to permit HTTP AUTH etc. (refs issue #60) by rossigee · Pull Request #126 · prometheus/client_python · GitHub

Open Graph Title: Add handler parameter to pushgateway functions to permit HTTP AUTH etc. (refs issue #60) by rossigee · Pull Request #126 · prometheus/client_python

X Title: Add handler parameter to pushgateway functions to permit HTTP AUTH etc. (refs issue #60) by rossigee · Pull Request #126 · prometheus/client_python

Description: Takes the branch by @tim-seoss (PR #120), fixes a minor regression, moves the default handler code out to be more easily re-used/adapted, and adds a basic unit test for a custom handler. A simple handler function for adding Basic Auth might then look like this... #!/usr/bin/python import os, base64 from prometheus_client.handlers.base import handler as default_handler def handler(url, method, timeout, headers, data): '''Handler that implements HTTP Basic Auth using environment variables 'PUSHGW_USERNAME' and 'PUSHGW_PASSWORD'.''' username = os.environ['PUSHGW_USERNAME'] password = os.environ['PUSHGW_PASSWORD'] auth_value = "{0}:{1}".format(username, password) auth_header = "Basic {0}".format(base64.b64encode(bytes(auth_value))) headers.append(['Authorization', auth_header]) default_handler(url, method, timeout, headers, data) @brian-brazil - your thoughts?

Open Graph Description: Takes the branch by @tim-seoss (PR #120), fixes a minor regression, moves the default handler code out to be more easily re-used/adapted, and adds a basic unit test for a custom handler. A simple h...

X Description: Takes the branch by @tim-seoss (PR #120), fixes a minor regression, moves the default handler code out to be more easily re-used/adapted, and adds a basic unit test for a custom handler. A simple h...

Opengraph URL: https://github.com/prometheus/client_python/pull/126

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:9d8ef428-2a51-e5a5-7ba6-508833ebe622
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA7A6:112275:1A2E493:210CED8:69917EE4
html-safe-nonce43273e59de3079a0f1e6c4362378a279c00416f429c761e13916185e11961b8f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBN0E2OjExMjI3NToxQTJFNDkzOjIxMENFRDg6Njk5MTdFRTQiLCJ2aXNpdG9yX2lkIjoiNzA3OTMzMDIwMTMyMzI3Mzk1NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacf4517cf80032010382ac6f3c58815f71d07ff8c4727c41fda77b0a5b487d5c76
hovercard-subject-tagpull_request:101587252
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/prometheus/client_python/pull/126/files
twitter:imagehttps://avatars.githubusercontent.com/u/5194485?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/5194485?s=400&v=4
og:image:altTakes the branch by @tim-seoss (PR #120), fixes a minor regression, moves the default handler code out to be more easily re-used/adapted, and adds a basic unit test for a custom handler. A simple h...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/prometheus/client_python git https://github.com/prometheus/client_python.git
octolytics-dimension-user_id3380462
octolytics-dimension-user_loginprometheus
octolytics-dimension-repository_id30618733
octolytics-dimension-repository_nwoprometheus/client_python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id30618733
octolytics-dimension-repository_network_root_nwoprometheus/client_python
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fprometheus%2Fclient_python%2Fpull%2F126%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fprometheus%2Fclient_python%2Fpull%2F126%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=prometheus%2Fclient_python
Reloadhttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
Reloadhttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
Reloadhttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
prometheus https://patch-diff.githubusercontent.com/prometheus
client_pythonhttps://patch-diff.githubusercontent.com/prometheus/client_python
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fprometheus%2Fclient_python
Fork 842 https://patch-diff.githubusercontent.com/login?return_to=%2Fprometheus%2Fclient_python
Star 4.3k https://patch-diff.githubusercontent.com/login?return_to=%2Fprometheus%2Fclient_python
Code https://patch-diff.githubusercontent.com/prometheus/client_python
Issues 105 https://patch-diff.githubusercontent.com/prometheus/client_python/issues
Pull requests 28 https://patch-diff.githubusercontent.com/prometheus/client_python/pulls
Discussions https://patch-diff.githubusercontent.com/prometheus/client_python/discussions
Actions https://patch-diff.githubusercontent.com/prometheus/client_python/actions
Projects 0 https://patch-diff.githubusercontent.com/prometheus/client_python/projects
Wiki https://patch-diff.githubusercontent.com/prometheus/client_python/wiki
Security 0 https://patch-diff.githubusercontent.com/prometheus/client_python/security
Insights https://patch-diff.githubusercontent.com/prometheus/client_python/pulse
Code https://patch-diff.githubusercontent.com/prometheus/client_python
Issues https://patch-diff.githubusercontent.com/prometheus/client_python/issues
Pull requests https://patch-diff.githubusercontent.com/prometheus/client_python/pulls
Discussions https://patch-diff.githubusercontent.com/prometheus/client_python/discussions
Actions https://patch-diff.githubusercontent.com/prometheus/client_python/actions
Projects https://patch-diff.githubusercontent.com/prometheus/client_python/projects
Wiki https://patch-diff.githubusercontent.com/prometheus/client_python/wiki
Security https://patch-diff.githubusercontent.com/prometheus/client_python/security
Insights https://patch-diff.githubusercontent.com/prometheus/client_python/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fprometheus%2Fclient_python%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fprometheus%2Fclient_python%2Fissues%2Fnew%2Fchoose
brian-brazilhttps://patch-diff.githubusercontent.com/brian-brazil
prometheus:masterhttps://patch-diff.githubusercontent.com/prometheus/client_python/tree/master
Conversation 25 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126
Commits 32 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits
Checks 0 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/checks
Files changed https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
Please reload this pagehttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
Add handler parameter to pushgateway functions to permit HTTP AUTH etc. (refs issue #60) https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#top
Show all changes 32 commits https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
6e1e16a Just check for a url scheme to allow users to provide a handler. tim-seoss Nov 23, 2016 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/6e1e16a7ac98d7a37073c7b0ddd50136f0068993
8736939 Allow a handler to be passed in to carry out a custom request. tim-seoss Nov 23, 2016 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/87369398bc1ccb7b22970b8ade92465a39850b5c
7b0677c Document new handler parameter to pushgateway function tim-seoss Nov 25, 2016 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/7b0677c02e486bc1a23521d3ee425c5540c0a916
0be1ec5 Merge branch 'master' of https://github.com/prometheus/client_python tim-seoss Nov 25, 2016 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/0be1ec5b5ea8d3ee2aed214b122eb9a510603606
c37a15c Separate default handler code for re-use and add test case for custom… rossigee Jan 15, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/c37a15c21904334aabc260da6efa3c4f7c927048
5914671 Fix relative import error. rossigee Jan 15, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/5914671137716052ac740dd55f174575c1a623aa
0c1220a Add 'handlers' package to distribution. rossigee Jan 15, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/0c1220aae6e95e6ec8d93f0605819aa4a29959ad
d8a1694 Add 'handler_args' to pass extra informatoin to handler. rossigee Jan 15, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/d8a1694f42f8140ecad80b835208218744da9020
a67bf46 Merge branch 'master' of https://github.com/prometheus/client_python rossigee Jan 17, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/a67bf463c64bb672c0b856f7bf46fbc45bca5714
51b1ab0 Remove unnecessary imports. rossigee Jan 17, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/51b1ab02b48a2efa5d73eba1bc7332a8b160f84b
e3071c4 Just check for a url scheme to allow users to provide a handler. tim-seoss Nov 23, 2016 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/e3071c4cf859180a47f3f489ab852a81fbb8857e
c3de82b Allow a handler to be passed in to carry out a custom request. tim-seoss Nov 23, 2016 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/c3de82b60c11520a2768b6df9508cd2910814785
568f6ca Document new handler parameter to pushgateway function tim-seoss Nov 25, 2016 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/568f6cab05b68033c376dba07c31a4dcb369a0e0
814e24d Separate default handler code for re-use and add test case for custom… rossigee Jan 15, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/814e24d562edb301567098c8be058e33bbd5e6c9
9139e82 Fix relative import error. rossigee Jan 15, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/9139e82b2aae5d6e87f43943a9fd3bdf459c41e0
ea1e3e7 Add 'handlers' package to distribution. rossigee Jan 15, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/ea1e3e77d962f0a0026a3b1741db118a0d4864dd
0ac7442 Add 'handler_args' to pass extra informatoin to handler. rossigee Jan 15, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/0ac7442868653bb8e629abeb4534d741ab35e93d
d3f5a58 Remove unnecessary imports. rossigee Jan 17, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/d3f5a58c83d4f2cf0d6ac3ab8ba17314d85003b5
8adfe8a Merge branch 'master' of https://github.com/rossigee/client_python rossigee Jan 25, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/8adfe8ac361cf2ed7af4538c67a0deec61a8eca9
44df258 Use closure to pass args to handlers (refs #60). rossigee Jan 25, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/44df258b203ecf3eae46c09e1264f0c062754fd7
46a9e92 Add missing import to auth example. rossigee Jan 25, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/46a9e92f91c9266e6a733ea1602eb3d4324e196d
eb9500b Simplify example by hardcoding username/password. rossigee Jan 25, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/eb9500b61ab3722470ec644cefe0b309121a3abe
7f863dd Fix for docstring comment. rossigee Jan 25, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/7f863dd4fdd492608cbc0096f5fedb9b2e15fd0c
0bebb0a Move base handler back into exposition. rossigee Jan 25, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/0bebb0abfa608a6b4cefd8e3c4a79ccb1b72e475
7e45925 Move basic auth handler into exposition. Update docstring. rossigee Jan 26, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/7e4592591729e66b1d8f317027d627e9a873e48f
daa40fd Fix for 'TypeError: string argument without an encoding' (regressing … rossigee Jan 29, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/daa40fd9851806508616daac9288df450fdd88f0
1ba7c2e Fix for 'TypeError: string argument without an encoding' (regressing … rossigee Jan 29, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/1ba7c2e59b3b1fe508b110549c803c931e1d79dc
8f7511a Fix for 'TypeError: string argument without an encoding' (regressing … rossigee Jan 29, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/8f7511ac7ea4f3907c2cdadaba17f54b4450765f
444a748 Resort to determining python version to work around base64 byte encod… rossigee Jan 29, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/444a748068113607561c7267e6e6156f7615bc7e
62e8012 Potential workaround for py26 test failures. rossigee Jan 29, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/62e8012bd64224b805e9a586742dc2dd4d4cc8c5
b084d64 Revert "Potential workaround for py26 test failures." rossigee Jan 29, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/b084d647544c1b715c7a0cd6552bb4c1fe97c0be
a7afc96 Another potential workaround for py26 test failures. rossigee Jan 31, 2017 https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/commits/a7afc96d7afe7c5f5934f52fedd8d5afbf86f3f1
Clear filters https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
Please reload this pagehttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
Please reload this pagehttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
README.md https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
exposition.py https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-31616dde80dc7c3540794d368828f5fdf09536ba95ceb8fef6463e76c35c97e6
test_exposition.py https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-86108f388d9b04352b3f264226fb31ee0d6c8479858eb80acf59f8139f5ae56a
README.mdhttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
View file https://patch-diff.githubusercontent.com/prometheus/client_python/blob/a7afc96d7afe7c5f5934f52fedd8d5afbf86f3f1/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
brian-brazilhttps://patch-diff.githubusercontent.com/brian-brazil
Jan 25, 2017https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#r97737669
Please reload this pagehttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
rossigeehttps://patch-diff.githubusercontent.com/rossigee
Jan 25, 2017https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#r97743216
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
prometheus_client/exposition.pyhttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-31616dde80dc7c3540794d368828f5fdf09536ba95ceb8fef6463e76c35c97e6
View file https://patch-diff.githubusercontent.com/prometheus/client_python/blob/a7afc96d7afe7c5f5934f52fedd8d5afbf86f3f1/prometheus_client/exposition.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-31616dde80dc7c3540794d368828f5fdf09536ba95ceb8fef6463e76c35c97e6
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-31616dde80dc7c3540794d368828f5fdf09536ba95ceb8fef6463e76c35c97e6
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-31616dde80dc7c3540794d368828f5fdf09536ba95ceb8fef6463e76c35c97e6
brian-brazilhttps://patch-diff.githubusercontent.com/brian-brazil
Jan 25, 2017https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#r97828751
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
rossigeehttps://patch-diff.githubusercontent.com/rossigee
Jan 26, 2017https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#r97919054
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-31616dde80dc7c3540794d368828f5fdf09536ba95ceb8fef6463e76c35c97e6
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-31616dde80dc7c3540794d368828f5fdf09536ba95ceb8fef6463e76c35c97e6
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-31616dde80dc7c3540794d368828f5fdf09536ba95ceb8fef6463e76c35c97e6
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-31616dde80dc7c3540794d368828f5fdf09536ba95ceb8fef6463e76c35c97e6
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-31616dde80dc7c3540794d368828f5fdf09536ba95ceb8fef6463e76c35c97e6
tests/test_exposition.pyhttps://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-86108f388d9b04352b3f264226fb31ee0d6c8479858eb80acf59f8139f5ae56a
View file https://patch-diff.githubusercontent.com/prometheus/client_python/blob/a7afc96d7afe7c5f5934f52fedd8d5afbf86f3f1/tests/test_exposition.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-86108f388d9b04352b3f264226fb31ee0d6c8479858eb80acf59f8139f5ae56a
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-86108f388d9b04352b3f264226fb31ee0d6c8479858eb80acf59f8139f5ae56a
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-86108f388d9b04352b3f264226fb31ee0d6c8479858eb80acf59f8139f5ae56a
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-86108f388d9b04352b3f264226fb31ee0d6c8479858eb80acf59f8139f5ae56a
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-86108f388d9b04352b3f264226fb31ee0d6c8479858eb80acf59f8139f5ae56a
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-86108f388d9b04352b3f264226fb31ee0d6c8479858eb80acf59f8139f5ae56a
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-86108f388d9b04352b3f264226fb31ee0d6c8479858eb80acf59f8139f5ae56a
https://patch-diff.githubusercontent.com/prometheus/client_python/pull/126/files#diff-86108f388d9b04352b3f264226fb31ee0d6c8479858eb80acf59f8139f5ae56a
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.