Documentation
¶
Overview ¶
Package implement zabbix sender protocol for send metrics to zabbix.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metric ¶
type Metric struct {
Host string `json:"host"`
Key string `json:"key"`
Value string `json:"value"`
Clock int64 `json:"clock"`
}
Metric class.
Click to show internal directories.
Click to hide internal directories.