Skip to content

opencensus-integrations/ocpymemcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PyMemcache Python wrapper with observability provided by OpenCensus

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages