# Apache Geode

<!-- llms-txt-link: /llms.txt -->

> OpenTelemetry Java agent instrumentation

This instrumentation enables database client spans and database client metrics for Apache Geode cache operations.

- **Name**: `geode-1.4`
- **Scope**: `io.opentelemetry.geode-1.4`
- **Target versions**: `org.apache.geode:geode-core:[1.4.0,)`
- **Library**: https://geode.apache.org/

## Telemetry

- **Metrics**: `db.client.operation.duration`
- **Span attributes**: `db.name`, `db.operation`, `db.statement`, `db.system`, `db.collection.name`, `db.operation.name`, `db.query.text`, `db.system.name`

## Configuration

| Option | Type | Default | Description |
| --- | --- | --- | --- |
| `otel.instrumentation.common.db.query-sanitization.enabled` | boolean | true | Enables query sanitization for database queries. |

## Data

- **JSON**: [/data/javaagent/instrumentations/geode-1.4/geode-1.4-10883bf2c194.json](/data/javaagent/instrumentations/geode-1.4/geode-1.4-10883bf2c194.json)
- **Explore**: [/java-agent/instrumentation/geode-1.4](/java-agent/instrumentation/geode-1.4)
