Report the metric to Datadog or add to the queue if it's running
@protected Future<void> send(Metric metric) async { if (_queueIsRunning) return queue.add(metric); return await _httpSend([metric]); }