this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix missing metric

+1
+1
events/autoscaling/autoscaling.go
··· 48 48 itemsAdded: workItemsAdded.WithLabelValues(ident, "autoscaling"), 49 49 itemsProcessed: workItemsProcessed.WithLabelValues(ident, "autoscaling"), 50 50 itemsActive: workItemsActive.WithLabelValues(ident, "autoscaling"), 51 + workersAcrive: workersActive.WithLabelValues(ident, "autoscaling"), 51 52 52 53 // autoscaling 53 54 // By default, the ThroughputManager will calculate the average throughput over the last 60 seconds.