Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UsageRecord ¶
type UsageRecord struct {
ID string
OrganizationID string
GameServerID string
NodeID string
RecordedAt time.Time
CPUSeconds float64
MemoryGBHours float64
NetworkInMB float64
NetworkOutMB float64
DiskReadMB float64
DiskWriteMB float64
}
UsageRecord is a raw metering event produced by daemon heartbeats.
Click to show internal directories.
Click to hide internal directories.