Skip to main content

OpenMetrics provider for aiohttp

Project description

This project contains a simple middleware and /metrics route endpoint for aiohttp that allow easy implementation of the openmetrics protocol.

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

Example usage

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiohttp-openmetrics-0.0.10.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

aiohttp_openmetrics-0.0.10-py2.py3-none-any.whl (8.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file aiohttp-openmetrics-0.0.10.tar.gz.

File metadata

  • Download URL: aiohttp-openmetrics-0.0.10.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for aiohttp-openmetrics-0.0.10.tar.gz
Algorithm Hash digest
SHA256 4e372b6ba8f17a0e27792282ee26ed1a69791aa0e33474fa7b6a162ca0d7c655
MD5 52443b51b1ab45549d0f7c4425102d86
BLAKE2b-256 863cc8980bca898df763835dcb01ddbb41447407fb8aeb523e2563ea241db435

See more details on using hashes here.

File details

Details for the file aiohttp_openmetrics-0.0.10-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for aiohttp_openmetrics-0.0.10-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 89dbe654d61a4feb4ef183d6c4d8fed6239a8db40f604e3fa124243909aa481a
MD5 f4d067775b49e3a1837b722245a6f132
BLAKE2b-256 8706b85a3940ced4b19be3cfb63abe6422f46e5efbc1c0a2d779e3a9a1d8326b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page