The highest tagged major version is
v5.
package
Version:
v4.0.0
Opens a new window with list of versions in this module.
Published: Jan 12, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Package monitoring defines exporters to be used by opencensus package in the cron job.
type Exporter interface {
ExportView(viewData *view.Data)
StartMetricsExporter() error
StopMetricsExporter()
Flush()
}
Exporter interface is a custom wrapper to represent an opencensus exporter.
GetExporter defines a factory for returning opencensus Exporter.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.