Metadata-Version: 2.1
Name: ocpymemcache
Version: 0.0.4
Summary: A wrapper for PyMemcache, instrumented using OpenCensus for distributed tracing and metrics
Home-page: https://github.com/opencensus-integrations/ocpymemcache
Author: OpenCensus Authors
Author-email: census-developers@googlegroups.com
License: Apache-2.0
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: opencensus (>=0.1.7)
Requires-Dist: pymemcache (>=2.0.0)

ocpymemcache
=============

PyMemcache Python wrapper with observability provided by OpenCensus
instrumented with tracing and metrics.

The mettrics recorded include:

- calls
- latency in milliseconds

.. csv-table::
   :header: "Metric", "View Name", "Unit", "Tags"
   :widths: 20, 20, 20, 20

   "Latency", "pymemcache/latency", "ms", "'error', 'method', 'status'"
   "Calls", "pymemcache/calls", "1", "'error', 'method', 'status'"

Installing it
-------------

pip install ocpymemcache


