The highest tagged major version is
v7 .
Discover Packages
github.com/selonsy/beats
metricbeat
module
couchbase
bucket
package
Version:
v6.0.0-rc2+incompatible
Opens a new window with list of versions in this module.
Published: Oct 27, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
New create a new instance of the MetricSet
type BucketBasicStats struct {
QuotaPercentUsed float64 `json:"quotaPercentUsed"`
OpsPerSec int64 `json:"opsPerSec"`
DiskFetches int64 `json:"diskFetches"`
ItemCount int64 `json:"itemCount"`
DiskUsed int64 `json:"diskUsed"`
DataUsed int64 `json:"dataUsed"`
MemUsed int64 `json:"memUsed"`
}
type BucketQuota struct {
RAM int64 `json:"ram"`
RawRAM int64 `json:"rawRAM"`
}
MetricSet type defines all fields of the MetricSet
Fetch methods implements the data gathering and data conversion to the right format
It returns the event which is then forward to the output. In case of an error, a
descriptive error must be returned.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.