From 419ffb69a00077b1bcd0e68cf9b30fb5efe3040f Mon Sep 17 00:00:00 2001 From: Mihandr <71174649+m1handr@users.noreply.github.com> Date: Sun, 20 Apr 2025 15:10:26 +0300 Subject: [PATCH] docs: add Elysia Prometheus to community plugins --- docs/plugins/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index 019f3cbd..016c3389 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -112,6 +112,7 @@ This is to ensure developers end up with a performant web server they intend to - [Elysiajs Helmet](https://www.npmjs.com/package/elysiajs-helmet) - a comprehensive security middleware for Elysia.js applications that helps secure your apps by setting various HTTP headers. - [Decorators for Elysia.js](https://github.com/Ateeb-Khan-97/better-elysia) - seamlessly develop and integrate APIs, Websocket and Streaming APIs with this small library. - [Elysia Protobuf](https://github.com/ilyhalight/elysia-protobuf) - support protobuf for Elysia. +- [Elysia Prometheus](https://github.com/m1handr/elysia-prometheus) - Elysia plugin for exposing HTTP metrics for Prometheus. ## Complementary projects: - [prismabox](https://github.com/m1212e/prismabox) - Generator for typebox schemes based on your database models, works well with elysia