-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
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
Adding scripts and custom providers #172
Conversation
@@ -114,7 +114,7 @@ Options: | |||
--application.endpoints http://asp-perf-lin:5001 | |||
--application.sdkversion 5.0.100-alpha1-015721 | |||
--application.dotnetTrace true | |||
--application.collectCounters true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still works right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it will only be by defining --application.options.counterProviders System.Runtime
I could keep the old way (too) for backward compatibility. Only issue is that it's not a server property like it used to be, so in theory it should go in "options". But it's only a logical constraints.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should keep it for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about I restore it, and add also options.collectCounters
to provide the same behavior, and a warning to switch to the new one when it's used.
No description provided.