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_babel

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

# Initialize the plugin
# As alternative: babel = 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:

session.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-session/issues

Contributing

Development of Muffin-Session happens at: https://github.com/klen/muffin-session

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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: muffin-prometheus-1.0.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for muffin-prometheus-1.0.2.tar.gz
Algorithm Hash digest
SHA256 097623eb4a7be901e1d73577ef40edded0b35576175a573fc0edffa65fd0dbe3
MD5 06fa2fd1a0fffe3edb1d6ba8373088d7
BLAKE2b-256 5e606c92aad5801122534691be0a632822f1ee63858a02f1eb6c730876082ec0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: muffin_prometheus-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for muffin_prometheus-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 86ccf44f6a9b9104782c3f1b13b03b57d6c69adf6655cda302e9a9847d86cb1e
MD5 ac79bdbb407d94c3cbe5a81cf999263f
BLAKE2b-256 2957c3c8c0b6c691e8cb336b8251a7536a8aed91a043ca2f4c9623d8895b9428

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