Tideways Project Command

The project command shows all services of a Tideways project together with request counts and 95th-percentile response times for the selected metric range.

$ tideways project acme/myproject42

If project_name is omitted, the CLI uses the project configured for the current repository (see tideways init) or the global default project.

$ tideways project

Command Flags

-e, --environment

(optional) Environment to show metrics for. Defaults to the project’s default environment.

--minutes

(optional) Metric range in minutes, from 60 to 1440. (default 60)

Example limiting the metric range to the last 4 hours for the staging environment:

$ tideways project acme/myproject42 --environment=staging --minutes=240
Still need help? Email [email protected]