Manu Garg
Manu Garg
_From [[email protected]](https://code.google.com/u/116462074880991235508/) on February 01, 2010 15:10:55_ This is all good. Thanks for your excellent work. But I really think it would be a good thing if this library could...
See this: https://github.com/cloudprober/cloudprober/blob/master/common/oauth/proto/config.proto Currently bearer token type expects file and command sources to return only access token string. We should support reading JSON as well, so that we can get...
This is a draft PR for https://github.com/cloudprober/cloudprober/issues/178.
Cloudprober configs are currently based on protocol buffers and Go text templates. Cloudprober first parses the config files as Go templates and then as text protos (aka textproto). This is...
Ideally I'd prefer that we are able to filter resources and not have too many to deal with, but in case we have a really large number, say more than...
I had opened ticket a long time back at the older location: https://github.com/google/cloudprober/issues/297 Recently while running a probe, I realized it can be quite a useful thing to be able...
This applies to all kinds of file resources: - File based targets - TLS certificate files - OAuth token files - Cloudprober config itself.
It will be nice if we could add labels to all metrics based on some environment variable. This is really useful in multi-tenant deployment use cases, where you may want...