From a594ea66c8a3866454f371b7348209982ee66f29 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Wed, 24 Jun 2026 18:22:04 +0300 Subject: [PATCH] docs: lead README with the observability value proposition Open with what lite-bootstrap actually does (wires OpenTelemetry, Prometheus, Sentry, structlog into FastAPI/Litestar/FastStream in a few lines) instead of a generic 'bootstrap microservices' line. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b36fc21..a31c550 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![ty](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json)](https://github.com/astral-sh/ty) -`lite-bootstrap` helps you bootstrap production-ready Python microservices with all the necessary instruments already set up. +`lite-bootstrap` wires production observability — OpenTelemetry, Prometheus, Sentry, and structlog — into FastAPI, Litestar, and FastStream services in a few lines, with no boilerplate. With `lite-bootstrap`, you receive an application with lightweight built-in support for: - `sentry`