stackery metrics
stackery metrics
Show stack metrics
Synopsis
Show metrics for functions in a deployed stack
stackery metrics --stack-name=<stack> --env-name=<env> [flags]
Examples
Show metrics for a single function in a stack deployed in the "production" environment, using
AWS credentials from the user's "production" profile:
stackery metrics -n my-stack -e production --aws-profile production --function-name myCronJob
Options
      --access-key-id string       AWS access key ID
      --aws-profile string         AWS profile name
  -e, --env-name string            The environment name
  -f, --function-id string         Monitor a single function by ID
      --function-name string       Monitor a single function by name
  -h, --help                       help for metrics
      --repeat-delay string        Query continually, waiting 'delay' seconds between each
      --secret-access-key string   AWS secret access key
      --session-token string       AWS session token
      --since string               Specify metrics sample period before one minute ago (default "1h")
  -n, --stack-name string          The stack name
Options inherited from parent commands
      --non-interactive   Skip user inputs
SEE ALSO
- stackery - Stackery command line tool
