Prometheus Remote Protocol

Prometheus remote protocol for building storage integrations

Лицензия

Лицензия

Категории

Категории

Сеть Metrics Тестирование приложения и мониторинг Monitoring Prometheus Networking
Группа

Группа

com.arpnetworking.metrics
Идентификатор

Идентификатор

prometheus-remote-protocol
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Prometheus Remote Protocol
Prometheus remote protocol for building storage integrations
Ссылка на сайт

Ссылка на сайт

https://github.com/ArpNetworking/prometheus-remote-protocol
Система контроля версий

Система контроля версий

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

Скачать prometheus-remote-protocol

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.google.protobuf : protobuf-java jar 3.10.0

provided (1)

Идентификатор библиотеки Тип Версия
com.arpnetworking.build : build-resources jar 2.0.2

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.1
1.0.0