We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> I think it would be nice to export the internal nodes' flow data using metrics. What do you think?
Agreed. What are you thinking? Some attributes that might be useful (first two more than the last two):
(In|Out)flowAboveSoftMax
SoftMaxFlowExceedance
(In|Out)flowBelowSoftMin
SoftMinFlowDeficit
(In|Out)flowAboveSoftMin
(In|Out)flowBelowSoftMax
WTW node could also implement the soft min related ones.
Originally posted by @jetuk in #213 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Agreed. What are you thinking? Some attributes that might be useful (first two more than the last two):
(In|Out)flowAboveSoftMax
orSoftMaxFlowExceedance
- self explanatory(In|Out)flowBelowSoftMin
orSoftMinFlowDeficit
- A deficit to the soft min flow.(In|Out)flowAboveSoftMin
- flow less the soft min flow(In|Out)flowBelowSoftMax
- flow less the soft max flowWTW node could also implement the soft min related ones.
Originally posted by @jetuk in #213 (comment)
The text was updated successfully, but these errors were encountered: