mooncake fleet observe http¶
Observe an HTTP endpoint across peers
Flags¶
| Flag | Type | Default | Description |
|---|---|---|---|
--url |
string | - | Target URL (required) |
--method |
string | - | HTTP method (default GET) |
--timeout |
string | - | Request timeout (default 3s) |
--expect-status |
int | 0 |
Found=false if status != this |
--capture-header |
[]string | - | Response header(s) to expose in headers map |
--skip-tls-verify |
bool | false | Disable cert verification (insecure) |
--follow-redirects |
int | 0 |
Max redirects to follow (default 10; 0 = stop on first 3xx) |
--peer |
[]string | - | Select peers: repeat to UNION. Each value is a name, key=value filter (tag=production), or @k=v,k2=v2 AND-group. Default: every peer in peers.toml. |
--peers-file |
string | - | Override the peers.toml path |
--parallel |
int | 0 |
Max peers in flight (0 = unbounded) |
--format |
string | table |
Output format: table (default) or json |