Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashinsch committed Jul 9, 2015
1 parent d40ff2d commit 9ce7729
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Coverage Status](https://coveralls.io/repos/lukashinsch/spring-boot-actuator-user-agent-metrics/badge.svg?branch=master)](https://coveralls.io/r/lukashinsch/spring-boot-actuator-user-agent-metrics?branch=master)
[![Build Status](https://travis-ci.org/lukashinsch/spring-boot-actuator-user-agent-metrics.svg?branch=master)](https://travis-ci.org/lukashinsch/spring-boot-actuator-user-agent-metrics)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/eu.hinsch/spring-boot-actuator-user-agent-metrics/badge.svg)](https://maven-badges.herokuapp.com/maven-central/spring-boot-actuator-user-agent-metrics/)

# spring-boot-actuator-user-agent-metrics
Filter to log user agent statistics as spring boot actuator metrics

Expand All @@ -20,4 +24,4 @@ runtime("eu.hinsch:spring-boot-actuator-user-agent-metrics:0.1.8")
### Configuration

For an example see [SpringBootActuatorUserAgentMetricsTestApplication](https://github.com/lukashinsch/spring-boot-actuator-user-agent-metrics/blob/master/src/test/java/eu/hinsch/spring/boot/actuator/useragent/SpringBootActuatorUserAgentMetricsTestApplication.java)
and [application.yml](https://github.com/lukashinsch/spring-boot-actuator-user-agent-metrics/blob/master/src/test/resources/application.yml)
and [application.yml](https://github.com/lukashinsch/spring-boot-actuator-user-agent-metrics/blob/master/src/test/resources/application.yml)

0 comments on commit 9ce7729

Please sign in to comment.