{
  "configurations": [
    {
      "declarative_name": "java.common.controller_telemetry/development.enabled",
      "default": false,
      "description": "Enables the creation of experimental controller spans.",
      "name": "otel.instrumentation.common.experimental.controller-telemetry.enabled",
      "type": "boolean"
    }
  ],
  "description": "This instrumentation enables controller spans for Mojarra JSF action listeners (controller spans are disabled by default).",
  "display_name": "Eclipse Mojarra",
  "features": [
    "CONTROLLER_SPANS"
  ],
  "has_javaagent": true,
  "javaagent_target_versions": [
    "com.sun.faces:jsf-impl:[2.0,2.1)",
    "com.sun.faces:jsf-impl:[2.1,2.2)",
    "javax.faces:jsf-impl:[1.2,2)",
    "org.glassfish:jakarta.faces:[2.3.9,3)",
    "org.glassfish:javax.faces:[2.0.7,3)"
  ],
  "library_link": "https://github.com/eclipse-ee4j/mojarra",
  "name": "jsf-mojarra-1.2",
  "scope": {
    "name": "io.opentelemetry.jsf-mojarra-1.2"
  },
  "source_path": "instrumentation/jsf/jsf-mojarra-1.2",
  "telemetry": [
    {
      "spans": [
        {
          "attributes": [],
          "span_kind": "INTERNAL"
        }
      ],
      "when": "otel.instrumentation.common.experimental.controller-telemetry.enabled=true"
    }
  ]
}