{
  "configurations": [
    {
      "declarative_name": "java.spring_cloud_gateway.experimental_span_attributes/development",
      "default": false,
      "description": "Enables experimental `spring-cloud-gateway.route` attributes (e.g., `spring-cloud-gateway.route.id`, `spring-cloud-gateway.route.uri`, etc.) on spans.",
      "name": "otel.instrumentation.spring-cloud-gateway.experimental-span-attributes",
      "type": "boolean"
    }
  ],
  "description": "This instrumentation enhances tracing for Spring Cloud Gateway Server WebMVC. It does not generate any telemetry on its own, but rather enriches existing traces produced by other instrumentations like Spring WebMVC with Spring Cloud Gateway-specific attributes.",
  "display_name": "Spring Cloud Gateway Server WebMVC",
  "has_javaagent": true,
  "javaagent_target_versions": [
    "org.springframework.cloud:spring-cloud-starter-gateway-server-webmvc:[4.3.0,)"
  ],
  "library_link": "https://github.com/spring-cloud/spring-cloud-gateway",
  "minimum_java_version": 17,
  "name": "spring-cloud-gateway-webmvc-4.3",
  "scope": {
    "name": "io.opentelemetry.spring-cloud-gateway-webmvc-4.3"
  },
  "source_path": "instrumentation/spring/spring-cloud-gateway/spring-cloud-gateway-webmvc-4.3"
}