Skip to content

Commit

Permalink
bump bbs
Browse files Browse the repository at this point in the history
[finishes #165451969](https://www.pivotaltracker.com/story/show/165451969)

Submodule src/code.cloudfoundry.org/bbs 85a64b91..12d6c351:
  > Add DBWaitCount and DBWaitDuration metrics

Co-authored-by: Amin Jamali <ajamali@pivotal.io>
  • Loading branch information
mariash and Amin Jamali committed Apr 29, 2019
1 parent 46d3e59 commit ed7d6c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ A list of component-level metrics emitted by Diego. Contributors interested in a
| `DBQueriesTotal` | Cumulative number of SQL queries executed, including `BEGIN`, `COMMIT`, and `ROLLBACK` statements. Emitted every 60 seconds. | number | |
| `DBQueriesSucceeded` | Cumulative number of SQL queries that finished successfully. Emitted every 60 seconds. | number | |
| `DBQueryDurationMax` | Maximum duration of all queries that have run in the last 60 seconds. Emitted every 60 seconds. | ns | |
| `DBWaitDuration` | The total time blocked waiting for a new connection. Emitted every 60 seconds. | ns | |
| `DBWaitCount` | The total number of connections waited for. Emitted every 60 seconds. | number | |
| `Domain.` `<domain-name>` | Whether the `<domain-name>` domain is up-to-date, so that instances from that domain have been synchronized with DesiredLRPs for Diego to run. 1 means the domain is up-to-date, no data means it is not. Emitted periodically. | always 1 when present | |
| `EncryptionDuration` | Time the BBS took to ensure all BBS records are encrypted with the current active encryption key. Emitted each time a BBS becomes the active master. | ns | |
| `LRPsClaimed` | Total number of LRP instances that have been claimed by some cell. Emitted periodically. | number | |
Expand Down

0 comments on commit ed7d6c5

Please sign in to comment.