Manu Garg
Manu Garg
We can probably use jq like syntax to specify JSON queries. Here is a pure Go implementation of jq that we can use: https://github.com/itchyny/gojq
Once we add something like this, we can probe and verify most of the APIs without writing any code at all, just by using HTTP probe type: - For authentication...
Example jq filters: | gojq '.results[] | select(.tradability = "tradable") | .id' | gojq '.results[] | select(.cumulative_quantity|tonumber > 5000) | .id' Following return true or false, depending on if one...
Sure, this should be an easy change. I'll submit the fix soon.
@momoXD007 and @tarrychk, I probably spoke to too soon. We don't send a simple payload, but we send a message with payload. Message contains endpoints, timing data, and payload. If...
@momoXD007 wondering if you got a chance to look at my last message.
My comment: > It's going to be hard to implement a generic label replacement mechanism. > > The way it works in HTTP probe is: > > If "relative_url" or...
How are you running Cloudprober? One possibility is that it doesn't have access to machine certificates. Cloudprober uses Go's libraries, so wherever they expect CA certificates to be on your...
I see. If you're using the standard docker image, it should have been able to use the bundled CA certs. I could not reproduce the same error with public websites:...
Is there a possibility that kubernetes is changing the one of the following environment variables: SSL_CERT_FILE SSL_CERT_DIR Can you try running cloudprober image only through docker, no kubernetes?