{
  "configurations": [
    {
      "declarative_name": "java.dropwizard_metrics.enabled",
      "default": false,
      "description": "Enables the dropwizard metrics instrumentation.",
      "name": "otel.instrumentation.dropwizard-metrics.enabled",
      "type": "boolean"
    }
  ],
  "description": "The dropwizard-metrics instrumentation for the dropwizard/codahale metrics library produces OpenTelemetry compliant versions of the metrics generated by the Dropwizard MetricRegistry.\nThe Dropwizard metrics API does not have a concept of metric labels/tags/attributes, thus the data produced by this integration might be of very low quality, depending on how the API is used in the instrumented application.",
  "disabled_by_default": true,
  "display_name": "Dropwizard Metrics",
  "has_javaagent": true,
  "javaagent_target_versions": [
    "io.dropwizard.metrics:metrics-core:[4.0.0,)"
  ],
  "library_link": "https://metrics.dropwizard.io/4.2.0/",
  "name": "dropwizard-metrics-4.0",
  "scope": {
    "name": "io.opentelemetry.dropwizard-metrics-4.0"
  },
  "source_path": "instrumentation/dropwizard/dropwizard-metrics-4.0"
}