<PackageReference Include="Relativity.Server.Telemetry.DataContracts.Shared.SDK" Version="5000.0.0" />

KCuraMetric

public class KCuraMetric
public string Account { get; set; }

public string Bucket { get; set; }

public Guid? ClientDomainGuid { get; set; }

public Guid ID { get; set; }

public string InstanceName { get; set; }

public DateTime LocalTimestamp { get; set; }

public object ValueAsNumeric { get; set; }

public object ValueAsObject { get; set; }

public string ValueAsText { get; set; }

public string WorkflowID { get; set; }

public Guid? WorkspaceGuid { get; set; }

public KCuraMetric()

public static KCuraMetric FromMetric(Metric metric, string instanceName, string account, IDeserializer deserializer)