Skip to content

Commit

Permalink
RavenDB-20873 added missing description
Browse files Browse the repository at this point in the history
  • Loading branch information
ppekrol committed Jul 17, 2023
1 parent 3eed817 commit 08a02b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Raven.Server/Monitoring/Snmp/SnmpOids.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ private Server()

public const string MemInfoPrefix = "1.6.12.{0}";

[Description("Available memory for processing (in MB)")]
public const string AvailableMemoryForProcessing = "1.6.13";

[Description("Number of concurrent requests")]
Expand Down

0 comments on commit 08a02b7

Please sign in to comment.