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

Load ITelemetryProcessors when setting up the TelemetryConfigration #2657

Closed
wants to merge 2 commits into from

Conversation

luthus
Copy link

@luthus luthus commented Jan 6, 2021

@Greybird
Copy link

Hello,

Any chance to have this fix merged ?

@brettsam
Copy link
Member

@luthus -- I know this is over a year old. Are you still available to push this through? If not, I can add a simple unit test here and get it in for you.

@brettsam
Copy link
Member

Pinging @cijothomas here as well for another set of eyes.

{
foreach (ITelemetryProcessorFactory telemetryProcessorFactory in telemetryProcessorFactories)
{
configuration.TelemetryProcessorChainBuilder.Use(telemetryProcessorFactory.Create);
Copy link
Contributor

Choose a reason for hiding this comment

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

@liliankasem
Copy link
Member

@brettsam @luthus @AnatoliB is this something we still want to get merged? Looks like just one more comment to address

@RohitRanjanMS
Copy link
Member

This approach won’t work as the ITelemeteryProcessorFactory is in Microsoft.ApplicationInsights.AspNetCore and this is marked as private in runtimeAssemblies. Will have to think of another approach to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ITelemetryProcessor does not appear to be supported in Function Apps
7 participants