From d418b03708e0e6b594d0c6f0ea24d77d8d9ed87c Mon Sep 17 00:00:00 2001 From: Dan Kruchinin Date: Tue, 4 Apr 2017 14:22:31 +0100 Subject: [PATCH] Add prometheus extension --- docs/sanic/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index ec22a9d2..e4cd6ccd 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -20,3 +20,4 @@ A list of Sanic extensions created by the community. - [Sanic-OAuth](https://github.com/Sniedes722/Sanic-OAuth): OAuth Library for connecting to & creating your own token providers. - [Sanic-nginx-docker-example](https://github.com/itielshwartz/sanic-nginx-docker-example): Simple and easy to use example of Sanic behined nginx using docker-compose. - [sanic-graphql](https://github.com/graphql-python/sanic-graphql): GraphQL integration with Sanic +- [sanic-prometheus](https://github.com/dkruchinin/sanic-prometheus): Prometheus metrics for Sanic