You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -393,9 +393,9 @@ Each worker pool instance exposes useful metrics that can be queried through the
393
393
-`pool.RunningWorkers() int64`: Current number of running workers
394
394
-`pool.SubmittedTasks() uint64`: Total number of tasks submitted since the pool was created
395
395
-`pool.WaitingTasks() uint64`: Current number of tasks in the queue that are waiting to be executed
396
-
-`pool.SuccessfulTasks() uint64`: Total number of tasks that have successfully completed their exection since the pool was created
396
+
-`pool.SuccessfulTasks() uint64`: Total number of tasks that have successfully completed their execution since the pool was created
397
397
-`pool.FailedTasks() uint64`: Total number of tasks that completed with panic since the pool was created
398
-
-`pool.CompletedTasks() uint64`: Total number of tasks that have completed their exection either successfully or with panic since the pool was created
398
+
-`pool.CompletedTasks() uint64`: Total number of tasks that have completed their execution either successfully or with panic since the pool was created
399
399
400
400
In our [Prometheus example](./examples/prometheus/main.go) we showcase how to configure collectors for these metrics and expose them to Prometheus.
401
401
@@ -440,4 +440,4 @@ Here are some of the resources which have served as inspiration when writing thi
440
440
441
441
## Contribution & Support
442
442
443
-
Feel free to send a pull request if you consider there's something that should be polished or improved. Also, please open up an issue if you run into a problem when using this library or just have a question about it.
443
+
Feel free to send a pull request if you consider there's something that should be polished or improved. Also, please open up an issue if you run into a problem when using this library or just have a question about it.
0 commit comments