Replies: 1 comment 1 reply
-
I like this idea. It makes it easier for developers to adopt, as there is no need to explicitly call We'll likely need to call out somewhere how to migrate away from the hook-based telemetry approach, and eventually fully deprecate these.
The logging hook is there to satisfy the specification: https://openfeature.dev/specification/appendix-a/#logging-hook so the Logging Hook will likely need to remain |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Following these comments #175 (comment) and #175 (comment), I want to propose that for the dotnet SDK, we use the native instrumentation for metrics and traces instead of the hooks.
For the customers of the OpenFeature SDK, they could later choose which events or metrics to subscribe to, similar to what we do currently with the SDK logging.
Beta Was this translation helpful? Give feedback.
All reactions