Sign in
apache
/
geronimo-metrics
/
HEAD
07f46d7
Merge pull request #9 from ArneLimburg/GERONIMO-6880
by Romain Manni-Bucau
· 6 months ago
master
ce214f6
Fix summary type in prometheus exporter
by arne
· 6 months ago
8e3105d
[maven-release-plugin] prepare for next development iteration
by Jean-Louis Monteiro
· 3 years, 7 months ago
8bb3bf0
[maven-release-plugin] prepare release geronimo-metrics-parent-1.0.6
by Jean-Louis Monteiro
· 3 years, 7 months ago
geronimo-metrics-parent-1.0.6
dd79be2
Add support for Jakarta relocation
by Jean-Louis Monteiro
· 3 years, 7 months ago
f475558
Merge pull request #6 from sebbASF/patch-1
by Romain Manni-Bucau
· 4 years, 3 months ago
83326dd
Create .asf.yaml
by sebbASF
· 4 years, 3 months ago
33ca633
[maven-release-plugin] prepare for next development iteration
by Romain Manni-Bucau
· 5 years ago
6f2feea
[maven-release-plugin] prepare release geronimo-metrics-parent-1.0.5
by Romain Manni-Bucau
· 5 years ago
geronimo-metrics-parent-1.0.5
a12d62e
[GERONIMO-6782] implement specification v3.0-RC2
by Romain Manni-Bucau
· 5 years ago
bde2005
[GERONIMO-6779] ensure MetricRegistry.gauge set the metric type as expected
by Romain Manni-Bucau
· 5 years ago
e3d45c1
GERONIMO-6770 ensure we don't leak jaxrs artifacts in metrics extension
by Romain Manni-Bucau
· 5 years ago
d622a4f
Merge pull request #5 from fpapon/override-registry-default
by Romain Manni-Bucau
· 5 years ago
1a44fda
[GERONIMO-6769] Override default methods from MetricRegistry
by Francois Papon
· 5 years ago
513610e
[maven-release-plugin] prepare for next development iteration
by Romain Manni-Bucau
· 5 years ago
b870aff
[maven-release-plugin] prepare release geronimo-metrics-parent-1.0.4
by Romain Manni-Bucau
· 5 years ago
geronimo-metrics-parent-1.0.4
69734a5
GERONIMO-6767 adding nojaxrs jars
by Romain Manni-Bucau
· 5 years ago
626a556
simple timer supports zero duration
by Romain Manni-Bucau
· 5 years ago
669ffd1
simpletimer returns previous minute representation and timer handles zero values
by Romain Manni-Bucau
· 5 years ago
55d1cb2
thanks spec default methods creating call loops....fixing it + a adding simpletimer first representation in json and openmetrics endpoints
by Romain Manni-Bucau
· 5 years ago
e72d8f1
avoid infinite loop when creating simpleTimer from MetricsID
by Romain Manni-Bucau
· 5 years ago
84aa411
starting spec v3 impl (still some failling tests)
by Romain Manni-Bucau
· 5 years ago
d5ed24b
fixing extensions tests
by Romain Manni-Bucau
· 6 years ago
ad966e0
fixing openmetrics exporter (instead of prometheus) + base metrics names/types
by Romain Manni-Bucau
· 6 years ago
175b859
some simple base metrics renamings
by Romain Manni-Bucau
· 6 years ago
88f5bab
trivial change in prometheus key computation
by Romain Manni-Bucau
· 6 years ago
af4b632
some tag fixes for prometheus formatter
by Romain Manni-Bucau
· 6 years ago
7c89438
better tag handling for all metric types
by Romain Manni-Bucau
· 6 years ago
6e9ddc3
making tags binding in @Metric
by Romain Manni-Bucau
· 6 years ago
3f482b6
few fixes on the registry and setup
by Romain Manni-Bucau
· 6 years ago
516365c
fixing concurrent gauge interceptor decr call
by Romain Manni-Bucau
· 6 years ago
0ea5ccb
bad copy/paste, gauge type migrated to metered instead of gauge
by Romain Manni-Bucau
· 6 years ago
3d5b86a
fixing lookup based on MetricId and not String anymore
by Romain Manni-Bucau
· 6 years ago
5230350
adding concurrentgauges
by Romain Manni-Bucau
· 6 years ago
0b8d447
starting to impl metrics 2 spec
by Romain Manni-Bucau
· 6 years ago
9563f20
remove unused import
by Mark Struberg
· 6 years ago
c0b4f7a
[maven-release-plugin] prepare for next development iteration
by Romain Manni-Bucau
· 7 years ago
4628d00
[maven-release-plugin] prepare release geronimo-metrics-parent-1.0.3
by Romain Manni-Bucau
· 7 years ago
geronimo-metrics-parent-1.0.3
23f2904
GERONIMO-6681 prevent failure from a failing register in extensions
by Romain Manni-Bucau
· 7 years ago
af12ed4
GERONIMO-6680 add beans.xml in extension
by Romain Manni-Bucau
· 7 years ago
5f3a2ab
ensure sigar metrics are reusable - just a small protection for weird systems
by Romain Manni-Bucau
· 7 years ago
78f9170
[maven-release-plugin] prepare for next development iteration
by Romain Manni-Bucau
· 7 years ago
b5594e8
[maven-release-plugin] prepare release geronimo-metrics-parent-1.0.2
by Romain Manni-Bucau
· 7 years ago
geronimo-metrics-parent-1.0.2
b5f6923
GERONIMO-6666 ensure sigar extension dont grab twice the same filesystem
by Romain Manni-Bucau
· 7 years ago
3c75451
[maven-release-plugin] prepare for next development iteration
by Romain Manni-Bucau
· 7 years ago
e74473a
[maven-release-plugin] prepare release geronimo-metrics-parent-1.0.1
by Romain Manni-Bucau
· 7 years ago
geronimo-metrics-parent-1.0.1
b423b34
fixing license
by ivanjunckes
· 7 years ago
8392338
removing module
by ivanjunckes
· 7 years ago
de4c703
fixing endpoint and test based on romain's feedback
by ivanjunckes
· 7 years ago
9b740da
Adding fix for gauge and adding tests
by ivanjunckes
· 7 years ago
7e20295
upgrading tck which implied moving to EMA for meter and updating a bit histogram impl to be more accurate (still some refinements to do)
by Romain Manni-Bucau
· 7 years ago
887a5c4
GERONIMO-6655 rework security to tolerate by default local calls
by Romain Manni-Bucau
· 7 years ago
94cf731
GERONIMO-6654 simple way to override prometheus export
by Romain Manni-Bucau
· 7 years ago
652533d
drop surefire forks
by Romain Manni-Bucau
· 7 years ago
998e179
GERONIMO-6653 tomcat extension
by Romain Manni-Bucau
· 7 years ago
ab14303
GERONIMO-6653 sigar extension
by Romain Manni-Bucau
· 7 years ago
c225fe1
setting up maven-bundle-plugin for our common module
by Romain Manni-Bucau
· 7 years ago
1d2dc45
GERONIMO-6650 extract common logic in a common module
by Romain Manni-Bucau
· 7 years ago
62f6023
GERONIMO-6647 ensure the metricsendpoint does not fail when the metric does not exist
by Romain Manni-Bucau
· 7 years ago
c2eae44
missing headers
by Romain Manni-Bucau
· 7 years ago
a981733
[maven-release-plugin] prepare for next development iteration
by Romain Manni-Bucau
· 7 years ago
e9e3ad8
[maven-release-plugin] prepare release geronimo-metrics-1.0.0
by Romain Manni-Bucau
· 7 years ago
geronimo-metrics-1.0.0
8de5fb2
passing last tck with a weird rule for abstract classes
by Romain Manni-Bucau
· 7 years ago
313b4db
producers support
by Romain Manni-Bucau
· 7 years ago
d91d213
fixing cdi setup for tck (method params)
by Romain Manni-Bucau
· 7 years ago
3e869b7
fixing tck setup for injection + class annotation access
by Romain Manni-Bucau
· 7 years ago
168431e
more accurate metrics naming convention
by Romain Manni-Bucau
· 7 years ago
2abc184
better rest endpoints impl + basic prometheus support
by Romain Manni-Bucau
· 7 years ago
38c0da4
some JAXRS model updates
by Romain Manni-Bucau
· 7 years ago
10b40bb
fixing GET /metrics
by Romain Manni-Bucau
· 7 years ago
c0002de
starting to impl the rest endpoint
by Romain Manni-Bucau
· 7 years ago
17500ad
make gauge injection working
by Romain Manni-Bucau
· 7 years ago
e234878
some meter and histogram enhancements
by Romain Manni-Bucau
· 7 years ago
662ec17
initial import
by Romain Manni-Bucau
· 7 years ago