Skip to content

Commit

Permalink
RavenDB-22672 Typo in constant value
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejaszyk authored and ppekrol committed Jul 26, 2024
1 parent fbd5e40 commit f67552b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Raven.Server/Monitoring/OpenTelemetry/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class GC
public const string ServerGcPinnedObjectsCount = "pinnedobjectscount";
public const string ServerGcPromoted = "promoted";
public const string ServerGcTotalAvailableMemory = "totalavailablememory";
public const string ServerGcTotalCommitted = "totalcommited";
public const string ServerGcTotalCommitted = "totalcommitted";
public const string ServerGcLohSize = "gclohsize";
}
}
Expand Down

0 comments on commit f67552b

Please sign in to comment.