Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 2ef3298

Browse files
authored
Fix ValidationSetTimeout metric name (#380)
1 parent 0e091c6 commit 2ef3298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGet.Services.Validation.Orchestrator/Telemetry/TelemetryService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class TelemetryService : ITelemetryService
1919
private const string PackageStatusChange = OrchestratorPrefix + "PackageStatusChange";
2020
private const string TotalValidationDurationSeconds = OrchestratorPrefix + "TotalValidationDurationSeconds";
2121
private const string SentValidationTakingTooLongMessage = OrchestratorPrefix + "SentValidationTakingTooLongMessage";
22-
private const string ValidationSetTimeout = OrchestratorPrefix + "TotalValidationDurationSeconds";
22+
private const string ValidationSetTimeout = OrchestratorPrefix + "ValidationSetTimedOut";
2323
private const string ValidationIssue = OrchestratorPrefix + "ValidationIssue";
2424
private const string ValidationIssueCount = OrchestratorPrefix + "ValidationIssueCount";
2525
private const string ValidatorTimeout = OrchestratorPrefix + "ValidatorTimeout";

0 commit comments

Comments
 (0)