Discover Packages
github.com/szuwgh/hawkobserve
pkg
server
package
Version:
v0.0.0-...-96430a3
Opens a new window with list of versions in this module.
Published: Oct 4, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
RetentionDuration uint64
IndexBufferNum int
IndexBufferLength int
DataDir string
MaxBlockDuration int64
FlushWritecoldDuration int
DefaultCacheSnapshotMemorySize int
SkipInterval int
}
type Log struct {
T int64 `json:"timestamp"`
V uint64 `json:"id"`
B string `json:"log"`
}
type Series struct {
Metric labels .Labels `json:"metric"`
Logs []Log `json:"logs"`
TotalCount int64 `json:"total_count"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.