jdef
jdef
We intentionally don't sort records. Relying on the order of the returned records is fraught with peril. Adding port names is a good idea. I'm surprised that we don't already...
@sargun it sounds like the ask is for an "enumerate" API that's service-specific On Mon, Jun 6, 2016 at 11:41 AM, James DeFelice [email protected] wrote: > We intentionally don't sort...
Can you provide a specific example of a /group-name/app-name that's failing to translate properly for you? On Mon, Nov 16, 2015 at 11:55 AM, UndeadBaneGitHub wrote: > > It _is...
yes we should revise. hence #145
@zyfdegh have you encountered this error as well? if so, would you mind sharing a capture of the DNS traffic?
FWIW kubernetes uses prometheus for exporting metrics. https://github.com/prometheus/client_golang If anyone is working on DCOS metrics it might be nice to pick a lib that will integrate well with that. On...
AFAIK we've discussed statsd support for services running on DCOS. for core services **within** dcos, I don't think we've settled on a standard OSS API yet. On Sun, Jan 15,...
this is documented, we just need to re-generate the github pages
mesos-dns is written in Go. Pretty sure that Golang doesn't check CIDR address ranges for no_proxy: https://golang.org/src/net/http/transport.go#L892 If the address of the master is a name (and not an dotted...
Confirmed. When we get master updates from ZK every master in the list gets translated to an IP:port pair: https://github.com/mesosphere/mesos-dns/blob/master/detect/masters.go#L46 (and related UpdatedMasters func). By the time we make an...