Comment 1 for bug 1005366

Revision history for this message
Mike (tewner) wrote :

I have a similar request with "divideSeries" - I want to specify a wildcard list of hosts and divide two metrics from each host - I still would love to use the coolest feature of Graphite - I want new plots for new hosts as the hosts are created.

cactiStyle(
   alias(
    divideSeries(
      perSecond(
        servers.Server1.com_application_GatewayStats.TotalParsingTime
      ),
      perSecond(
        servers.Server1.com_application_GatewayStats.CallsCount
      )
    )
  ,"Server1 - TotalParsingTime per Req"
  )
)