Skip to content

Commit

Permalink
fix build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikjohsdmde committed Mar 15, 2022
1 parent df0b8c1 commit 4c222e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> [Micrometer](https://micrometer.io) wrapper to allow generic class/method level metric values
[<img src="https://opensourcelogos.aws.dmtech.cloud/dmTECH_opensource_logo.svg" height="20" width="130">](https://dmtech.de/)
[![Build Status](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions/workflows/build-and-deploy.yml/badge.svg?branch=master)](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions)
[![Build Status](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions/workflows/build-and-deploy.yml/badge.svg)](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions)

The micrometer-metrics-wrapper project is a [Micrometer](https://micrometer.io) wrapper to allow generic class/method level metric values.
For this reason the library offers the ```@Metric``` annotation, which uses ```className.methodName``` as name for measurements.
Expand Down

0 comments on commit 4c222e1

Please sign in to comment.