KairosDb Extensions Format

Format definition for KairosDb extensions.

Лицензия

Лицензия

Категории

Категории

Metrics Тестирование приложения и мониторинг Monitoring ORM Данные
Группа

Группа

io.inscopemetrics.kairosdb
Идентификатор

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

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

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

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

KairosDb Extensions Format
Format definition for KairosDb extensions.
Ссылка на сайт

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

https://github.com/InscopeMetrics/kairosdb-format
Система контроля версий

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

https://github.com/InscopeMetrics/kairosdb-format

Скачать format

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

<!-- https://jarcasting.com/artifacts/io.inscopemetrics.kairosdb/format/ -->
<dependency>
    <groupId>io.inscopemetrics.kairosdb</groupId>
    <artifactId>format</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.inscopemetrics.kairosdb/format/
implementation 'io.inscopemetrics.kairosdb:format:0.1.0'
// https://jarcasting.com/artifacts/io.inscopemetrics.kairosdb/format/
implementation ("io.inscopemetrics.kairosdb:format:0.1.0")
'io.inscopemetrics.kairosdb:format:jar:0.1.0'
<dependency org="io.inscopemetrics.kairosdb" name="format" rev="0.1.0">
  <artifact name="format" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.inscopemetrics.kairosdb', module='format', version='0.1.0')
)
libraryDependencies += "io.inscopemetrics.kairosdb" % "format" % "0.1.0"
[io.inscopemetrics.kairosdb/format "0.1.0"]

Зависимости

compile (1)

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

provided (1)

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

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

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

KairosDb Format

License: Apache 2 Jenkins Build Maven Artifact

Defines a format for persisting augmented histograms in KairosDb using Protocol Buffers.

Features

Stores a histogram and supporting statistics for recombinable queries of time series data using KairosDb. Histogram bins are computed using floating point mantissa truncation to a specified precision. Error is fixed as a percentage of the value and bins can be downsampled to a lesser precision without introducing any additional error. Supporting statistics for min, max, sum, average and count (which is inferred from the histogram) are represented separately for accuracy and are also recombinable. The logic for leveraging this data format is provided by Kairosdb Extensions.

Building

Prerequisites:

  • None

Building:

kairosdb-format> ./jdk-wrapper.sh ./mvnw verify

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

kairosdb-format> ./jdk-wrapper.sh ./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

© Dropbox, 2020

io.inscopemetrics.kairosdb

Inscope Metrics

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

Версия
0.1.0