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.7

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.1.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

muffin_prometheus-1.1.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file muffin-prometheus-1.1.0.tar.gz.

File metadata

  • Download URL: muffin-prometheus-1.1.0.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for muffin-prometheus-1.1.0.tar.gz
Algorithm Hash digest
SHA256 a7c6498aa121c66cebe30e8e3a01734f0d71876c7b5f8c129f8c20bf1b900b54
MD5 39ccab947e716a9724bd5b38a8b42cf8
BLAKE2b-256 2c8cbf381890899e688e70b62066723beeef08f526dfdc0a2cd81247b0fd7836

See more details on using hashes here.

File details

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

File metadata

  • Download URL: muffin_prometheus-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for muffin_prometheus-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5d91c10738b2a08a0dbfc9463ddced1c5c56d1e4c87236d22f0556513f6d19c0
MD5 f0110e299ccf0ca20bf856556505e8a9
BLAKE2b-256 46e9a6058c5231359a731b6533eabd992d844f313f3fcad98c0d6e72448075ec

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