namespace AipGateway.API.Metrics { public interface IMetircsCollector { void Increment(string metricName); long GetValue(string metricName); } }