I’m attempting to properly wrap the prometheus-net library. I would like to make use of the static SuppressDefaultMetrics(SuppressDefaultMetricOptions options) function, but the node browser only offers the version without parameters.
Here’s that function definition in the source :
And here’s what the node browser offers : no overload!
A-ha! Disabling When in doubt show pin choices in the settings then gives access to the overload!
Not really sure I understand what this setting does to be honest, it says :
Overloads: focus on the differences between node signatures (the pins)
But then, if enabling it indeed focuses on the differences between signatures, why did it hide the other signature? What does “focus” mean here? As opposed to what?
Can anyone clarify what this does? My current understanding is that if I can’t find something I try to turn it on/off and see if it magically appears 🙃
I’ve fallen into this trap before. It feels as though this option needs to be either fixed or removed. Since then, I’ve been working with the option disabled.