{
  "configurations": [
    {
      "declarative_name": "java.java_util_logging.experimental_log_attributes/development",
      "default": false,
      "description": "Enables capturing the experimental `thread.name` and `thread.id` log attributes.",
      "name": "otel.instrumentation.java-util-logging.experimental-log-attributes",
      "type": "boolean"
    },
    {
      "declarative_name": "java.java_util_logging.capture_arguments/development",
      "default": false,
      "description": "Enables the capture of the log message arguments.",
      "name": "otel.instrumentation.java-util-logging.experimental.capture-arguments",
      "type": "boolean"
    },
    {
      "declarative_name": "java.java_util_logging.capture_template/development",
      "default": false,
      "description": "Enables the capture of the log message template (if arguments are provided).",
      "name": "otel.instrumentation.java-util-logging.experimental.capture-template",
      "type": "boolean"
    }
  ],
  "description": "This instrumentation bridges Java Util Logging (JUL) log records to OpenTelemetry logs.",
  "display_name": "Java Util Logging (JUL)",
  "features": [
    "LOGGING_BRIDGE"
  ],
  "has_javaagent": true,
  "library_link": "https://docs.oracle.com/en/java/javase/11/docs/api/java.logging/java/util/logging/package-summary.html",
  "name": "java-util-logging",
  "scope": {
    "name": "io.opentelemetry.java-util-logging"
  },
  "source_path": "instrumentation/java-util-logging"
}