Results 96 issues of Luis Davim

Hi, this relates to https://github.com/buraksezer/olric/issues/195 but it's more of a feature request. I know tool/library supports different service discovery mechanisms through plugins but it would be nice to have one...

good first issue
network
Service Discovery

Currently fields doesn't support `map[string]string`. Example: ```go package main import ( "os" "github.com/rs/zerolog" ) func main() { fields := map[string]string{ "bar": "baz", "n": "1", } log := zerolog.New(os.Stdout) log.Log(). Str("foo",...

Keep reusable clients by username.

Updating `golang` to 1.19 and replacing deprecated methods.

Statping-ng is an open source synthetiic monitoring tool, see https://github.com/statping-ng/statping-ng It supports a RESTful API that is documented in https://documenter.getpostman.com/view/1898229/SzmfXwi4 it would be a great addition as it can be...

kind/enhancement
stale

**Is your feature request related to a problem? Please describe.** There may be cases where there's no network path between the source and destination clusters and this case is covered...

**Describe the solution you would like to see happen** I was going to add a sub-command to my app to allow it to integrate with `kuberheathy` but by importing `"github.com/kuberhealthy/kuberhealthy/v2/pkg/checks/external/checkclient"`...

proposal

A related issue was opened some time ago https://github.com/kubernetes/kubernetes/issues/73867 This https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/component-helpers/node/topology/helpers.go#L57 adds the NULL character and then because in prometheus `%q` is used to print the value https://github.com/prometheus/common/blob/main/model/metric.go#L62 the character...

It would be nice if it was possible to set a schema by passing a file path, either `yaml.selectSchema` could accept an argument for this or maybe this could be...

enhancement

**Is this a BUG REPORT or FEATURE REQUEST?**: Bug report **What happened**: The documentation on `--reap-tainted` doesn't seem to be correct **What you expected to happen**: The documentation should be...