Prometheus

Results 19 issues of Prometheus

import "github.com/jessevdk/go-flags" .... parser := flags.NewParser(server, flags.Default) ..... When I hit save the golang file, "github.com/jessevdk/go-flags" is removed. I think "go-" is automatically ignored in during go build, so package...

I was expecting that two should be matched since it should escape the whitespace but it did not. Also the whitespace should be already be set by default which means...

When JWK checks integrity of public keys for JWK does it or how much CA authentication validation does it do? CA authentication validation: https://www.geocerts.com/blog/understanding-ssl-certificate-authentication-validation

src/github.com/oracle/speedle/setTestEnv.sh: connect: Connection refused dev/src/github.com/oracle/speedle/setTestEnv.sh: line 80: /dev/tcp/localhost/6733: Connection refused Does the script spin up the sever or not? If not, can you enhance the script to do so?

* make it somewhat working for make test on mac * the etcd is not gracefully shutdown between test groups in make test

https://hub.docker.com/r/opentracing/nginx-opentracing https://hub.docker.com/r/opentracing/nginx-opentracing/tags/

There had been multiple fixes on the master branch but no formal release for a few years. When are we going to cut a formal release?

Opentracing relies on context that encap span metadata inside context to flow through in or out of process boundaries, components etc I understand that that means breaking change, AWS SDK...

* instrumented consumer amd producer example with opentracing * add doc for jaeger and steps for running opentracing examples * add context appropriate * add utility for AWS tracing .....

Notice that we only have a case of ChildOf in exporter.go, will we have a case of FollowsFrom? https://github.com/lightstep/lightstep-tracer-go/blob/d64d205c577d5bc6fd9d95eb4a330338f69fb371/lightstepoc/exporter.go#L70