Skip to main content

HTTP metrics for a aiohttp application

Project description

https://travis-ci.org/globocom/aiohttp-prometheus.svg?branch=master

HTTP metrics for a AIOHTTP application

Installing

pip install aiohttp-prometheus-client

Usage

from aiohttp import web
from aiohttp_prometheus import metrics_middleware, MetricsView

app = web.Application()
app.middlewares.append(metrics_middleware)

app.router.add_route('GET', '/metrics', MetricsView),

web.run_app(app)

Example output for metric route

# HELP aiohttp_http_requests_total Asyncio total Request Count
# TYPE aiohttp_http_requests_total counter
aiohttp_http_requests_total{handler="MetricsView",method="GET",status="2xx"} 7.0

# HELP aiohttp_http_request_duration_seconds Request latency
# TYPE aiohttp_http_request_duration_seconds histogram
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="0.01",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="0.05",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="0.1",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="0.5",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="0.75",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="1.0",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="2.5",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="5.0",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="7.5",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="10.0",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="15.0",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="20.0",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="30.0",method="GET"} 7.0
aiohttp_http_request_duration_seconds_bucket{handler="MetricsView",le="+Inf",method="GET"} 7.0

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-prometheus-swaggered-0.1.2.tar.gz (3.2 kB view details)

Uploaded Source

File details

Details for the file aiohttp-prometheus-swaggered-0.1.2.tar.gz.

File metadata

  • Download URL: aiohttp-prometheus-swaggered-0.1.2.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for aiohttp-prometheus-swaggered-0.1.2.tar.gz
Algorithm Hash digest
SHA256 0578d31315707f2d6a118bb2e27f61e3a273f2e24fff2f0e7f86a1b5276cb93c
MD5 7eaa244594b70331cd5ec04d42d7a790
BLAKE2b-256 7b6cdd6b7829d6a2d7304d3a350727e77989d175459b005ac56ac47adc829fe3

See more details on using hashes here.

Supported by

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