Appender returns a new appender for the storage. Implementations CAN choose whether to use the context e.g. for deadlines, but it's not mandatory.
(ctx context.Context)
| 69 | // Implementations CAN choose whether to use the context e.g. for deadlines, |
| 70 | // but it's not mandatory. |
| 71 | Appender(ctx context.Context) Appender |
| 72 | } |
| 73 | |
| 74 | // SampleAndChunkQueryable allows retrieving samples as well as encoded samples in form of chunks. |
no outgoing calls