An open API service providing commit metadata for open source projects.

GitHub / prometheus/client_python / commits

Prometheus instrumentation library for Python applications

SHA Message Author Date Stats
397eec5b Release 0.1.0 Brian Brazil <b****l@r****o> over 8 years ago
24d4d95d Fix: #222. Support custom registry for MetricsHandler. (#223) Roberto Polli <r****i@g****m>
Committed by: Brian Brazil <b****l@r****o>
over 8 years ago
9828994d Add UntypedMetricFamily to prometheus_client.core (#220) Ids van der Molen <i****s@i****m>
Committed by: Brian Brazil <b****l@r****o>
over 8 years ago
4e25eab2 py26 has fixed dependencies (#218) ioggstream <r****i@g****m>
Committed by: Brian Brazil <b****l@r****o>
over 8 years ago
3679aa26 multiprocess: pass None as default argument (#212) Benoît C <d****o@g****m>
Committed by: Brian Brazil <b****l@r****o>
almost 9 years ago
d4a2ecf5 Fix issue #208: parse the correct scheme of URL in Python26 (#209) caosiyang <c****8@g****m>
Committed by: Brian Brazil <b****l@r****o>
almost 9 years ago
7249378e helpful error message when multiprocessing dir env is unset (#206) Dhananjay Balan <m****l@d****n>
Committed by: Brian Brazil <b****l@r****o>
almost 9 years ago
6625f899 Fix #95: catch OSError when collecting file descriptors. (#205) Bo Lopker <b****r@u****m>
Committed by: Brian Brazil <b****l@r****o>
almost 9 years ago
6abff162 Make WSGI metrics server not log requests (#203) Martin Packman <g****t@g****m>
Committed by: Brian Brazil <b****l@r****o>
almost 9 years ago
d301e2f3 Remove unused time import (#200) Yuvi Panda <y****a@g****m>
Committed by: Brian Brazil <b****l@r****o>
almost 9 years ago
4fb1166f Release 0.0.21 Brian Brazil <b****l@r****o> almost 9 years ago
d858f0d3 Fix multi process collision by initializing pid variable in master process (#... aimestereo <a****o@g****m>
Committed by: Brian Brazil <b****l@r****o>
almost 9 years ago
1cca4ed8 correct spelling mistake (#193) Edward Betts <e****d@4****m>
Committed by: Brian Brazil <b****l@r****o>
almost 9 years ago
7fb50581 Ensure MetricFamily labels is a tuple (#184) Simon Li <o****l@g****m>
Committed by: Brian Brazil <b****l@r****o>
about 9 years ago
96b91c37 Test and support Python 3.6 (#181) Martin Packman <g****t@g****m>
Committed by: Brian Brazil <b****l@r****o>
about 9 years ago
609ec421 Release 0.0.20 Brian Brazil <b****l@r****o> about 9 years ago
50d6e0bc Reset multiproc values when the pid changes. (#169) Brian Brazil <b****l@r****o>
Committed by: GitHub <n****y@g****m>
about 9 years ago
0634b774 Remove hack to encode __all__ as ascii (#178) Martin Packman <g****t@g****m>
Committed by: Brian Brazil <b****l@r****o>
about 9 years ago
caf3293d Graphite bridge should use standard time.time instead of timeit.default_timer Kir Melnikov <m****k@u****m>
Committed by: Brian Brazil <b****l@r****o>
about 9 years ago
052116d8 Clarify the parser input is unicode. Brian Brazil <b****l@r****o> about 9 years ago
cc852a9d Use only a single global lock for multiproc. (#167) Brian Brazil <b****l@r****o>
Committed by: GitHub <n****y@g****m>
about 9 years ago
831023ea Typo triggered my OCD (#166) Eugene <e****b@g****m>
Committed by: Brian Brazil <b****l@r****o>
about 9 years ago
ce7f2978 Fix namespace and subsystem in multiprocess mode (#159) Antoine Tollenaere <a****a@g****m>
Committed by: Brian Brazil <b****l@u****m>
over 9 years ago
91171a05 Add PlatformCollector to collect information about the platform (#152) Morten Lied Johansen <m****o@i****o>
Committed by: Brian Brazil <b****l@u****m>
over 9 years ago
c2e4bdae Expose original metric classes via __wrapped__ attribute (#151) Michal Kuffa <b****z@u****m>
Committed by: Brian Brazil <b****l@u****m>
over 9 years ago
142c6854 Add py36 env to tox configuration (#149) Michal Kuffa <b****z@u****m>
Committed by: Brian Brazil <b****l@u****m>
over 9 years ago
3183fa71 Provide robust Gunicorn config in multiprocess docs (#146) Stephan Erb <g****b@s****u>
Committed by: Brian Brazil <b****l@u****m>
over 9 years ago
e5e73e52 When labelnames is falsy, pass an empty tuple to __init__ (#147) Céline O'Neil <c****l@g****m>
Committed by: Brian Brazil <b****l@u****m>
over 9 years ago
36b5cabd Remove AUTHORS.md reference from CONTRIBUTING.md beorn7 <b****n@s****m> over 9 years ago
7a818ab2 Replace AUTHORS.md by an updated MAINTAINERS.md (#142) Björn Rabenstein <b****n@r****n>
Committed by: Brian Brazil <b****l@u****m>
over 9 years ago
ce5542bd Changes to allow each HTTP request to be a seperate thread (#139) jamessewell <j****l@g****m>
Committed by: Brian Brazil <b****l@u****m>
over 9 years ago
6a8d85e5 Fix double doubling of mmap file capacity (#138) Julius Volz <j****z@g****m>
Committed by: Brian Brazil <b****l@u****m>
over 9 years ago
60e9e4c2 Fix documentation of labels method to pass keyword arguments instead of a dic... antialiasis <a****s@g****m>
Committed by: Brian Brazil <b****l@u****m>
over 9 years ago
52994d91 Add unittest for discarding timestamps in parser Brian Brazil <b****l@r****o> over 9 years ago
4916ffab Fix a couple of typos (#135) Julius Volz <j****z@g****m>
Committed by: Brian Brazil <b****l@u****m>
over 9 years ago
666159ce Release 0.0.19 Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
c07b63e5 Improve style of handler code (#134) Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
aa4b4fbc merge Merge pull request #126 from rossigee/master Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
fc6aa20c merge Merge pull request #133 from prometheus/parse-comma Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
434302b8 Support trailing commas in parser Brian Brazil <b****l@r****o> over 9 years ago
a7afc96d Another potential workaround for py26 test failures. Ross Golder <r****s@g****g> over 9 years ago
b084d647 Revert "Potential workaround for py26 test failures." Ross Golder <r****s@g****g> over 9 years ago
62e8012b Potential workaround for py26 test failures. Ross Golder <r****s@g****g> over 9 years ago
444a7480 Resort to determining python version to work around base64 byte encoding issue. Ross Golder <r****s@g****g> over 9 years ago
8f7511ac Fix for 'TypeError: string argument without an encoding' (regressing in pytho... Ross Golder <r****s@g****g> over 9 years ago
1ba7c2e5 Fix for 'TypeError: string argument without an encoding' (regressing in pytho... Ross Golder <r****s@g****g> over 9 years ago
daa40fd9 Fix for 'TypeError: string argument without an encoding' (regressing in pytho... Ross Golder <r****s@g****g> over 9 years ago
7e459259 Move basic auth handler into exposition. Update docstring. Ross Golder <r****s@g****g> over 9 years ago
0bebb0ab Move base handler back into exposition. Ross Golder <r****s@g****g> over 9 years ago
7f863dd4 Fix for docstring comment. Ross Golder <r****s@g****g> over 9 years ago
eb9500b6 Simplify example by hardcoding username/password. Ross Golder <r****s@g****g> over 9 years ago
46a9e92f Add missing import to auth example. Ross Golder <r****s@g****g> over 9 years ago
44df258b Use closure to pass args to handlers (refs #60). Ross Golder <r****s@g****g> over 9 years ago
8adfe8ac merge Merge branch 'master' of https://github.com/rossigee/client_python Ross Golder <r****s@g****g> over 9 years ago
d3f5a58c Remove unnecessary imports. Ross Golder <r****s@g****g> over 9 years ago
51b1ab02 Remove unnecessary imports. Ross Golder <r****s@g****g> over 9 years ago
a67bf463 merge Merge branch 'master' of https://github.com/prometheus/client_python Ross Golder <r****s@g****g> over 9 years ago
0ac74428 Add 'handler_args' to pass extra informatoin to handler. Ross Golder <r****s@g****g> over 9 years ago
d8a1694f Add 'handler_args' to pass extra informatoin to handler. Ross Golder <r****s@g****g> over 9 years ago
ea1e3e77 Add 'handlers' package to distribution. Ross Golder <r****s@g****g> over 9 years ago
0c1220aa Add 'handlers' package to distribution. Ross Golder <r****s@g****g> over 9 years ago
59146711 Fix relative import error. Ross Golder <r****s@g****g> over 9 years ago
9139e82b Fix relative import error. Ross Golder <r****s@g****g> over 9 years ago
c37a15c2 Separate default handler code for re-use and add test case for custom handler... Ross Golder <r****s@g****g> over 9 years ago
814e24d5 Separate default handler code for re-use and add test case for custom handler... Ross Golder <r****s@g****g> over 9 years ago
67fe14ad Remove experimental bit on multiproc Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
530411f8 merge Merge pull request #123 from mrueg/setuppy Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
8fcc6bb4 Rename extras_requires to extras_require Manuel Rüger <m****l@r****u>
Committed by: Manuel Rüger <m****r@g****m>
over 9 years ago
0be1ec5b merge Merge branch 'master' of https://github.com/prometheus/client_python Tim Small <t****m@s****k> almost 10 years ago
568f6cab Document new handler parameter to pushgateway function Tim Small <t****m@s****k>
Committed by: Ross Golder <r****s@g****g>
almost 10 years ago
7b0677c0 Document new handler parameter to pushgateway function Tim Small <t****m@s****k> almost 10 years ago
c1e44263 Release 0.0.18 Brian Brazil <b****l@r****o> almost 10 years ago
d284c66f merge Merge pull request #119 from prometheus/500 Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
d2b3aa33 Ensure we return a 500 on collection error. Brian Brazil <b****l@r****o> almost 10 years ago
87369398 Allow a handler to be passed in to carry out a custom request. Tim Small <t****m@s****k> almost 10 years ago
c3de82b6 Allow a handler to be passed in to carry out a custom request. Tim Small <t****m@s****k>
Committed by: Ross Golder <r****s@g****g>
almost 10 years ago
e3071c4c Just check for a url scheme to allow users to provide a handler. Tim Small <t****m@s****k>
Committed by: Ross Golder <r****s@g****g>
almost 10 years ago
6e1e16a7 Just check for a url scheme to allow users to provide a handler. Tim Small <t****m@s****k> almost 10 years ago
10206184 merge Merge pull request #110 from prometheus/desc Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
facada34 merge Merge pull request #111 from prometheus/parse-untyped Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
9588fe31 For unknown types, suffix should be empty string. Brian Brazil <b****l@r****o> almost 10 years ago
29e83adf Add ability to limit what HTTP exposition returns. Brian Brazil <b****l@r****o> almost 10 years ago
65e3c8b0 Add describe and autodescribe to detect dupes. Brian Brazil <b****l@r****o> almost 10 years ago
5e9b0b1b Colon is not permitted in label names Brian Brazil <b****l@r****o> almost 10 years ago
45f490b7 Release 0.0.17 Brian Brazil <b****l@r****o> almost 10 years ago
9cf02149 merge Merge pull request #109 from hynek/master Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
2dccc27b Use realistic timer for Gauge.set_to_current_time Hynek Schlawack <h****s@o****x> almost 10 years ago
76ea2196 Release 0.0.16 Brian Brazil <b****l@r****o> almost 10 years ago
ac77d9ba merge Merge pull request #66 from prometheus/multiproc Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
9e1f993c Use never verson of pypy on travis. Brian Brazil <b****l@r****o> almost 10 years ago
f85ccd91 Switch multi-process support to custom data store. Brian Brazil <b****l@r****o> almost 10 years ago
bde32593 Use timeit.default_timer instead of time.time (#106) Chris Adams <c****s@i****g>
Committed by: Brian Brazil <b****l@u****m>
almost 10 years ago
cf91d2cc Release 0.0.15 Brian Brazil <b****l@r****o> almost 10 years ago
41971424 Add optional scheme support for push gateway urls (#103) Aaron Tygart <a****t@g****m>
Committed by: Brian Brazil <b****l@u****m>
almost 10 years ago
9cf6f4ea merge Merge pull request #93 from vad/clean_process_collector Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
1ce94d7e Clean up the ProcessCollector. Davide Setti <d****i@g****m> about 10 years ago
bda36bf3 merge Merge pull request #87 from alex/labels-as-kwargs Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
882d5769 Remove the by-dict support for labels Alex Gaynor <a****r@g****m> about 10 years ago
cba71007 merge Merge pull request #91 from hynek/decorators Brian Brazil <b****l@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
6d5d72bc Bundle decorator.py and fix decorators Hynek Schlawack <h****s@o****x> about 10 years ago

← Back to repository