MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / LogRecordsByService

Method LogRecordsByService

service/log/service.go:16–16  ·  view source on GitHub ↗
(ctx context.Context, serviceId string, start time.Time, end time.Time, page int, size int)

Source from the content-addressed store, hash-verified

14 GetLogSource(ctx context.Context, driver string) (*Source, error)
15 Logs(ctx context.Context, driver string, cluster string, conditions map[string]string, start time.Time, end time.Time, limit int64, offset int64) ([]*Item, int64, error)
16 LogRecordsByService(ctx context.Context, serviceId string, start time.Time, end time.Time, page int, size int) ([]*Item, int64, error)
17 LogCount(ctx context.Context, driver string, cluster string, conditions map[string]string, spendHour int64, group string) (map[string]int64, error)
18 LogInfo(ctx context.Context, driver string, cluster string, id string) (*Info, error)
19 InsertLog(ctx context.Context, driver string, input *InsertLog) error

Callers 2

RestLogsMethod · 0.65
AILogsMethod · 0.65

Implementers 1

imlLogServiceservice/log/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected