services | profile | timeout | rate limit enabled | rate limit max calls | rate limit interval | circuit breaker enabled | circuit breaker max calls | circuit breaker interval |
---|---|---|---|---|---|---|---|---|
<% _.forEach(services.service , function(service) { %>
<% if (service.profileid === attr.serviceprofileid) { %>
${service.serviceid} <% } %> <% }); %> |
${attr.serviceprofileid} |
${attr.timeoutmillis} ms | ${attr.ratelimitenabled ? 'YES' : 'NO'} | ${attr.ratelimitcalls} | ${attr.ratelimitmillis} ms | ${attr.cbenabled ? 'YES' : ''} | ${attr.cbcalls} | ${attr.cbmillis} ms |