Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Added AutoCollectedMetricsExtractor to processors by default.#646

Merged
cijothomas merged 5 commits intodevelopfrom
cithomas/addmetricsextractortodefault
Apr 13, 2018
Merged

Added AutoCollectedMetricsExtractor to processors by default.#646
cijothomas merged 5 commits intodevelopfrom
cithomas/addmetricsextractortodefault

Conversation

@cijothomas
Copy link
Copy Markdown
Contributor

@cijothomas cijothomas commented Apr 12, 2018

Fix Issue #604
This makes Asp.Net Core and Classic Asp.Net apps to have consistent behavior and makes ApplicationInsights Portal UI faster for metrics.

  • I ran Unit Tests locally.

For significant contributions please make sure you have completed the following items:

  • Changes in public surface reviewed

  • Design discussion issue #

  • CHANGELOG.md updated with one line description of the fix, and a link to the original issue.

  • The PR will trigger build, unit tests, and functional tests automatically. If your PR was submitted from fork - mention one of committers to initiate the build for you.
    If you want to to re-run the build/tests, the easiest way is to simply Close and Re-Open this same PR. (Just click 'close pull request' followed by 'open pull request' buttons at the bottom of the PR)

  • Please follow [these] (https://github.com/Microsoft/ApplicationInsights-aspnetcore/blob/develop/Readme.md) instructions to build and test locally.

}

[Fact]
public static void AddsAutoCollectedMetricsExtractorProcessorToTheConfigurationByDefault()
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need any test actually confirming it's operational after it has been added? Or we're OK it's covered in the other repos?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repo simply does the configuratin i.e ensure the processor is added. Its coming from base sdk and tested there. (same is followed for pretty much everything in this repo like DepCollector/perfCollector. etc)

@cijothomas cijothomas merged commit 7d80316 into develop Apr 13, 2018
@cijothomas cijothomas deleted the cithomas/addmetricsextractortodefault branch May 9, 2018 05:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants