Skip to main content

Pyramid debugtoolbar extension for mongo

Project description

https://travis-ci.org/gilles/pyramid_debugtoolbar_mongo.png?branch=master https://img.shields.io/pypi/v/pyramid_debugtoolbar_mongo.svg

An extension panel for Pyramid Debug Toolbar that adds MongoDB debugging information

This is a clone of https://github.com/hmarr/django-debug-toolbar-mongo for the Pyramid Debug Toolbar (https://github.com/Pylons/pyramid_debugtoolbar)

Setup

Add the following lines to your paster config file:

pyramid.includes =
    ...
    pyramid_debugtoolbar
    pyramid_debugtoolbar_mongo
    ...

debugtoolbar.panels =
    pyramid_debugtoolbar.panels.versions.VersionDebugPanel
    pyramid_debugtoolbar.panels.settings.SettingsDebugPanel
    pyramid_debugtoolbar.panels.headers.HeaderDebugPanel
    pyramid_debugtoolbar.panels.request_vars.RequestVarsDebugPanel
    pyramid_debugtoolbar.panels.renderings.RenderingsDebugPanel
    pyramid_debugtoolbar.panels.logger.LoggingPanel
    pyramid_debugtoolbar.panels.performance.PerformanceDebugPanel
    pyramid_debugtoolbar.panels.routes.RoutesDebugPanel
    pyramid_debugtoolbar.panels.sqla.SQLADebugPanel
    pyramid_debugtoolbar.panels.tweens.TweensDebugPanel
    pyramid_debugtoolbar.panels.introspection.IntrospectionDebugPanel
    pyramid_debugtoolbar_mongo.panels.mongo.MongoDebugPanel

An extra panel titled “MongoDB” should appear in your debug toolbar.

Obtaining stack traces can slow down queries significantly. To turn them off add the following lines to your paster config file:

debugtoolbarmongo.stacktrace = false

TODO

  • Nice layout

  • Drop down for the stack trace

  • Tests

Contributions welcome

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

pyramid_debugtoolbar_mongo-0.2.3.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

pyramid_debugtoolbar_mongo-0.2.3-py2.7.egg (11.4 kB view hashes)

Uploaded Source

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