Skip to content

Commit

Permalink
Merge branch 'master' into timers-goroutine-leak
Browse files Browse the repository at this point in the history
  • Loading branch information
dapr-bot committed Jun 20, 2023
2 parents fc0e9ab + e7641ff commit ac8dbf2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/development/dapr-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,13 @@ Dapr uses prometheus process and go collectors by default.
* dapr_runtime_actor_status_report_fail_total: The number of the failed status reports to placement service
* dapr_runtime_actor_table_operation_recv_total: The number of the received actor placement table operations.
* dapr_runtime_actor_rebalanced_total: The number of the actor rebalance requests.
* dapr_runtime_actor_activated_total: The number of the actor activation.
* dapr_runtime_actor_activated_failed_total: The number of the actor activation failures.
* dapr_runtime_actor_deactivated_total: The number of the successful actor deactivation.
* dapr_runtime_actor_deactivated_failed_total: The number of the failed actor deactivation.
* dapr_runtime_actor_pending_actor_calls: The number of pending actor calls waiting to acquire the per-actor lock.
* dapr_runtime_actor_timers: The number of actor timers requests.
* dapr_runtime_actor_reminders: The number of actor reminders requests.
* dapr_runtime_actor_reminders_fired_total: The number of actor reminders fired requests.
* dpar_runtime_actor_timers_fired_total: The number of actor timers fired requests.
* dapr_runtime_actor_timers_fired_total: The number of actor timers fired requests.

#### Resiliency

Expand Down

0 comments on commit ac8dbf2

Please sign in to comment.