Skip to content

Commit 4853383

Browse files
spelling
1 parent 937f7ac commit 4853383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/agent/application/monitoring/v1_monitor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ func (b *BeatsMonitor) injectMetricsInput(cfg map[string]interface{}, componentI
915915
}
916916

917917
// add system/process metrics for services that can't be monitored via json/beats metrics
918-
// If there's a checkin PID and the corrisponding component has a service spec section, add a system/process config
918+
// If there's a checkin PID and the corresponding component has a service spec section, add a system/process config
919919
for _, compState := range componentList {
920920
if compState.InputSpec != nil && compState.InputSpec.Spec.Service != nil {
921921
if comp, ok := existingStateServicePids[compState.ID]; ok && comp != 0 {

0 commit comments

Comments
 (0)