Skip to content

Commit

Permalink
chore: add serialization to legend
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Aug 14, 2024
1 parent 2e29400 commit 8e26bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/BenchmarkApp/PerformanceTest.Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ static class DatadogMetricsRecorderExtensions
public static async Task PutClientBenchmarkMetricsAsync(this DatadogMetricsRecorder recorder, ScenarioType scenario, ApplicationInformation applicationInfo, SerializationType serialization, PerformanceResult result)
{
var tags = MetricsTagCache.Get((recorder.TagLegend, recorder.TagStreams, scenario, applicationInfo, serialization), static x => [
$"legend:{x.scenario.ToString().ToLower()}-{x.TagLegend}{x.TagStreams}",
$"legend:{x.scenario.ToString().ToLower()}-{x.serialization}-{x.TagLegend}{x.TagStreams}",
$"streams:{x.TagStreams}",
$"magiconion_version:{x.applicationInfo.MagicOnionVersion}",
$"grpcdotnet_version:{x.applicationInfo.GrpcNetVersion}",
Expand Down

0 comments on commit 8e26bd3

Please sign in to comment.