-
Notifications
You must be signed in to change notification settings - Fork 504
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
Draft: 3892: Adding metrics to Azure Benchmark tool #3897
Draft: 3892: Adding metrics to Azure Benchmark tool #3897
Conversation
public bool WriteMetricsToConsole { get; set; } | ||
|
||
[Option(Required = false, HelpText = "Application Insights instrumentation key")] | ||
public string AppInsightsInstrumentationKey { get; set; } |
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.
NOTE: Required.
@@ -17,9 +17,17 @@ | |||
</None> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<PackageReference Include="App.Metrics" Version="4.3.0" /> |
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.
Why App.Metrics and not System.Diagnostics.Metrics?
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.
Can you please set-up a design review.
Closing inactive PRs older than 3-months, please re-active it needed. |
3892: Adding metrics to Azure Benchmark tool
Description
This PR adds metrics collecting for Azure CosmosDB Benchmark tool. Needs to be confirmed to continue work on this with the proposed way to implement.
Type of change
Closing issues
To automatically close an issue: closes #3892