Skip to main content

django pinba

Project description

Django-Pinba
============

What's that
-----------
App for collect Django statistics into PinbaEngine.


Publications
-----------
* `Completely installation and usage on production <http://habrahabr.ru/post/200128/>`_.


Quick installation
------------------
1. Using pip:

.. code-block:: bash

$ pip install django-pinba


2. Add ``pinba.middleware.PinbaMiddleware`` middleware to ``MIDDLEWARE_CLASSES`` on your settings

3. Add pinba-engine server configuration:

.. code-block:: python

PINBA_SERVER = '192.168.55.11'
PINBA_PORT = 30002
PINBA_ENABLED = True
PINBA_DISABLE_ADMIN = True


Timers
------
.. code-block:: python

from time import sleep
from pinba.timers import get_monitor

monitor = get_monitor()
timer = monitor.timer(foo='bar')
timer.start()
sleep(0.5)
timer.stop()
monitor.send()


Requirements
------------
* PinbaEngine==1.1.0
* Pinboard==1.5.2
* pynba==0.5.4


Credits
-------

- PinbaEngine_
- Pynba_
- PinBoard_

.. _PinbaEngine: http://pinba.org
.. _Pynba: https://github.com/johnnoone/pynba
.. _PinBoard: https://github.com/intaro/pinboard


.. image:: https://d2weczhvl823v0.cloudfront.net/gotlium/django-pinba/trend.png
:alt: Bitdeli badge
:target: https://bitdeli.com/free

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

django-pinba-1.3.0.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

django_pinba-1.3.0-py2-none-any.whl (5.8 kB view details)

Uploaded Python 2

File details

Details for the file django-pinba-1.3.0.tar.gz.

File metadata

File hashes

Hashes for django-pinba-1.3.0.tar.gz
Algorithm Hash digest
SHA256 db423df9850d20db14933d16f1307d5ba56d476eaf0724ef8831ec0ba02b0098
MD5 cbab9013093ec1f12a4e7bff25484a29
BLAKE2b-256 e9774d7bcb5cc6240bef216139f650593a17fa76bd99faa800f6c0ef7cadc249

See more details on using hashes here.

File details

Details for the file django_pinba-1.3.0-py2-none-any.whl.

File metadata

File hashes

Hashes for django_pinba-1.3.0-py2-none-any.whl
Algorithm Hash digest
SHA256 0aaebfb66a3b645d90e1dd9b0943e045927fc91c9de20de21ba2ce7b98341bc0
MD5 ff8d05745583aa1850ddd98351d14be5
BLAKE2b-256 2e5aa15a39e91fb6f77c4e4d4cffb599693543c9e8a5e9d3d40f3794ddf5e5f0

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