Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupHttpHandlerLogs ¶
Types ¶
type HerokuLogStreamItem ¶
type SystemSample ¶
type SystemSample struct { Source string `logfmt:"source"` LoadAvg1min float64 `logfmt:"sample#load-avg-1m"` LoadAvg5min float64 `logfmt:"sample#load-avg-5m"` LoadAvg15min float64 `logfmt:"sample#load-avg-15m"` MemoryPostgresKb string `logfmt:"sample#memory-postgres"` MemoryTotalUsedKb string `logfmt:"sample#memory-total"` MemoryFreeKb string `logfmt:"sample#memory-free"` MemoryCachedKb string `logfmt:"sample#memory-cached"` StorageBytesUsed string `logfmt:"sample#db_size"` ReadIops float64 `logfmt:"sample#read-iops"` WriteIops float64 `logfmt:"sample#write-iops"` }
Click to show internal directories.
Click to hide internal directories.