Skip to content

Commit

Permalink
feat: type tag provides time format time
Browse files Browse the repository at this point in the history
  • Loading branch information
LordofAvernus committed Nov 6, 2024
1 parent 11de6ea commit 2dfb609
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 2dfb609

Please sign in to comment.