Luke Swithenbank

Results 20 issues of Luke Swithenbank

Consul allows for tags to be added to a service. I'd like to be able to import these into the labels for a metric.

enhancement

The raft_peers metric isn't actually the amount of peers. # Test I tested this by removing a peer from our consul cluster and watching the metric. It stays identical to...

Is there any support for something similar to the `java_plugin` rule? I would like to use kotlin with dagger2 and require that the kotlin rules plug in to the `kapt`...

enhancement
help wanted

I think a reasonably common use case is to swap an ingress's host value: ``` apiVersion: extensions/v1beta1 kind: Ingress metadata: name: helloworld spec: rules: # This value should be editable...

triage/needs-information
kind/feature

This idea comes from the `kubectl apply -f --prune` where `kubectl` deletes any resources that aren't referenced. Helmfile should have an option for the sync command that checks what helm...

feature request
blocked by external project
design finalized

The logger is back and pretty awesome. Can we hook into the Logger.Translate?

The [`StatusError`](https://github.com/kubernetes/apimachinery/blob/master/pkg/api/errors/errors.go#L39) that is returned when a call from kubernetes doesn't succeed would be useful. Currently its just being decoded https://github.com/obmarg/kazan/blob/master/lib/kazan/client/imp.ex#L160

enhancement

I am currently using this library and I quite enjoy it's use. I think that for our needs though a few interesting concepts may need to be addressed. In Prometheus...

Context: I've added the prometheus_ex library to my phoenix application. When I do this, my mix tasks and overall boot time for the whole application has gone up by a...

The README and module doc both use the :help and long_description dsl options but I can't seem to get them to print when I use the cli. Any idea how...