You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following a conversation (#1638 (comment)) with @renaynay about the existing pattern (#1638 (comment)) used for metrics in DASer, we would like to implement the instrumentation middleware or proxy pattern to allow easier enabling and disabling of metrics, instead of having to check for nil references when metrics are disabled.
This discussion was converted from issue #1705 on December 20, 2023 10:54.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Implementation ideas
Context
Following a conversation (#1638 (comment)) with @renaynay about the existing pattern (#1638 (comment)) used for metrics in DASer, we would like to implement the instrumentation middleware or proxy pattern to allow easier enabling and disabling of metrics, instead of having to check for nil references when metrics are disabled.
An example of this pattern is available in #1376
Beta Was this translation helpful? Give feedback.
All reactions