Metrics client incubator

Incubator for features that will later be built into the core metrics client.

License

License

Categories

Categories

Net Metrics Application Testing & Monitoring Monitoring Networking
GroupId

GroupId

com.arpnetworking.metrics.extras
ArtifactId

ArtifactId

incubator-extra
Last Version

Last Version

0.11.2
Release Date

Release Date

Type

Type

jar
Description

Description

Metrics client incubator
Incubator for features that will later be built into the core metrics client.
Project URL

Project URL

https://github.com/ArpNetworking/metrics-incubator-extra
Source Code Management

Source Code Management

https://github.com/arpnetworking/metrics-incubator-extra

Download incubator-extra

How to add to project

<!-- https://jarcasting.com/artifacts/com.arpnetworking.metrics.extras/incubator-extra/ -->
<dependency>
    <groupId>com.arpnetworking.metrics.extras</groupId>
    <artifactId>incubator-extra</artifactId>
    <version>0.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.arpnetworking.metrics.extras/incubator-extra/
implementation 'com.arpnetworking.metrics.extras:incubator-extra:0.11.2'
// https://jarcasting.com/artifacts/com.arpnetworking.metrics.extras/incubator-extra/
implementation ("com.arpnetworking.metrics.extras:incubator-extra:0.11.2")
'com.arpnetworking.metrics.extras:incubator-extra:jar:0.11.2'
<dependency org="com.arpnetworking.metrics.extras" name="incubator-extra" rev="0.11.2">
  <artifact name="incubator-extra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arpnetworking.metrics.extras', module='incubator-extra', version='0.11.2')
)
libraryDependencies += "com.arpnetworking.metrics.extras" % "incubator-extra" % "0.11.2"
[com.arpnetworking.metrics.extras/incubator-extra "0.11.2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
com.arpnetworking.metrics : metrics-client jar 0.11.2
com.arpnetworking.commons : commons jar 1.18.3
com.github.spotbugs : spotbugs-annotations jar 4.0.3
com.google.code.findbugs : jsr305 jar 3.0.2
com.google.guava : guava jar 29.0-jre

provided (1)

Group / Artifact Type Version
com.arpnetworking.build : build-resources jar 2.0.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.13
org.hamcrest : hamcrest jar 2.2
org.mockito : mockito-core jar 2.23.4

Project Modules

There are no modules declared in this project.

Metrics Client Incubator

License: Apache 2 Travis Build Maven Artifact Javadocs

An incubator library for functionality that will eventually be in the core metrics client or in independent formally defined extras. The interfaces exposed by this library should be considered unstable may change from release to release. The functionality contained within is experimental but the focus is on eventualy bringing this functionality into the core metrics libraries and freezing the interfaces.

Usage

Add Dependency

Determine the latest version of the library in Maven Central.

Maven

Add a dependency to your pom:

<dependency>
    <groupId>com.arpnetworking.metrics.extras</groupId>
    <artifactId>incubator-extra</artifactId>
    <version>VERSION</version>
</dependency>

The Maven Central repository is included by default.

Gradle

Add a dependency to your build.gradle:

compile group: 'com.arpnetworking.metrics.extras', name: 'incubator-extra', version: 'VERSION'

Add the Maven Central Repository into your build.gradle:

repositories {
    mavenCentral()
}

SBT

Add a dependency to your project/Build.scala:

val appDependencies = Seq(
    "com.arpnetworking.metrics.extras" % "incubator-extra" % "VERSION"
)

The Maven Central repository is included by default.

Building

Prerequisites:

  • JDK8 (Or Invoke with JDKW)

Building:

metrics-incubator-extra> ./mvnw verify

To use the local version you must first install it locally:

metrics-incubator-extra> ./mvnw install

You can determine the version of the local build from the pom file. Using the local version is intended only for testing or development.

You may also need to add the local repository to your build in order to pick-up the local version:

  • Maven - Included by default.
  • Gradle - Add mavenLocal() to build.gradle in the repositories block.
  • SBT - Add resolvers += Resolver.mavenLocal into project/plugins.sbt.

License

Published under Apache Software License 2.0, see LICENSE

© Inscope Metrics Inc., 2017

Versions

Version
0.11.2
0.11.0
0.6.3
0.6.2
0.6.1
0.6.0