private void LogCounter(IRequest request, MetricName metricName, CounterMetric metric, long timestamp) { request.AddCounter(new DatadogCounter(_nameFormatter.Format(metricName.Name, _path), metric.Count, timestamp, _globalTags)); }