File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
comp/healthplatform/impl/remediations/checkfailure Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ func (t *CheckFailureIssue) BuildIssue(context map[string]string) *healthplatfor
6565 // Add version-specific step if version is available
6666 if checkVersion != "" {
6767 remediationSteps = append (remediationSteps , healthplatform.RemediationStep {
68- Order : 6 ,
68+ Order : len ( remediationSteps ) + 1 ,
6969 Text : fmt .Sprintf ("Check if there are known issues with version %s of the integration" , checkVersion ),
7070 })
7171 }
7272
7373 remediationSteps = append (remediationSteps , healthplatform.RemediationStep {
74- Order : 7 ,
74+ Order : len ( remediationSteps ) + 1 ,
7575 Text : "If the issue persists, enable debug logging: set 'log_level: debug' in datadog.yaml and restart the agent" ,
7676 })
7777
You can’t perform that action at this time.
0 commit comments