Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TrainCount = promauto.NewCounter(prometheus.CounterOpts{ Namespace: types.MetricsNamespace, Subsystem: types.TrainerMetricsName, Name: "training_total", Help: "Counter of the number of the training.", }) TrainFailureCount = promauto.NewCounter(prometheus.CounterOpts{ Namespace: types.MetricsNamespace, Subsystem: types.TrainerMetricsName, Name: "training_failure_total", Help: "Counter of the number of failed of the training.", }) VersionGauge = promauto.NewGaugeVec(prometheus.GaugeOpts{ Namespace: types.MetricsNamespace, Subsystem: types.TrainerMetricsName, Name: "version", Help: "Version info of the service.", }, []string{"major", "minor", "git_version", "git_commit", "platform", "build_time", "go_version", "go_tags", "go_gcflags"}) )
Variables declared for metrics.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.