Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶ added in v1.1.0
type Reader interface {
// GetNumUsersView returns an OpenCensus stats view which records the
// number of users registered in the mesh provider.
GetNumUsersView() *view.View
// GetNumGroupsView returns an OpenCensus stats view which records the
// number of user groups registered in the mesh provider.
GetNumGroupsView() *view.View
// GetAmountStorageView returns an OpenCensus stats view which records the
// amount of storage in the system.
GetAmountStorageView() *view.View
}
Reader is the interface that defines how the metrics will be read.
Click to show internal directories.
Click to hide internal directories.