File: index.rst

package info (click to toggle)
python-monasca-statsd 2.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 232 kB
  • sloc: python: 477; makefile: 16
file content (22 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Introduction
============

A global :class:`~statsd.MonascaStatsd` instance that is easily shared
across an application's modules. Initialize this once in your application's
set-up code and then other modules can import and use it without further
configuration.

    >>> from monascastatsd import monascastatsd
    >>> monascastatsd.connect(host='localhost', port=8125)

Source
======

The Monasca-Statsd source is freely available on Github. Check it out `here
<https://github.com/openstack/monasca-statsd>`_.

Get in Touch
============

If you'd like to suggest a feature or report a bug,
please add an issue `here <https://bugs.launchpad.net/monasca>`_.