# File lib/new_relic/agent/samplers/vm_sampler.rb, line 101 def record_thread_count_metric(snapshot) if snapshot.thread_count record_gauge_metric(THREAD_COUNT_METRIC, snapshot.thread_count) end end