ApmMetricDto class ApmMetricDto Documentation Code public Dictionary<string, object> CustomData { get; set; } public string Name { get; set; } public ApmMetricDto() public ApmMetricDto(string name, IDictionary<string, object> customData)