{
  "configurations": [
    {
      "declarative_name": "java.quartz.experimental_span_attributes/development",
      "default": false,
      "description": "Enables the experimental `job.system` span attribute.",
      "name": "otel.instrumentation.quartz.experimental-span-attributes",
      "type": "boolean"
    }
  ],
  "description": "This instrumentation enables spans for Quartz job execution.",
  "display_name": "Quartz",
  "has_javaagent": true,
  "has_standalone_library": true,
  "javaagent_target_versions": [
    "org.quartz-scheduler:quartz:[2.0.0,)"
  ],
  "library_link": "https://www.quartz-scheduler.org/",
  "markdown_hash": "4b4e201cb808",
  "name": "quartz-2.0",
  "scope": {
    "name": "io.opentelemetry.quartz-2.0"
  },
  "source_path": "instrumentation/quartz-2.0",
  "telemetry": [
    {
      "spans": [
        {
          "attributes": [
            {
              "name": "code.function",
              "type": "STRING"
            },
            {
              "name": "code.namespace",
              "type": "STRING"
            }
          ],
          "span_kind": "INTERNAL"
        }
      ],
      "when": "default"
    },
    {
      "spans": [
        {
          "attributes": [
            {
              "name": "code.function",
              "type": "STRING"
            },
            {
              "name": "code.namespace",
              "type": "STRING"
            },
            {
              "name": "job.system",
              "type": "STRING"
            }
          ],
          "span_kind": "INTERNAL"
        }
      ],
      "when": "otel.instrumentation.quartz.experimental-span-attributes=true"
    }
  ]
}