Christian Heike

Results 6 comments of Christian Heike

Hi there. I have a suggestion for refactoring the complete `ReadClient`. My suggestions breaks the interface though, but unifies the way to read the time series either streamed or unstreamed....

Hello there, I have an implementation ready for which I refactored to ReadClient as follows: ```import "github.com/prometheus/prometheus/prompb" type ReadClient interface { Read(ctx context.Context, stream bool, queries ...*prompb.Query) (ReadResponse, error) }...

Will do. This changes the complete design and breaks the API though.

## Problem I had a look into my printer. Unfortunately there's no mirrored UART port. ## Solutions ### UART So you basically have 2 options for using UART: 1) drop...

All fine. In the meantime adding that replace directive to the go.mod of the API would be nice 🙌 thank you

True, I forgot about replace not being transient. Meh. A pity. At least there's a solution and it can be found when searching through the issues.