Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GolangLog ¶
type GolangLog struct { Application string `json:"application"` Environment string `json:"environment"` Component string `json:"component"` Level string `json:"level"` MSG string `json:"msg"` Time string `json:"time"` // contains filtered or unexported fields }
func NewGolangLogRandom ¶
func NewGolangLogRandom(i GolangLogIntensity) *GolangLog
func (GolangLog) Labels ¶
func (g GolangLog) Labels() prometheus.Labels
Click to show internal directories.
Click to hide internal directories.