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

JSON configuration support #875

Merged
merged 8 commits into from
Dec 7, 2021
Merged

JSON configuration support #875

merged 8 commits into from
Dec 7, 2021

Conversation

hectorhdzg
Copy link
Member

No description provided.

@hectorhdzg hectorhdzg changed the title Allow auto tracking for not default telemetry clients JSON configuration support Dec 6, 2021
@hectorhdzg hectorhdzg marked this pull request as ready for review December 6, 2021 21:34
/**
* Sets the state of pre aggregated metrics tracking (enabled by default)
* if true pre aggregated metrics will be collected every minute and sent to Application Insights
*/
enableAutoCollectPreAggregatedMetrics?: boolean;

enableAutoCollectPreAggregatedMetrics: boolean;
/**
* Sets the state of request tracking (enabled by default)
* if true HeartBeat metric data will be collected every 15 mintues and sent to Application Insights
Copy link

@MSNev MSNev Dec 6, 2021

Choose a reason for hiding this comment

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

typo: minutes

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.

None yet

3 participants