You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Instrument proctelemetry.ProcessMetrics (open-telemetry#67)
* Instrument proctelemetry.ProcessMetrics
* add chloggen
* fix lint and remove unneeded context
* catch potential case where some metricValues are 0
* address review feedback
* rebase and remove unneeded registry
* only run assertMetrics for OC
* address review comments
* rebase and update featuregate function in use
* rebase and update to use new otel metrics api
* fix lint err
* address feedback
* newline
* use multierr for errors
The following metrics reported as double values but exposed as int stats by memcached:
threads
memcached stat ->memcached.threads
metric (Number of threads used by the memcached instance)curr_items
memcached stat ->memcached.current_items
metric (Number of items currently stored in the cache)The text was updated successfully, but these errors were encountered: