Documentation ¶
Index ¶
Constants ¶
View Source
const EnableSetIOCostPeriodicalHandlerName = "SetIOCost"
Variables ¶
This section is empty.
Functions ¶
func SetIOCost ¶
func SetIOCost(conf *coreconfig.Configuration, _ interface{}, _ *dynamicconfig.DynamicAgentConfiguration, emitter metrics.MetricEmitter, metaServer *metaserver.MetaServer, )
Types ¶
type DevModel ¶
type DevModel string
const ( DevModelDefault DevModel = "default" DevModelDefaultHDD DevModel = "default_hdd" DevModelVirtualdisk DevModel = "virtualdisk" DevModelNbd DevModel = "nbd" DevModelLoop DevModel = "loop" DevModelBcache DevModel = "bcache" DevModelDeviceMapper DevModel = "dm" IOStatMetricCostVrate = "cost.vrate" MetricNameIOCostVrate = "iocost_vrate" )
Click to show internal directories.
Click to hide internal directories.