FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for simpleclient/src - kovalevm/client_java · GitHub
kovalevm
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
client_java
simpleclient
src
on
master
User selector
Datepicker
Commit history
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
Commits on May 25, 2016
Added spring-boot collector
tokuhirom
committed
8bd287b
View commit details
Copy full SHA for 8bd287b
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Make some missed fields private and/or final
Show description for e441e69
pkubowicz
committed
e441e69
View commit details
Copy full SHA for e441e69
View code at this point
Browse repository at this point
Commits on Apr 5, 2016
Cosmetic fixes to increase thread-safety and performance
Show description for b67a0f3
Piotr Kubowicz
committed
b67a0f3
View commit details
Copy full SHA for b67a0f3
View code at this point
Browse repository at this point
Commits on Mar 29, 2016
Expose Summary.Child.Value and Histogram.Child.Value fields.
pstibrany
committed
36d08fd
View commit details
Copy full SHA for 36d08fd
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
Add Histogram to the list of standard metrics.
Show description for 85fab98
brian-brazil
committed
85fab98
View commit details
Copy full SHA for 85fab98
View code at this point
Browse repository at this point
And another one javadoc doesn't like.
brian-brazil
committed
90279bb
View commit details
Copy full SHA for 90279bb
View code at this point
Browse repository at this point
Javadoc doesn't like reference to other module.
brian-brazil
committed
e840535
View commit details
Copy full SHA for e840535
View code at this point
Browse repository at this point
Commits on Oct 10, 2015
Improve type inference in SimpleCollector.Builder
andersschuller
committed
4063733
View commit details
Copy full SHA for 4063733
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Fix up javadoc for java 1.8, as it's stricter.
brian-brazil
committed
80fd0d6
View commit details
Copy full SHA for 80fd0d6
View code at this point
Browse repository at this point
Commits on Jul 15, 2015
Adds return values to Timer observations.
frankwis
committed
a99008f
View commit details
Copy full SHA for a99008f
View code at this point
Browse repository at this point
Commits on May 4, 2015
Update Striped64 & DoubleAdded to avoid ClassLoader leak
jsuchenia
committed
37503bc
View commit details
Copy full SHA for 37503bc
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Add histogram to simpleclient.
Show description for ed184d8
brian-brazil
committed
ed184d8
View commit details
Copy full SHA for ed184d8
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL