Skip to content

Commit

Permalink
feat: bmw 构建问题修复 --story=120629966 (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx authored Nov 11, 2024
1 parent 6706d3b commit 99c5b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bk-monitor-worker/internal/metadata/task/async.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func CollectESTask(ctx context.Context, t *task.Task) error {
return errors.Wrapf(err, "parse params for collectAndReportMetricsParams with [%s] error", t.Payload)
}
c := params.ClusterInfo
err := es.CollectAndReportMetrics(c, params.Timestamp)
err := es.CollectAndReportMetrics(c)
if err != nil {
logger.Errorf("es_cluster_info: [%v] name [%s] try to collect and report metrics failed, %v", c.ClusterID, c.ClusterName, err)
} else {
Expand Down

0 comments on commit 99c5b8b

Please sign in to comment.