Skip to main content

Prometheus metrics exporter for Muffin framework

Project description

Muffin-PrometheusPrometheus metrics exporter for Muffin framework

Tests Status PYPI Version Python Versions

Requirements

  • python >= 3.9

Installation

Muffin-prometheus should be installed using pip:

pip install muffin-prometheus

Usage

Initialize and setup the plugin:

import muffin
import muffin_prometheus

# Create Muffin Application
app = muffin.Application('example')

# Initialize the plugin
# As alternative: prometheus = muffin_prometheus.Plugin(app, **options)
prometheus = muffin_prometheus.Plugin()
prometheus.setup(app, group_paths=['/api'])

Options

Name

Default value

Desctiption

metrics_url

"/dev/prometheus"

HTTP Path to export metrics for Prometheus

group_paths

[]

List of path’s prefixes to group. A path which starts from the prefix will be grouped

You are able to provide the options when you are initiliazing the plugin:

prometheus.setup(app, metrics_url='/metrics', group_paths=['/views', '/api/v1', '/api/v2'])

Or setup it inside Muffin.Application config using the PROMETHEUS_ prefix:

PROMETHEUS_METRICS_URL = '/metrics'

PROMETHEUS_GROUP_PATHS = ['/views', '/api/v1', '/api/v2']

Muffin.Application configuration options are case insensitive

Bug tracker

If you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/klen/muffin-prometheus/issues

Contributing

Development of the plugin happens at: https://github.com/klen/muffin-prometheus

Contributors

  • klen (Kirill Klenov)

License

Licensed under a MIT 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

muffin_prometheus-1.4.1.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

muffin_prometheus-1.4.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file muffin_prometheus-1.4.1.tar.gz.

File metadata

  • Download URL: muffin_prometheus-1.4.1.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1024-azure

File hashes

Hashes for muffin_prometheus-1.4.1.tar.gz
Algorithm Hash digest
SHA256 57e3294ede1d538daa522f7b7ef9be72112852bbdb31a27a439da1b4fcb47fcc
MD5 e1e488767e29211998872e9016d527de
BLAKE2b-256 748e593e81764c50f94a9cc1c1d9c2919fb2986181684dd17a457697a0432896

See more details on using hashes here.

File details

Details for the file muffin_prometheus-1.4.1-py3-none-any.whl.

File metadata

  • Download URL: muffin_prometheus-1.4.1-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1024-azure

File hashes

Hashes for muffin_prometheus-1.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d5c11c7b713a967a2b94fa2d585bc885ed6cb2482a9f2a49b6a6d22fbbadbb4f
MD5 6c285a902ca7371b34ace13e596e7378
BLAKE2b-256 4eb966214e08b3001029d3b844eaa00fabd8b5900f078a344c9be320ccfb39d1

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