Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 490 Bytes

README.rst

File metadata and controls

22 lines (15 loc) · 490 Bytes

ocpymemcache

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

The mettrics recorded include:

  • calls
  • latency in milliseconds
Metric View Name Unit Tags
Latency pymemcache/latency ms 'error', 'method', 'status'
Calls pymemcache/calls 1 'error', 'method', 'status'

Installing it

pip install ocpymemcache