io.tornimo:tornimo-spring-reporter

Spring metric reporter for Tornimo.io

License

License

GroupId

GroupId

io.tornimo
ArtifactId

ArtifactId

tornimo-spring-reporter
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

io.tornimo:tornimo-spring-reporter
Spring metric reporter for Tornimo.io
Project URL

Project URL

https://github.com/tornimo/tornimo-spring-reporter
Source Code Management

Source Code Management

http://github.com/tornimo/tornimo-spring-reporter/tree/master

Download tornimo-spring-reporter

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.dropwizard.metrics : metrics-core jar 4.0.3
io.dropwizard.metrics : metrics-graphite jar 4.0.3
org.springframework.boot : spring-boot-starter-actuator jar 2.1.5.RELEASE

Project Modules

There are no modules declared in this project.

Build Status

tornimo-spring-reporter

Spring-Boot 2 metric reporter for Tornimo.io based on micrometer.io.

Start Using Tornimo.io

  1. If you haven't done so, signup for a free trial account at tornimo.io.
  2. After a few minutes, you will receive a link to your dashboard, url for data ingestion and a token. Use the token and the URL in the configuration step.
  3. Add tornimo-spring-reporter to your dependencies.

Configuration

management.metrics.export.tornimo.token=b55670fd-ea50-40e4-9cf3-82d2ed46c629  # 1
management.metrics.export.tornimo.host=put.b55670fd.tornimo.io                # 2
management.metrics.export.tornimo.app=example-app                             # 3
  1. Token provided during registration at tornimo.io
  2. URL for metrics ingestion, provided during registration
  3. Application name that will be added to the metric path

Maven Dependency

<dependency>
    <groupId>io.tornimo</groupId>
    <artifactId>tornimo-spring-reporter</artifactId>
    <version>0.2.1</version>
</dependency>

Gradle Dependency

compile group: 'io.tornimo', name: 'tornimo-spring-reporter', version: '0.2.1'
io.tornimo

Tornimo

Versions

Version
0.2.1
0.2.0
0.1.0
v0.0.2