Documentation ¶
Overview ¶
Package watchermetric https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/watcher/stats/types.ts#L42-L48
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( All = WatcherMetric{"_all"} Queuedwatches = WatcherMetric{"queued_watches"} Currentwatches = WatcherMetric{"current_watches"} Pendingwatches = WatcherMetric{"pending_watches"} )
Functions ¶
This section is empty.
Types ¶
type WatcherMetric ¶
type WatcherMetric struct {
// contains filtered or unexported fields
}
func (WatcherMetric) MarshalText ¶
func (w WatcherMetric) MarshalText() (text []byte, err error)
func (WatcherMetric) String ¶
func (w WatcherMetric) String() string
func (*WatcherMetric) UnmarshalText ¶
func (w *WatcherMetric) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.