File size: 288 Bytes
287a0bc
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Observability

## Local Observability Stack

To run the Chroma with local observability stack (OpenTelemetry + Zipkin),
run the following command from the root of the repository:

```bash
docker compose -f examples/observability/docker-compose.local-observability.yml up --build -d
```