chore(): docs improvements

This commit is contained in:
ITQ
2026-02-24 20:35:01 +03:00
parent 8fc6ca5c7d
commit f190b38af7
9 changed files with 218 additions and 4 deletions
+13 -1
View File
@@ -136,7 +136,19 @@ System metrics (gc, requests, etc.) and several business metrics (`lotty_decide_
### OTEL
You can enable full observability for backend by setting `OTEL_ENABLED=True` in `.env`, also you need to run `compose.prod.yaml` with `observability` profile in order to deploy full observability stack
You can enable full observability for backend by setting `OTEL_ENABLED=True` in `.env`, also you need to run `compose.prod.yaml` with `observability` profile in order to deploy full observability stack.
![Grafana Logs](./assets/images/logs_grafana.png)
![Grafana Traces](./assets/images/tracing.png)
![Grafana Metrics](./assets/images/metrics_grafana.png)
Also there is some other predefined dashboards for services.
Grafana ([localhost/grafana/](http://localhost:80/grafana/)):
login: `admin`
password: `prooooood`
## Load testing (k6)