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
In C# you can use the logger to create custom metrics in App Insights. Would be nice to expose this as well - potentially with something like context.log.metric('Duration', 1234)
The text was updated successfully, but these errors were encountered:
The link to the docs in the original issue is out of date, and I think by now all languages (except maybe C#Script?) are leveraging an app insights sdk as opposed to something on the logger. We have several improvements around app insights already on the docket, namely #522 and #523. Closing in favor of those and due to lack of activity on this issue
In C# you can use the logger to create custom metrics in App Insights. Would be nice to expose this as well - potentially with something like
context.log.metric('Duration', 1234)
The text was updated successfully, but these errors were encountered: