FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for simpleclient/src - Ekzer/client_java · GitHub
Ekzer
/
client_java
Public
forked from
prometheus/client_java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
client_java
simpleclient
src
on
master
User selector
Datepicker
Commit history
Commits on Aug 9, 2020
Verify exception messages in tests (#566)
Show description for 570f8bb
stefanbirkner
authored
570f8bb
View commit details
Copy full SHA for 570f8bb
View code at this point
Browse repository at this point
Commits on May 7, 2020
Remove dependency on sun.misc.Unsafe (#547)
Show description for fe42313
apmasell
authored
fe42313
View commit details
Copy full SHA for fe42313
View code at this point
Browse repository at this point
Commits on Dec 5, 2019
Don't wrap a RuntimeException in another RuntimeException. (#488)
Show description for ef16c43
christian-schlichtherle
authored and
brian-brazil
committed
ef16c43
View commit details
Copy full SHA for ef16c43
View code at this point
Browse repository at this point
Commits on Nov 14, 2019
Don't throw NPE if `.help()` wasn't called (#458)
Show description for b61dd23
dlazerka
authored and
brian-brazil
committed
b61dd23
View commit details
Copy full SHA for b61dd23
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
Use atomics instead of synchronized for Gauge (#482)
Show description for d7825cf
Rudolf Rakos
authored and
brian-brazil
committed
d7825cf
View commit details
Copy full SHA for d7825cf
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
Don't sanitize away colons in metric names (#498)
Show description for 10fa80b
ugniusb
authored and
brian-brazil
committed
10fa80b
View commit details
Copy full SHA for 10fa80b
View code at this point
Browse repository at this point
Commits on Aug 14, 2019
fixed one way to get a ConcurrentModificationException: (#495)
Show description for 8b0c045
shark-horse
authored and
brian-brazil
committed
8b0c045
View commit details
Copy full SHA for 8b0c045
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
slightly decrease thread contention by synchronizing once rather than "number quantiles + 1" times (#481)
Show description for 6200135
t3hnar
authored and
brian-brazil
committed
6200135
View commit details
Copy full SHA for 6200135
View code at this point
Browse repository at this point
Commits on Apr 23, 2019
Added comment to filteredMetricFamilySamples to clarify behavior (#474)
Show description for 95751e9
peergynt
authored and
brian-brazil
committed
95751e9
View commit details
Copy full SHA for 95751e9
View code at this point
Browse repository at this point
Commits on Jan 8, 2019
Fix a typo in code comments. (#455)
Show description for 9cf3437
wu-sheng
authored and
brian-brazil
committed
9cf3437
View commit details
Copy full SHA for 9cf3437
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
Formatter fixed and unified for Quantile and Item classes (#442)
Show description for 2d6a6e8
Draczech
authored and
brian-brazil
committed
2d6a6e8
View commit details
Copy full SHA for 2d6a6e8
View code at this point
Browse repository at this point
Commits on Oct 26, 2018
Update Gauge.java (#432)
Show description for 409c825
jchprj
authored and
brian-brazil
committed
409c825
View commit details
Copy full SHA for 409c825
View code at this point
Browse repository at this point
Commits on Apr 23, 2018
allow Histograms and Summaries to time Callables (#378)
Show description for 40d179d
yarosla
authored and
brian-brazil
committed
40d179d
View commit details
Copy full SHA for 40d179d
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
Added optional "timestamp" value as part of metric sample (#337)
felipe-conde-benavides
authored and
brian-brazil
committed
5b0a275
View commit details
Copy full SHA for 5b0a275
View code at this point
Browse repository at this point
Commits on Jan 28, 2018
Improve CollectorRegistry#unregister() (#335)
Show description for 9d14f76
Cyril Martin
authored and
brian-brazil
committed
9d14f76
View commit details
Copy full SHA for 9d14f76
View code at this point
Browse repository at this point
Commits on Jan 7, 2018
Fix bug in CollectorRegistry#collectorNames method (#325)
Show description for 64e3cb8
savulchik
authored and
brian-brazil
committed
64e3cb8
View commit details
Copy full SHA for 64e3cb8
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
SimpleCollecor.labels() initialization performance (#307)
Show description for 6b10e1f
Cyril Martin
authored and
brian-brazil
committed
6b10e1f
View commit details
Copy full SHA for 6b10e1f
View code at this point
Browse repository at this point
Commits on May 26, 2017
Fix Timer#close signature to not throws IOException
bitterfox
authored and
brian-brazil
committed
4e2e0d0
View commit details
Copy full SHA for 4e2e0d0
View code at this point
Browse repository at this point
Commits on May 22, 2017
Filter based on time series, not metric.
brian-brazil
committed
82b48df
View commit details
Copy full SHA for 82b48df
View code at this point
Browse repository at this point
Add support for `name[]` parameter filtering in CollectorRegistry and MetricsServlet (#204)
Show description for 7a77d9e
checketts
authored and
brian-brazil
committed
7a77d9e
View commit details
Copy full SHA for 7a77d9e
View code at this point
Browse repository at this point
Commits on Apr 28, 2017
Use foreach loop where possible (#229)
jubobs
authored and
brian-brazil
committed
0275972
View commit details
Copy full SHA for 0275972
View code at this point
Browse repository at this point
Remove superfluous null checks in Collector (#227)
jubobs
authored and
brian-brazil
committed
5d9dbc4
View commit details
Copy full SHA for 5d9dbc4
View code at this point
Browse repository at this point
Commits on Mar 20, 2017
Fix javadoc typo (#216)
checketts
authored and
brian-brazil
committed
8a1e3c0
View commit details
Copy full SHA for 8a1e3c0
View code at this point
Browse repository at this point
Commits on Feb 21, 2017
Improve array allocation
Show description for b49b8a9
pkubowicz
authored and
brian-brazil
committed
b49b8a9
View commit details
Copy full SHA for b49b8a9
View code at this point
Browse repository at this point
Commits on Feb 7, 2017
Add convenience 'get'-methods to nolabel-Counter, Gauge and Summary (#193)
Show description for 944e692
pskiwi
authored and
brian-brazil
committed
944e692
View commit details
Copy full SHA for 944e692
View code at this point
Browse repository at this point
Commits on Jan 29, 2017
Add `build()` method that has required fields. (#187)
checketts
authored and
brian-brazil
committed
d4d2267
View commit details
Copy full SHA for d4d2267
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
MetricFamily#addMetric() should return this to allow builder like usage (#185)
Show description for 24e4e47
chkal
authored and
brian-brazil
committed
24e4e47
View commit details
Copy full SHA for 24e4e47
View code at this point
Browse repository at this point
Commits on Jan 20, 2017
Add `time()` methods that remove needs for `finally` blocks (#173)
checketts
authored and
brian-brazil
committed
944ecf9
View commit details
Copy full SHA for 944ecf9
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
Fix spelling and missing @Override annotations (#179)
checketts
authored and
brian-brazil
committed
ddd1533
View commit details
Copy full SHA for ddd1533
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
Expose `SimpleTimer` to keep timing logic that returns elapsed seconds (#172)
Show description for fc2bfaf
checketts
authored and
brian-brazil
committed
fc2bfaf
View commit details
Copy full SHA for fc2bfaf
View code at this point
Browse repository at this point
Commits on Nov 25, 2016
Add describe and autodescribe to detect dupes. (#162)
Show description for 500ab03
brian-brazil
authored
500ab03
View commit details
Copy full SHA for 500ab03
View code at this point
Browse repository at this point
Add Gauge/Counter/SummaryMetricFamily to make custom collectors easier. (#161)
Show description for 575488d
brian-brazil
authored
575488d
View commit details
Copy full SHA for 575488d
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
Make Timer classes Closeable (#160)
Show description for 9241ba0
russgray
authored and
brian-brazil
committed
9241ba0
View commit details
Copy full SHA for 9241ba0
View code at this point
Browse repository at this point
Commits on Sep 22, 2016
Changed visibility of Summary.Child.Value back to public. (#143)
Show description for b6c1a3e
pstibrany
authored and
brian-brazil
committed
b6c1a3e
View commit details
Copy full SHA for b6c1a3e
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
Added quantiles to summary metric (same algorithm as in client_golang).
fstab
committed
7b31d68
View commit details
Copy full SHA for 7b31d68
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL