Skip to content

statful/statful-springboot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Statful Spring Boot Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages