Bryan Boreham

Results 969 comments of Bryan Boreham

Right now I have a high rate of errors like this: ``` level=warn ts=2021-03-01T11:35:02.01609324Z caller=grpc_logging.go:38 method=/cortex.Ingester/Push duration=2.741131ms err="rpc error: code = Code(429) desc = user=redacted: per-metric series limit (local limit:...

Thanks, I see you opened a PR in the upstream Prom library.

The upstream issue is now closed - does this still need anything here?

For clarity, I am looking for someone to say "we tested forwards/backwards compatibility by doing xxx, and it was fine".

Ping, in case any of you have updates on testing gRPC compatibility.

Thanks for spotting this. Upgrades to gRPC are always a bit fraught. That said, I think httpgrpc `server.NewClient` can be deleted. It isn't used in Cortex or Mimir, or in...

Is your problem fixed by #240 ? Please comment there if you have tested it for forwards/backwards compatibility.

> we have TLS related vulnerability [...]. Do you have a reference to this vulnerability? If it is not public information don’t post it; see [here](https://github.com/cortexproject/cortex/security/policy) or [here](https://github.com/grafana/mimir/blob/main/SECURITY.md).

After some time, the information that you sent reached me. As far as I can see, you asked for the ability to specify a list of cipher suites to use....

Background is here: https://github.com/cortexproject/cortex/issues/810, http://github.com/weaveworks/common/pull/84 I would be ok with sampling the messages (we have `-event.sample-rate` in cortex already); I guess a rate limit is also fine You could also...