Skip to main content

metrics

This metrics section can also be referred to as the RED metrics (request rate, error rate, and delay).

  • To get RED metrics

    • To get the RED metrics for all the applications across all the workspaces use command :

      initz get redmetric
    • To get the RED metrics for all the applications of any specific workspace use command :

      initz get redmetric --workspaceid=<workspaceID>
  • Health status of specific Application

    • To get the request/second,error,duration,request rate,error count,latency,top requests,top error requests,top slowest requests for the particular application.
      initz get app-red-metric --appid=<appID> --env=<test/stg/prod>