Versions in this module Expand all Collapse all v1 v1.8.1 Mar 10, 2020 Changes in this version + const INFLUXDB + const INFLUXDB_DATABASE + const INFLUXDB_URL + type InfluxDB struct + func NewInfluxDB(serverURL string) (InfluxDB, error) + func (influx InfluxDB) GetLogs(filter LogFilter) ([]LogEntry, error) + type LogDatabase interface + GetLogs func(LogFilter) ([]LogEntry, error) + func GetLogDB(dbType string, serverURL string) (LogDatabase, error) + type LogEntry struct + Container string + FuncName string + FuncUid string + Message string + Namespace string + Pod string + Sequence int + Stream string + Timestamp time.Time + type LogFilter struct + FuncUid string + Function string + Pod string + RecordLimit int + Reverse bool + Since time.Time