Home
last modified time | relevance | path

Searched defs:LogReduction (Results 1 – 7 of 7) sorted by relevance

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/k8s.io/component-base/logs/logreduction/
H A Dlogreduction.go30 type LogReduction struct { struct
31 lastError map[string]string
32 errorPrinted map[string]time.Time
33 errorMapLock sync.Mutex
34 identicalErrorDelay time.Duration
46 func (l *LogReduction) cleanupErrorTimeouts() {
57 func (l *LogReduction) ShouldMessageBePrinted(message string, parentID string) bool {
73 func (l *LogReduction) ClearID(parentID string) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/k8s.io/component-base/logs/logreduction/
H A Dlogreduction.go30 type LogReduction struct { struct
31 lastError map[string]string
32 errorPrinted map[string]time.Time
33 errorMapLock sync.Mutex
34 identicalErrorDelay time.Duration
46 func (l *LogReduction) cleanupErrorTimeouts() {
57 func (l *LogReduction) ShouldMessageBePrinted(message string, parentID string) bool {
73 func (l *LogReduction) ClearID(parentID string) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/k8s.io/component-base/logs/logreduction/
H A Dlogreduction.go30 type LogReduction struct { struct
31 lastError map[string]string
32 errorPrinted map[string]time.Time
33 errorMapLock sync.Mutex
34 identicalErrorDelay time.Duration
46 func (l *LogReduction) cleanupErrorTimeouts() {
57 func (l *LogReduction) ShouldMessageBePrinted(message string, parentID string) bool {
73 func (l *LogReduction) ClearID(parentID string) {
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/component-base/logs/logreduction/
H A Dlogreduction.go30 type LogReduction struct { struct
31 lastError map[string]string
32 errorPrinted map[string]time.Time
33 errorMapLock sync.Mutex
34 identicalErrorDelay time.Duration
46 func (l *LogReduction) cleanupErrorTimeouts() {
57 func (l *LogReduction) ShouldMessageBePrinted(message string, parentID string) bool {
73 func (l *LogReduction) ClearID(parentID string) {
H A Dlogreduction_test.go37 func checkThat(t *testing.T, r *LogReduction, m, id string) {
44 func checkThatNot(t *testing.T, r *LogReduction, m, id string) {
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-base/logs/logreduction/
H A Dlogreduction.go30 type LogReduction struct { struct
31 lastError map[string]string
32 errorPrinted map[string]time.Time
33 errorMapLock sync.Mutex
34 identicalErrorDelay time.Duration
46 func (l *LogReduction) cleanupErrorTimeouts() {
57 func (l *LogReduction) ShouldMessageBePrinted(message string, parentID string) bool {
73 func (l *LogReduction) ClearID(parentID string) {
H A Dlogreduction_test.go37 func checkThat(t *testing.T, r *LogReduction, m, id string) {
44 func checkThatNot(t *testing.T, r *LogReduction, m, id string) {