{
  "configurations": [
    {
      "declarative_name": "java.common.logging.span_id_key",
      "default": "span_id",
      "description": "Specifies the key name used to store the span ID in the logging context.",
      "name": "otel.instrumentation.common.logging.span-id-key",
      "type": "string"
    },
    {
      "declarative_name": "java.common.logging.trace_flags_key",
      "default": "trace_flags",
      "description": "Specifies the key name used to store the trace flags in the logging context.",
      "name": "otel.instrumentation.common.logging.trace-flags-key",
      "type": "string"
    },
    {
      "declarative_name": "java.common.logging.trace_id_key",
      "default": "trace_id",
      "description": "Specifies the key name used to store the trace ID in the logging context.",
      "name": "otel.instrumentation.common.logging.trace-id-key",
      "type": "string"
    },
    {
      "declarative_name": "java.common.mdc.resource_attributes",
      "default": "",
      "description": "Specifies which resource attributes to add to the logging context as a comma-separated list of attribute keys.",
      "name": "otel.instrumentation.common.mdc.resource-attributes",
      "type": "list"
    },
    {
      "declarative_name": "java.logback_mdc.add_baggage",
      "default": false,
      "description": "Enables adding baggage entries to the Logback MDC, prefixed with \"baggage.\".",
      "name": "otel.instrumentation.logback-mdc.add-baggage",
      "type": "boolean"
    }
  ],
  "description": "This instrumentation adds trace context (trace ID, span ID, and trace flags) to the Logback MDC, it does not emit any telemetry on its own.",
  "display_name": "Logback",
  "has_javaagent": true,
  "has_standalone_library": true,
  "javaagent_target_versions": [
    "ch.qos.logback:logback-classic:[1.0.0,1.2.3]"
  ],
  "library_link": "https://logback.qos.ch/",
  "markdown_hash": "271b39a27eba",
  "name": "logback-mdc-1.0",
  "scope": {
    "name": "io.opentelemetry.logback-mdc-1.0"
  },
  "source_path": "instrumentation/logback/logback-mdc-1.0"
}