Prometheus Remote Protocol

Prometheus remote protocol for building storage integrations

License

License

Categories

Categories

Net Metrics Application Testing & Monitoring Monitoring Prometheus Networking
GroupId

GroupId

com.arpnetworking.metrics
ArtifactId

ArtifactId

prometheus-remote-protocol
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Prometheus Remote Protocol
Prometheus remote protocol for building storage integrations
Project URL

Project URL

https://github.com/ArpNetworking/prometheus-remote-protocol
Source Code Management

Source Code Management

https://github.com/arpnetworking/prometheus-remote-protocol

Download prometheus-remote-protocol

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.protobuf : protobuf-java jar 3.10.0

provided (1)

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

Project Modules

There are no modules declared in this project.

Prometheus Remote Protocol

License: Apache 2 Travis Build Maven Artifact

Building

Prerequisites:

Building:

prometheus-remote-protocol> ./mvnw verify

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

prometheus-remote-protocol> ./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

© Bruno Green., 2018

Versions

Version
1.0.1
1.0.0