package
2.5.8+incompatible
Repository: https://github.com/newrelic/nri-memcached.git
Documentation: pkg.go.dev
# Functions
CollectGeneralStats collects general stats from the client and populates them into the integration.
CollectItemStats collects item stats from the client and populates them into the integration.
CollectSettings collects the list of settings and from the client and populates them into the integration.
CollectSlabStats collects slab stats from the client and populates them into the integration.
# Structs
ClusterSlabStats is a struct which is used to marshal metrics into a metric set.
GeneralStats is a struct to unmarshal the stats results into.
ItemStats is a struct which is used to marshal metrics into a metric set.
SlabStats is a struct which is used to marshal metrics into a metric set.
# Interfaces
Client is an interface that represents a memcached client.