You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

opencensus-ext-mysql

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencensus-ext-mysql

OpenCensus MySQL Integration

0.1.3
pipPyPI
Maintainers
4

OpenCensus MySQL Integration

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-mysql.svg :target: https://pypi.org/project/opencensus-ext-mysql/

The integration with MySQL supports the mysql-connector_ library and is specified to trace_integrations using 'mysql'.

.. _mysql-connector: https://pypi.org/project/mysql-connector

Installation

::

pip install opencensus-ext-mysql

Usage

.. code:: python

from opencensus.trace import config_integration

config_integration.trace_integrations(['mysql'])

References

  • OpenCensus Project <https://opencensus.io/>_

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts