is not current version
Last Version 3.0.0

com.github.dikhan:dropwizard-header-metric 2.0.4

Create metrics and send it to the preferable reporter if request header matches any of the headers configured to be measured.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.github.dikhan
ArtifactId

ArtifactId

dropwizard-header-metric
Version

Version

2.0.4
Type

Type

jar

Download dropwizard-header-metric 2.0.4


<!-- https://jarcasting.com/artifacts/com.github.dikhan/dropwizard-header-metric/ -->
<dependency>
    <groupId>com.github.dikhan</groupId>
    <artifactId>dropwizard-header-metric</artifactId>
    <version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dikhan/dropwizard-header-metric/
implementation 'com.github.dikhan:dropwizard-header-metric:2.0.4'
// https://jarcasting.com/artifacts/com.github.dikhan/dropwizard-header-metric/
implementation ("com.github.dikhan:dropwizard-header-metric:2.0.4")
'com.github.dikhan:dropwizard-header-metric:jar:2.0.4'
<dependency org="com.github.dikhan" name="dropwizard-header-metric" rev="2.0.4">
  <artifact name="dropwizard-header-metric" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dikhan', module='dropwizard-header-metric', version='2.0.4')
)
libraryDependencies += "com.github.dikhan" % "dropwizard-header-metric" % "2.0.4"
[com.github.dikhan/dropwizard-header-metric "2.0.4"]