Skip to main content

Statsd metrics reporting for Routemaster.

Project description

Usage, in your Routemaster configuration file:

plugins:
  logging:
    - class: routemaster_statsd.logger:StatsDLogger
      kwargs:
        host: localhost
        port: 8800
        tags:
          environment: production

This plugin will send metrics over UDP to a compatible StatsD server.

The host and port can also be specified through environment variable (STATSD_HOST and STATSD_PORT). The default is localhost:8125.

The statsd tags will be send in Dogstatsd’s format which is widely supported.

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

routemaster_statsd-1.5.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

routemaster_statsd-1.5.0-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

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