Skip to content

Commit

Permalink
Small remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mejroslav committed Aug 10, 2023
1 parent d4bf164 commit 551e5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![image](https://img.shields.io/github/license/TeskaLabs/asab)](https://github.com/TeskaLabs/asab/blob/master/LICENSE)
[![image](https://readthedocs.org/projects/asab/badge/?version=latest)](https://asab.readthedocs.io/en/latest/?badge=latest)

Read the documentation on [Readthedocs](http://asab.readthedocs.io/)
Read the documentation on [Readthedocs](http://asab.readthedocs.io/).

**Asynchronous Server App Boilerplate** (or ASAB for short) is an open-source microservice
platform for Python 3.7+ and [asyncio](https://docs.python.org/3/library/asyncio.html).
Expand Down Expand Up @@ -76,7 +76,7 @@ if __name__ == '__main__':
## Highlights

- Unified approach to **Configuration**.
- **Logging** using reasonably configured Python `logging` module.
- **Logging** using reasonably configured Python [logging](https://docs.python.org/3/library/logging.html) module.
- Build-in and custom **Metrics** with feeds into InfluxDB and Prometheus.
- **Alerting** with integration to PagerDuty and OpsGenie.
- **HTTP Server** powered by [aiohttp](https://docs.aiohttp.org/en/stable/) library.
Expand Down

0 comments on commit 551e5d4

Please sign in to comment.