Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/opencensus-integrations/ocspymemcached

Spymemcached wrapper instrumented with OpenCensus
https://github.com/opencensus-integrations/ocspymemcached

caching java memcached metrics observability opencensus tracing

Last synced: 3 months ago
JSON representation

Spymemcached wrapper instrumented with OpenCensus

Lists

README

        

# ocspymemcached
OpenCensus instrumented Spymemcached wrapper for tracing and metrics

## Recorded metrics

Metric|Search suffix|Additional tags
---|---|---
Number of Calls|"net.spy.memcached/calls"|"method", "error", "status"
Latency in milliseconds|"net.spy.memcached/latency"|"method", "error", "status"
Lengths of keys and values|"net.spy.memcached/length"|"method", "error", "status", "type"