Skip to content

Commit

Permalink
Merge pull request #2738 from actiontech/fix_type_time_ce
Browse files Browse the repository at this point in the history
feat: type tag provides time format time
  • Loading branch information
winfredLIN authored Nov 6, 2024
2 parents 11de6ea + 2dfb609 commit 52152b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqle/server/auditplan/task_type_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func (at *DefaultTaskV2) Head(ap *AuditPlan) []Head {
{
Name: MetricNameLastReceiveTimestamp,
Desc: locale.ApMetricNameLastReceiveTimestamp,
Type: "time",
},
}
}
Expand Down

0 comments on commit 52152b9

Please sign in to comment.