Horde: Optimize telemetry endpoint to handle multiple metrics

#rnx

[CL 30808982 by josh engebretson in ue5-main branch]
This commit is contained in:
josh engebretson
2024-01-23 12:28:57 -05:00
parent 47d218c82b
commit 0e5ef4fa33
5 changed files with 56 additions and 27 deletions

View File

@@ -35,6 +35,16 @@ namespace EpicGames.Horde.Telemetry
/// </summary>
public class GetTelemetryMetricsResponse
{
/// <summary>
/// The corresponding metric id
/// </summary>
public string MetricId { get; set; } = String.Empty;
/// <summary>
/// Metric grouping information
/// </summary>
public string GroupBy { get; set; } = String.Empty;
/// <summary>
/// Metrics matching the search terms
/// </summary>