-
Notifications
You must be signed in to change notification settings - Fork 199
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
Quick Pulse cleanup and add sample telemetry feature #1852
Conversation
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 set up a meeting to walk me through the playback tests?
...rc/main/java/com/microsoft/applicationinsights/agent/internal/httpclient/LazyHttpClient.java
Outdated
Show resolved
Hide resolved
.../java/com/microsoft/applicationinsights/agent/internal/quickpulse/QuickPulseDataFetcher.java
Outdated
Show resolved
Hide resolved
...n/java/com/microsoft/applicationinsights/agent/internal/quickpulse/QuickPulsePingSender.java
Outdated
Show resolved
Hide resolved
...n/java/com/microsoft/applicationinsights/agent/internal/quickpulse/QuickPulsePingSender.java
Outdated
Show resolved
Hide resolved
...ava/com/microsoft/applicationinsights/agent/internal/quickpulse/model/QuickPulseMetrics.java
Outdated
Show resolved
Hide resolved
...com/microsoft/applicationinsights/agent/internal/quickpulse/util/CustomCharacterEscapes.java
Outdated
Show resolved
Hide resolved
...ava/com/microsoft/applicationinsights/agent/internal/quickpulse/QuickPulseDataCollector.java
Outdated
Show resolved
Hide resolved
...ava/com/microsoft/applicationinsights/agent/internal/quickpulse/QuickPulseDataCollector.java
Outdated
Show resolved
Hide resolved
} | ||
} | ||
|
||
private static Map<String, String> aggregateProperties( |
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.
C# SDK limits the maximum number of Properties and Measurements to 10. But if you feel this is not necessary here, I won't insist on it. Trask will probably have an opinion.
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.
If you do choose to limit the top count, make sure it's consistent, so sort them by name first, and then limit.
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.
@trask your thoughts on this? Nodejs sdk donot have this limit
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.
I think it's ok as-is for now, property/measurement explosion is not currently one of my worries, and we can revisit later
.../java/com/microsoft/applicationinsights/agent/internal/quickpulse/QuickPulseDataFetcher.java
Outdated
Show resolved
Hide resolved
...n/java/com/microsoft/applicationinsights/agent/internal/quickpulse/QuickPulsePingSender.java
Outdated
Show resolved
Hide resolved
...ava/com/microsoft/applicationinsights/agent/internal/quickpulse/QuickPulseDataCollector.java
Outdated
Show resolved
Hide resolved
.../java/com/microsoft/applicationinsights/agent/internal/quickpulse/QuickPulseDataFetcher.java
Show resolved
Hide resolved
...n/java/com/microsoft/applicationinsights/agent/internal/quickpulse/QuickPulsePingSender.java
Outdated
Show resolved
Hide resolved
.../java/com/microsoft/applicationinsights/agent/internal/quickpulse/QuickPulseDataFetcher.java
Show resolved
Hide resolved
...n/java/com/microsoft/applicationinsights/agent/internal/quickpulse/QuickPulsePingSender.java
Show resolved
Hide resolved
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.
🥳
Quick Pulse cleanup
Add playback tests
Add Sample Telemetry feature to live metrics