Skip to content

Commit

Permalink
chore: fix OpenCensus metrics list (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Sep 8, 2020
1 parent 86d18cd commit cb4b382
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -157,9 +157,10 @@ with `grpc.io/client/`.
* `cloud.google.com/java/spanner/max_allowed_sessions`: This shows the maximum
number of sessions allowed.

* `cloud.google.com/java/spanner/in_use_sessions`: This metric allows users to
see instance-level and database-level data for the total number of sessions in
use (or checked out from the pool) at this very moment.
* `cloud.google.com/java/spanner/num_sessions_in_pool`: This metric allows users to
see number of sessions in the pool. You can breakdown this metric by
num_in_use_sessions, num_sessions_being_prepared, num_read_sessions and
num_write_prepared_sessions.

* `cloud.google.com/java/spanner/num_acquired_sessions`: This metric allows
users to see the total number of acquired sessions.
Expand Down

0 comments on commit cb4b382

Please sign in to comment.