Skip to content

Commit

Permalink
Update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
mlw committed Nov 2, 2023
1 parent 6f2a7ab commit 481f726
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ - (instancetype)initWithESAPI:(std::shared_ptr<EndpointSecurityAPI>)esApi
SNTMetricInt64Gauge *startupPrefsMetric = [[SNTMetricSet sharedInstance]
int64GaugeWithName:@"/santa/device_manager/startup_preference"
fieldNames:@[]
helpText:@"Time to process various event types by each processor"];
helpText:@"The systems current startup preference value"];

[[SNTMetricSet sharedInstance] registerCallback:^{
[startupPrefsMetric set:startupPrefs forFieldValues:@[]];
Expand All @@ -202,7 +202,7 @@ - (instancetype)initWithESAPI:(std::shared_ptr<EndpointSecurityAPI>)esApi
_startupDiskMetrics = [[SNTMetricSet sharedInstance]
counterWithName:@"/santa/device_manager/startup_disk_operation"
fieldNames:@[ @"operation" ]
helpText:@"Count of the number of startup operations (unmount/mount)"];
helpText:@"Count of the number of USB devices encountered per operation"];

[self performStartupTasks:startupPrefs];

Expand Down

0 comments on commit 481f726

Please sign in to comment.