Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aiohttp-openmetrics

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiohttp-openmetrics

OpenMetrics provider for aiohttp

  • 0.0.12
  • PyPI
  • Socket score

Maintainers
1

aiohttp-openmetrics

This project contains a simple middleware and /metrics route endpoint for aiohttp that allow easy implementation of the openmetrics <https://www.openmetrics.io/>_ protocol.

At the moment, this package is a thin wrapper around the prometheus_client package.

Example usage

.. code-block:: python

from aiohttp import web from aiohttp_openmetrics import metrics, metrics_middleware

app = web.Application() app.middlewares.append(metrics_middlware) app.router.add_get('/metrics', metrics)

web.run_app(app)

License

This package is licensed under the Apache v2 or later license.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc