All Downloads are FREE. Search and download functionalities are using the official Maven repository.

khan.dropwizard-header-metric.3.0.0.source-code.application.yml Maven / Gradle / Ivy

Go to download

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

The newest version!
server:
  applicationConnectors:
    - type: http
      port: 0
  adminConnectors:
    - type: http
      port: 0
# metrics
metrics:
  frequency: 1 minute
  reporters:
    - type: console
      output: stdout
      timeZone: PST
      durationUnit: milliseconds
      rateUnit: seconds

traceHeaders:
  headersToTraceJson: "{\"x-custom-header\": [\"x-custom-header-value1\", \"x-custom-header-value2\"], \"y-custom-header\": \"y-custom-header-value1\"}"
  metricPrefix: HeaderMetric




© 2015 - 2024 Weber Informatics LLC | Privacy Policy