From 2e67f2fa6db61dbc17243b20b8cf01bc1c5e70b5 Mon Sep 17 00:00:00 2001 From: Louis Guitton Date: Sun, 8 Nov 2020 18:26:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20FastAPI=20monitoring=20blo?= =?UTF-8?q?g=20post=20to=20External=20Links=20(#2324)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/tiangolo/fastapi/issues/1828#issuecomment-723541832 --- docs/en/data/external_links.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/data/external_links.yml b/docs/en/data/external_links.yml index a02368722..360bac3b8 100644 --- a/docs/en/data/external_links.yml +++ b/docs/en/data/external_links.yml @@ -144,6 +144,10 @@ articles: title: HTTP server to display desktop notifications author_link: https://julienharbulot.com/ author: Julien Harbulot + - link: https://guitton.co/posts/fastapi-monitoring/ + title: How to monitor your FastAPI service + author_link: https://twitter.com/louis_guitton + author: Louis Guitton japanese: - link: https://qiita.com/mtitg/items/47770e9a562dd150631d title: FastAPI|DB接続してCRUDするPython製APIサーバーを構築