Skip to content
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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

M-Lipin
Copy link
Contributor

@M-Lipin M-Lipin commented Jun 6, 2023

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

  • [] New feature (non-breaking change which adds functionality)
  • [] This change requires a documentation update

Closing issues

To automatically close an issue: closes #3892

public bool WriteMetricsToConsole { get; set; }

[Option(Required = false, HelpText = "Application Insights instrumentation key")]
public string AppInsightsInstrumentationKey { get; set; }
Copy link
Contributor Author

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" />
Copy link
Member

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?

Copy link
Member

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.

@M-Lipin M-Lipin changed the title Draft: Adding metrics to Azure Benchmark tool Draft: 3892: Adding metrics to Azure Benchmark tool Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use AppInsigths to capture Cosmos Benchmark metrics
3 participants