{
  "configurations": [
    {
      "declarative_name": "java.guava.experimental_span_attributes/development",
      "default": false,
      "description": "Enables experimental span attribute `guava.canceled` for cancelled operations.",
      "name": "otel.instrumentation.guava.experimental-span-attributes",
      "type": "boolean"
    }
  ],
  "description": "This instrumentation enables context propagation for Guava ListenableFuture, it does not emit any telemetry on its own.",
  "display_name": "Guava",
  "features": [
    "CONTEXT_PROPAGATION"
  ],
  "has_javaagent": true,
  "has_standalone_library": true,
  "javaagent_target_versions": [
    "com.google.guava:guava:[10.0,]"
  ],
  "library_link": "https://github.com/google/guava",
  "name": "guava-10.0",
  "scope": {
    "name": "io.opentelemetry.guava-10.0"
  },
  "source_path": "instrumentation/guava-10.0"
}