This HTTP server exposes APIs to simulate random delays. Useful to test the Sidecar proxy behaviours (such as in Istio) when these delays are added.
- Use
make buildto build the processor and the test services. - To build and push the Docker images use
PUSH_MULTIARCH=true make docker. By default it only buildslinux/amd64&linux/arm64.- The images get pushed to
australia-southeast1-docker.pkg.dev/field-engineering-apac/public-repobut you can override this with the env var ``
- The images get pushed to
- Run make help for all the build directives.
| Env | Description | Default |
|---|---|---|
BASE_DELAY |
Base value to generate the random delay, final delay is base value + random value, | 0 |
SERVER_ID |
A friendly server id | |
LOG_LEVEL |
To set the default log level |