Arve Knudsen

Results 69 issues of Arve Knudsen

Before the new loopless design, a client could close a server through an RPC call and receive a response to the call. After switching to the loopless design in 0.5,...

#### What this PR does Upgrade to build with Go 1.19.0. #### Which issue(s) this PR fixes or relates to #### Checklist - [na] Tests updated - [na] Documentation added...

chore

**What this PR does / why we need it**: Disable golangci-lint default excludes since they disable e.g. catching of missing comments for exported symbols. Malformed documentation for some public members...

**What this PR does / why we need it**: Reading @ryantxu's drone-adapter source code, I realized that the CheckHealth implementation is very cookie cutter, in that it will convert every...

enhancement

Do there exist any examples of generated API client code usage? I've been [able](https://github.com/grafana/grafana/pull/32901) to generate an API client for some Grafana endpoints, but can't yet figure out how to...

documentation

#### Is your feature request related to a problem? Please describe. In the distributor, errors stemming from calling the `push` gRPC method on ingesters are currently returned bare, so they...

enhancement
component/distributor

#### Describe the bug The alert `MimirGossipMembersMismatch` doesn't take into account the query-scheduler component, and therefore fires for no reason. #### To Reproduce #### Expected behavior For `MimirGossipMembersMismatch` not trigger....

bug
monitoring/alerts

#### Describe the bug The alert `MimirGossipMembersMismatch` is supposed to list the affected instance, but that isn't available (i.e. just renders an empty string). #### To Reproduce Trigger `MimirGossipMembersMismatch` alert....

monitoring/alerts

#### What this PR does Enable configuration of [Prometheus' limit](https://github.com/prometheus/prometheus/pull/9260) for how many alerts/series each rule can generate. This is desirable since users can currently write rules that generate more...

enhancement
component/ruler
release/notified-changelog-cut

#### Is your feature request related to a problem? Please describe. When the ruler-querier CPU request is a non-integer, it causes an error in the KEDA auto-scaler. The reason is...

jsonnet