Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "act-metrics", "Metrics with counts of new and active connections for each service-zone pair", metrics.Metric(NewActiveConnectionTrackingMetrics), cell.Invoke(NewACT), )
Functions ¶
This section is empty.
Types ¶
type ACT ¶
type ACT struct {
// contains filtered or unexported fields
}
func (*ACT) CountFailed4 ¶
CountFailed4 increments a counter of new failed connections for a given (svc, backend) pair.
func (*ACT) CountFailed6 ¶
CountFailed6 increments a counter of new failed connections for a given (svc, backend) pair.
type ActiveConnectionTrackingMetrics ¶
type ActiveConnectionTrackingMetrics struct {
New, Active, Failed metric.DeletableVec[metric.Gauge]
ProcessingTime metric.Histogram
Errors metric.Vec[metric.Counter]
}
func NewActiveConnectionTrackingMetrics ¶
func NewActiveConnectionTrackingMetrics() ActiveConnectionTrackingMetrics
Click to show internal directories.
Click to hide internal directories.