You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Horde: Optimize telemetry endpoint to handle multiple metrics
#rnx [CL 30808982 by josh engebretson in ue5-main branch]
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user