northflank get job metrics
Get metrics for the specified job
Options
| Name | Description | 
|---|---|
| --verbose | Verbose output | 
| --quiet | No console output | 
| --project, --projectId  [NAME] | Project for logs | 
| --job, --jobId  [NAME] | Job to get logs from | 
| --container, --containerId  [NAME] | Container to exec into (logs from all containers will be shown if not specified) | 
| --startTime  <timestamp> | Get metrics after this timestamp, example: 2020-02-02T02:02:02Z (date string) or 1580608922 (unix ts) | 
| --endTime  <timestamp> | Get metrics before this timestamp, example: 2020-02-02T02:02:02Z (date string) or 1580608922 (unix ts) | 
| --duration  [duration] | Length of timespan in seconds. Only valid if not both, startTime and endTime are set | 
| -t, --metricTypes  <metricTypes...> | Which metric type to fetch | 
| --timestamp  [timestamp] | Get metrics at this exact timestamp, if no timestamp set most recent time is used. example: 2020-02-02T02:02:02Z (date string) or 1580608922 (unix ts) | 
| --noDefaults | Don't use context default values, explicitly use options or ask | 
| -o, --output  [output] | Output formatting. Will use advanced formatting by default | 
| --run, --runId  [runId] | Job run id, example: 162b1977-6636-4000-929b-cc265b862ff0 | 
| -h, --help | Display help for command |