Stats returns stats for this collection. Note that stats might be updated asynchronously.
()
| 166 | // Stats returns stats for this collection. Note that stats might |
| 167 | // be updated asynchronously. |
| 168 | Stats() (*CollectionStats, error) |
| 169 | |
| 170 | // Histograms returns a snapshot of the histograms for this |
| 171 | // collection. Note that histograms might be updated |
no outgoing calls