notifyShutdown notifies the remote query-frontend or query-scheduler that the querier is shutting down.
(ctx context.Context, conn *grpc.ClientConn, address string)
| 86 | // notifyShutdown notifies the remote query-frontend or query-scheduler that the querier is |
| 87 | // shutting down. |
| 88 | notifyShutdown(ctx context.Context, conn *grpc.ClientConn, address string) |
| 89 | } |
| 90 | |
| 91 | type querierWorker struct { |
no outgoing calls
no test coverage detected