com.github.vladimir-bukhtoyarov:rolling-metrics-microprofile

Collection of advanced monitoring metrics with rolling time window semantic

License

License

Categories

Categories

Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

com.github.vladimir-bukhtoyarov
ArtifactId

ArtifactId

rolling-metrics-microprofile
Last Version

Last Version

3.0.0-RC4
Release Date

Release Date

Type

Type

jar
Description

Description

Collection of advanced monitoring metrics with rolling time window semantic

Download rolling-metrics-microprofile

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/rolling-metrics-microprofile/ -->
<dependency>
    <groupId>com.github.vladimir-bukhtoyarov</groupId>
    <artifactId>rolling-metrics-microprofile</artifactId>
    <version>3.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/rolling-metrics-microprofile/
implementation 'com.github.vladimir-bukhtoyarov:rolling-metrics-microprofile:3.0.0-RC4'
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/rolling-metrics-microprofile/
implementation ("com.github.vladimir-bukhtoyarov:rolling-metrics-microprofile:3.0.0-RC4")
'com.github.vladimir-bukhtoyarov:rolling-metrics-microprofile:jar:3.0.0-RC4'
<dependency org="com.github.vladimir-bukhtoyarov" name="rolling-metrics-microprofile" rev="3.0.0-RC4">
  <artifact name="rolling-metrics-microprofile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vladimir-bukhtoyarov', module='rolling-metrics-microprofile', version='3.0.0-RC4')
)
libraryDependencies += "com.github.vladimir-bukhtoyarov" % "rolling-metrics-microprofile" % "3.0.0-RC4"
[com.github.vladimir-bukhtoyarov/rolling-metrics-microprofile "3.0.0-RC4"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.vladimir-bukhtoyarov : rolling-metrics-core jar 3.0.0-RC4

provided (1)

Group / Artifact Type Version
org.eclipse.microprofile.metrics : microprofile-metrics-api jar 1.0

test (4)

Group / Artifact Type Version
com.github.vladimir-bukhtoyarov : rolling-metrics-core test-jar 3.0.0-RC4
org.mockito : mockito-all jar 1.9.5
org.hdrhistogram : HdrHistogram jar 2.1.8
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Rolling-Metrics

The library contains collection of advanced metrics which missed in the original Metrics Core such as:

Build status

Coverage Status Hex.pm Download Join the chat at https://gitter.im/vladimir-bukhtoyarov/rolling-metrics

Get Rolling-Metrics library

By direct link

Download compiled jar, sources, javadocs

You can build Rolling Metrics from sources

git clone https://github.com/vladimir-bukhtoyarov/rolling-metrics.git
cd rolling-metrics
mvn clean install

You can add rolling-metrics to your project as maven dependency

The Rolling-Metrics library is distributed through both JCenter and Maven Central, use any of them:

<dependency>
    <groupId>com.github.vladimir-bukhtoyarov</groupId>
    <artifactId>rolling-metrics</artifactId>
    <version>2.0.5</version>
</dependency>

Have a question?

Feel free to ask in the gitter chat

License

Copyright 2016 Vladimir Bukhtoyarov Licensed under the Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.

Versions

Version
3.0.0-RC4
3.0.0-RC3