Fluo Metrics

This module contains code needed to configure dropwizard metrics reporters. The reason this module was created was to avoid adding dependencies to fluo-core for an optional feature.

License

License

Categories

Categories

Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

io.fluo
ArtifactId

ArtifactId

fluo-metrics
Last Version

Last Version

1.0.0-beta-1
Release Date

Release Date

Type

Type

jar
Description

Description

Fluo Metrics
This module contains code needed to configure dropwizard metrics reporters. The reason this module was created was to avoid adding dependencies to fluo-core for an optional feature.
Project URL

Project URL

http://www.fluo.io/fluo-metrics
Project Organization

Project Organization

Fluo IO

Download fluo-metrics

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
com.google.guava : guava jar 13.0.1
commons-configuration : commons-configuration jar 1.10
io.dropwizard : dropwizard-configuration jar 0.8.1
io.dropwizard : dropwizard-metrics jar 0.8.1
io.dropwizard : dropwizard-metrics-ganglia jar 0.8.1
io.dropwizard : dropwizard-metrics-graphite jar 0.8.1
io.dropwizard.metrics : metrics-core jar 3.1.1
io.fluo : fluo-api jar 1.0.0-beta-1
io.fluo : fluo-core jar 1.0.0-beta-1
org.slf4j : slf4j-api jar 1.7.12

Project Modules

There are no modules declared in this project.

Fluo

Build Status Apache License Maven Central Javadoc

Apache Fluo is a distributed processing system that lets users make incremental updates to large data sets. With Apache Fluo, users can set up workflows that execute cross node transactions when data changes. These workflows enable users to continuously join new data into large existing data sets without reprocessing all data. Apache Fluo is built on Apache Accumulo. Check out the Fluo project website for news and general information.

Getting Started

  • Take the Fluo Tour if you are completely new to Fluo.
  • Read the Fluo documentation to learn how to install Fluo and start a Fluo application on a cluster where Accumulo, Hadoop & Zookeeper are running. If you need help setting up these dependencies, see the related projects page for external projects that may help.

Versions

Version
1.0.0-beta-1