{
  "configurations": [
    {
      "declarative_name": "java.spring_scheduling.experimental_span_attributes/development",
      "default": false,
      "description": "Adds the experimental span attribute `job.system` with the value `spring_scheduling`.",
      "name": "otel.instrumentation.spring-scheduling.experimental-span-attributes",
      "type": "boolean"
    }
  ],
  "description": "This instrumentation enables tracing for Spring Scheduling tasks.",
  "display_name": "Spring Scheduling",
  "has_javaagent": true,
  "javaagent_target_versions": [
    "org.springframework:spring-context:[3.1.0.RELEASE,]"
  ],
  "library_link": "https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/scheduling/package-summary.html",
  "name": "spring-scheduling-3.1",
  "scope": {
    "name": "io.opentelemetry.spring-scheduling-3.1"
  },
  "source_path": "instrumentation/spring/spring-scheduling-3.1",
  "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.spring-scheduling.experimental-span-attributes=true"
    }
  ]
}