Simon Pasquier

Results 61 issues of Simon Pasquier
trafficstars

We get regular requests from users to add more fields to the Prometheus, Alertmanager and Thanos Ruler CRDs. The situation is particularly acute for fields that exist in the statefulset's...

kind/documentation

## Description This is an early design document to discuss how we could implement status subresources for the custom resource definitions (relates to #3335). In the current form, it focuses...

stale

I needed to build a Docker image of alertmanager2es so I decided to open this PR in case it helps the project. Addresses #3.

Related to #4 `github.com/prometheus/common` (and many of the other Prometheus projects) depends on this library and already support Go modules. It would be nice to have for us...

`go test ./...` failed with Go 1.18 because the server certificate and key used SHA1. To fix this, the server certificate/key (and certificate authority chain) have been copied from the...

When returning something different than 2xx, the Alertmanager API returns a plain text body. E.g. ``` $ curl -sv -H "Content-Type: application/json" http://localhost:9093/api/v2/silences -d '{"comment":"", "createdBy":"", "endsAt":"","matchers":[{"isRegex": false, "name":"foo","value":"bar"}],"startsAt":""}' *...

help wanted

https://issues.redhat.com/browse/MON-2289 Requires https://github.com/openshift/cluster-monitoring-operator/pull/1690 Requires https://github.com/openshift/console-operator/pull/658

bugzilla/valid-bug
component/core
component/backend
bugzilla/severity-medium

We don't need to test `getPassword()` separately as it can be covered with the tests already checking the various authentication methods. Follow-up of #3038

For some reason, we forgot to add @gotjosh to the file...

## Description When `spec.thanos.listenLocal` is true, both gRPC and HTTP endpoints are configured to listen on the loopback interface. It is sometimes needed to listen on all interfaces for gRPC...