Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DroppedEntry ¶
type DroppedEntry struct {
Labels map[string]string `json:"labels"`
Timestamp time.Time `json:"timestamp"`
}
func (*DroppedEntry) MarshalJSON ¶
func (d *DroppedEntry) MarshalJSON() ([]byte, error)
func (*DroppedEntry) UnmarshalJSON ¶
func (d *DroppedEntry) UnmarshalJSON(data []byte) error
type Loki ¶
type Loki struct {
Url string // websocket url
// contains filtered or unexported fields
}
type Tail ¶
type Tail struct {
Streams []Stream `json:"streams"`
DroppedEntries []DroppedEntry `json:"dropped_entries"`
}
Click to show internal directories.
Click to hide internal directories.