spring-client-springboot

Spring Boot client to send metrics to Statful.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.statful.client.framework
ArtifactId

ArtifactId

client-springboot
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

spring-client-springboot
Spring Boot client to send metrics to Statful.
Project URL

Project URL

http://www.statful.com
Source Code Management

Source Code Management

https://github.com/statful/statful-client-springboot.git

Download client-springboot

How to add to project

<!-- https://jarcasting.com/artifacts/com.statful.client.framework/client-springboot/ -->
<dependency>
    <groupId>com.statful.client.framework</groupId>
    <artifactId>client-springboot</artifactId>
    <version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.statful.client.framework/client-springboot/
implementation 'com.statful.client.framework:client-springboot:1.0.8'
// https://jarcasting.com/artifacts/com.statful.client.framework/client-springboot/
implementation ("com.statful.client.framework:client-springboot:1.0.8")
'com.statful.client.framework:client-springboot:jar:1.0.8'
<dependency org="com.statful.client.framework" name="client-springboot" rev="1.0.8">
  <artifact name="client-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.statful.client.framework', module='client-springboot', version='1.0.8')
)
libraryDependencies += "com.statful.client.framework" % "client-springboot" % "1.0.8"
[com.statful.client.framework/client-springboot "1.0.8"]

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar 1.4.1.RELEASE

provided (3)

Group / Artifact Type Version
com.statful.client : http-client jar 1.2.0
com.statful.client : udp-client jar 1.2.0
org.springframework.boot : spring-boot-actuator jar 1.4.1.RELEASE

test (3)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.10.19
junit : junit jar 4.12
com.google.guava : guava jar 23.0

Project Modules

There are no modules declared in this project.

Statful Starter for Springboot

Build Status

Statful starter for Springboot. Initializes the statful-client-java and springboot-actuator to gather and send metrics to Statful.

Table of Contents

Supported Versions

Statful client version Tested Java versions Tested Spring Boot versions
1.x.x Java 8 1.4.1.RELEASE
2.x.x Java 8 2.1.0.RELEASE

Requirements

This client has the following requirements:

Quick start

Add the dependency using Maven for example:

<dependency>
    <groupId>com.statful.client.framework</groupId>
    <artifactId>statful-springboot-starter</artifactId>
    <version>${statful-client-springboot.version}</version>
</dependency>

And set your API Token for authentication

statful.client.token=your-token

By default the starter configures the Statful Java Client with HTTP transport. For more values configured by default check https://github.com/statful/statful-client-java/#global-configuration

You can also define some custom properties for the metrics collected. For examples and detailed explanation on these properties check statful-metric-registry

Authors

Mindera - Software Craft

License

Statful Spring Boot Starter is available under the MIT license. See the LICENSE file for more information.

com.statful.client.framework

Statful

customizable metrics. real-time data.

Versions

Version
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3