CURL
This taskset runs a user provided curl command and adds the output to the report. Command line tools like jq are available.
Tasks:
Tasks:
- TASK_TITLE
This SLI runs a user provided curl command and can push the result as a metric. Command line tools like jq are available.
Tasks:
Tasks:
- ${TASK_TITLE}
Runs an ad-hoc user-provided command, and if the provided command outputs a non-empty string to stdout then an issue is generated with a configurable title and content.
User commands should filter expected/healthy content (eg: with grep) and only output found errors.
Tasks:
Tasks:
- TASK_TITLE
Runs an ad-hoc user-provided command, and if the provided command outputs a non-empty string to stdout then a health score of 0 (unhealthy) is pushed, otherwise if there is no output, indicating no issues, then a 1 is pushed.
User commands should filter expected/healthy content (eg: with grep) and only output found errors.
Tasks:
Tasks:
- ${TASK_TITLE}
A gRPC curl taskset for querying data from a generic grpcurl call and presenting the output.
Tasks:
Tasks:
- Run gRPCurl Command and Show Output
A gRPC curl SLI for querying and extracting data from a generic grpcurl call.
Tasks:
Tasks:
- Run gRPCurl Command and Push Metric
A curl TaskSet for querying and extracting data from a generic curl call. Supports jq. Adds results to the report.
Tasks:
Tasks:
- Run Curl Command and Add to Report
A curl SLI for querying and extracting data from a generic curl call. Supports jq. Should prodice a single metric.
Tasks:
Tasks:
- Run Curl Command and Push Metric