Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBodyForAllMetrics ¶
func GetBodyForAllMetrics(memStats *metric.MetricsSet) ([]byte, error)
Types ¶
type MetricsRequest ¶
type MetricsRequest struct { ID string `json:"id"` // имя метрики MType string `json:"type"` // параметр, принимающий значение gauge или counter Delta *int64 `json:"delta,omitempty"` // значение метрики в случае передачи counter Value *float64 `json:"value,omitempty"` // значение метрики в случае передачи gauge }
Click to show internal directories.
Click to hide internal directories.