Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + const ColumnDuration + const ColumnOccurTime + const ColumnTraceId + const StateKeyTransactionDurationFilter + const StateKeyTransactionPaging + const StateKeyTransactionSort + func GetPagingFromGlobalState(globalState cptype.GlobalStateData) (pageNo int, pageSize int) + func GetSortsFromGlobalState(globalState cptype.GlobalStateData) []*common.Sort + func SetFilterToGlobalState(globalState cptype.GlobalStateData, opData SlowTransactionFilter) + func SetPagingToGlobalState(globalState cptype.GlobalStateData, opData table.OpTableChangePageClientData) + func SetSortsToGlobalState(globalState cptype.GlobalStateData, opData table.OpTableChangeSortClientData) + type Model struct + EndTime int64 + HideSlowReqDistribution bool + LayerPath string + ServiceId string + StartTime int64 + TenantId string + type SlowTransactionFilter struct + MaxDuration float64 + MinDuration float64 + func GetFilterFromGlobalState(globalState cptype.GlobalStateData) SlowTransactionFilter + type SlowTransactionInParams struct + InParamsPtr *Model + func (b *SlowTransactionInParams) CustomInParamsPtr() interface{} + func (b *SlowTransactionInParams) DecodeToCustomInParams(stdInParamsPtr *cptype.ExtraMap, customInParamsPtr interface{}) + func (b *SlowTransactionInParams) EncodeFromCustomInParams(customInParamsPtr interface{}, stdInParamsPtr *cptype.ExtraMap)