Bryan Boreham

Results 190 issues of Bryan Boreham

Prometheus, and hence Mimir, does a "head compaction" every 2 hours, which is very disk and CPU intensive. Each compaction takes only a minute or so, for an ingester with...

component/ingester

#### What this PR does Move to a Grafana fork of bradfitz/gomemcache, retaining the custom dialer from the previous 3rd-party fork and adding optimized parsing code from https://github.com/grafana/gomemcache/pull/1. Note this...

grafana/thanos fork updated. Requires update to grafana/e2e https://github.com/grafana/e2e/pull/4 and grafana/dskit https://github.com/grafana/dskit/pull/210. #### Checklist - NA Tests updated - NA Documentation added - NA `CHANGELOG.md` updated

#### Is your feature request related to a problem? Please describe. Suppose a remote-write Push request comes in, containing 100 series, and 5 of them cause an error (over limit,...

enhancement
component/distributor

#### Is your feature request related to a problem? Please describe. Suppose someone is using Mimir with a broad set of data sources, but feeding into one tenant. They would...

enhancement
component/distributor

#### Is your feature request related to a problem? Please describe. Suppose you have a dashboard containing a large join query which results in a many-to-many error. This dashboard is...

enhancement
component/query-frontend

#### Is your feature request related to a problem? Please describe. Tenants have no visibility how close they are to the max-series-per-metric limit. The limit applies to an internal count...

enhancement
component/ingester

I have found this library very useful; thanks for creating it! However, when I use with Jaeger on ElasticSearch, I find the SQL query tag value is truncated to 256...

Broadly, it needs to pass a span identifier across from the caller to the plugin. Probably something to do with OpenTracing. Details left as an exercise.

help wanted

The [spec](https://github.com/containernetworking/cni/blob/master/SPEC.md#network-configuration) currently says: > `name` (string): Network name. This should be unique across all containers on the host (or other administrative domain). I have no idea what the last...

component/spec