claws / aioprometheus

A Prometheus Python client library for asyncio-based applications
175 stars 21 forks source link

add metrics render function #30

Closed claws closed 6 years ago

claws commented 6 years ago

This merge request adds a metrics rendering function that makes it easier to use aioprometheus from within existing Python web framework applications, such as Vibora, Quart and aiohttp, where an existing web server is already available and there is no desire to start another server endpoint just to server Prometheus metrics.

This resolves #27