MCPcopy
hub / github.com/deepflowio/deepflow / sendStatsd

Method sendStatsd

server/controller/cloud/cloud.go:367–372  ·  view source on GitHub ↗
(cloudCost float64)

Source from the content-addressed store, hash-verified

365}
366
367func (c *Cloud) sendStatsd(cloudCost float64) {
368 c.taskCost.TaskCost = map[string][]float64{
369 c.basicInfo.Lcuuid: []float64{cloudCost},
370 }
371 statsd.MetaStatsd.RegisterStatsdTable(c)
372}
373
374func (c *Cloud) ClientTrigger() error {
375 if c.synchronizing {

Callers 2

getCloudDataMethod · 0.95
getKubernetesDataMethod · 0.95

Calls 1

RegisterStatsdTableMethod · 0.80

Tested by

no test coverage detected