Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventCollect ¶ added in v2.0.6
type EventCollect struct {
// contains filtered or unexported fields
}
收集事件指标的采集器
func NewEventCollect ¶ added in v2.0.6
func NewEventCollect() *EventCollect
func (*EventCollect) Collect ¶ added in v2.0.6
func (c *EventCollect) Collect(ch chan<- prometheus.Metric)
指标的值的采集
func (*EventCollect) Describe ¶ added in v2.0.6
func (c *EventCollect) Describe(ch chan<- *prometheus.Desc)
指标元数据注册
func (*EventCollect) Inc ¶ added in v2.0.6
func (c *EventCollect) Inc()
type HelloServiceImpl ¶
type HelloServiceImpl struct { ioc.ObjectImpl // contains filtered or unexported fields }
业务逻辑实现类
Click to show internal directories.
Click to hide internal directories.