MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / LogRecords

Method LogRecords

log-driver/driver.go:13–13  ·  view source on GitHub ↗
(clusterId string, start time.Time, end time.Time)

Source from the content-addressed store, hash-verified

11 LogCount(clusterId string, conditions map[string]string, spendHour int64, group string) (map[string]int64, error)
12 Logs(clusterId string, conditions map[string]string, start time.Time, end time.Time, limit int64, offset int64) ([]*LogItem, int64, error)
13 LogRecords(clusterId string, start time.Time, end time.Time) ([]*LogItem, error)
14}
15
16var (

Callers 1

updateLogRecordMethod · 0.65

Implementers 2

imlLogServiceservice/log/iml.go
Driverlog-driver/loki/loki.go

Calls

no outgoing calls

Tested by

no test coverage detected