private void LogGauge(IRequest request, string metricName, double value, long timestamp) { request.AddGauge(new DatadogGauge(_nameFormatter.Format(metricName, _path), value, timestamp, _globalTags)); }