private void HeartbeatCallback(object state) { // use the count of Tracer instances as the heartbeat value // to estimate the number of "live" Tracers than can potentially // send traces to the Agent Statsd?.Gauge(TracerMetricNames.Health.Heartbeat, _liveTracerCount); }