Prometheus

Results 11 comments of Prometheus

@ahrtr and others There is a PR to make this at least run in mac. But the etcd is not gracefully shutdown between tests for example: make testSpeedleRestADSCheck: new embedded...

was looking for something like this https://hub.docker.com/r/datadog/dev-dd-agent/ and the tag with release versions displayed on docker hub currrently it is like this https://hub.docker.com/r/opentracing/nginx-opentracing/

Found a way to hook into aws session, https://github.com/harlow/kinesis-consumer/pull/72

@xzyfer I have stopped development on this. Please take it over. I don't know what's the plan for this. One remaining thing is also for the trace to go through...

@webknjaz and @hollow1 Can we remove the strip() function? Is this where cherrypy webserver process incoming http request? https://github.com/cherrypy/cheroot/blob/master/cheroot/server.py#L239 Then we can enforce the headers in more proper format. Is...

Also how does the library deal with key generated from cert that is revoked? E.g. https://golang.org/pkg/crypto/x509/#example_Certificate_Verify and https://github.com/cloudflare/cfssl/blob/master/revoke/revoke.go

Specifically I have Process A that spwans goroutine B that runs in a loop. Process A the S3 bucketname from user and communicate To B. ProcessA will wait for B...