Close closes the storage and all its underlying resources.
()
| 94 | |
| 95 | // Close closes the storage and all its underlying resources. |
| 96 | Close() error |
| 97 | } |
| 98 | |
| 99 | // ExemplarStorage ingests and manages exemplars, along with various indexes. All methods are |
no outgoing calls