hi, I'm trying to implement a remote read server and got a question regarding chunked response.
>From following comments: https://github.com/prometheus/prometheus/blob/a6600f564e3c483cc820bae6c7a551db701a22b3/storage/remote/codec.go#L216 which says: // Send at most one series per frame; series may be split over multiple frames according to maxBytesInFrame. Is this a protocol constraint to not allow sending multiple series per frame? Or anything else I'm missing? Thanks in advance, Tristan -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/593ef169-5da0-4740-b45c-1506ec9e32f1n%40googlegroups.com.

