Documentation ¶
Overview ¶
Package metrics provides prometheus metrics for the data managers..
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DownloadsActive is the number of active downloads DownloadsActive = promauto.NewGauge(prometheus.GaugeOpts{ Name: "reva_download_active", Help: "Number of active downloads", }) // UploadsActive is the number of active uploads UploadsActive = promauto.NewGauge(prometheus.GaugeOpts{ Name: "reva_upload_active", Help: "Number of active uploads", }) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.