Skip to content

Commit

Permalink
fix(riak): 去掉role close #1503
Browse files Browse the repository at this point in the history
  • Loading branch information
Myfatguy11 authored and gaohongsong committed Oct 23, 2023
1 parent 6a5006e commit e67ed23
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ func SendMonitorEvent(name string, msg string) {
"bk_target_service_instance_id": strconv.FormatInt(config.MonitorConfig.BkInstanceId, 10),
}

if config.MonitorConfig.Role != nil {
additionDimension["instance_role"] = *config.MonitorConfig.Role
}

err := crondManager.SendEvent(
name,
msg,
Expand Down

0 comments on commit e67ed23

Please sign in to comment.