{
  "configurations": [
    {
      "declarative_name": "java.common.messaging.capture_headers/development",
      "default": "",
      "description": "A comma-separated list of header names to capture as span attributes.",
      "name": "otel.instrumentation.messaging.experimental.capture-headers",
      "type": "list"
    }
  ],
  "description": "This instrumentation enables consumer messaging spans for Spring RabbitMQ listeners.",
  "display_name": "Spring Rabbit",
  "has_javaagent": true,
  "javaagent_target_versions": [
    "org.springframework.amqp:spring-rabbit:(,)"
  ],
  "library_link": "https://spring.io/projects/spring-amqp",
  "name": "spring-rabbit-1.0",
  "scope": {
    "name": "io.opentelemetry.spring-rabbit-1.0"
  },
  "semantic_conventions": [
    "MESSAGING_SPANS"
  ],
  "source_path": "instrumentation/spring/spring-rabbit-1.0",
  "telemetry": [
    {
      "spans": [
        {
          "attributes": [
            {
              "name": "messaging.destination.name",
              "type": "STRING"
            },
            {
              "name": "messaging.message.body.size",
              "type": "LONG"
            },
            {
              "name": "messaging.operation",
              "type": "STRING"
            },
            {
              "name": "messaging.system",
              "type": "STRING"
            }
          ],
          "span_kind": "CONSUMER"
        }
      ],
      "when": "default"
    }
  ]
}