d

dropwizard-header-metric

Create metrics and send it to the preferable reporter if request header matches any of the headers configured to be measured.
https://github.com/dikhan/dropwizard-header-metric
The MIT License
Daniel I. Khan Ramiro
文件下载
文件名 操作
dropwizard-header-metric-3.0.0.jar 下载
dropwizard-header-metric-3.0.0.pom 下载
dropwizard-header-metric-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.dikhan</groupId>
  <artifactId>dropwizard-header-metric</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.dikhan:dropwizard-header-metric:3.0.0'
Gradle Kotlin
implementation("com.github.dikhan:dropwizard-header-metric:3.0.0")
Scala SBT
libraryDependencies += "com.github.dikhan" % "dropwizard-header-metric" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dikhan', module='dropwizard-header-metric', version='3.0.0')
)
Apache Ivy
<dependency org="com.github.dikhan" name="dropwizard-header-metric" rev="3.0.0" />
Leiningen
[com.github.dikhan/dropwizard-header-metric "3.0.0"]
Apache Buildr
'com.github.dikhan:dropwizard-header-metric:jar:3.0.0'