-
Notifications
You must be signed in to change notification settings - Fork 294
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
Add a heartbeat-specific version property to the metrics sent as hear… #782
Conversation
Please also register this new prefix here: https://github.com/Microsoft/ApplicationInsights-Home/blob/master/EndpointSpecs/SDK-VERSIONS.md |
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.
consider using just hb instead of hbeat to save space
/// <summary> | ||
/// Value for property indicating 'app insights version' related specifically to heartbeats. | ||
/// </summary> | ||
private static string sdkVersionPropertyValue = SdkVersionUtils.GetSdkVersion("hbeat:"); |
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.
just 'hb' is sufficient to save space.
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.
Agreed. Will make the change.
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.
Done. Please accept PR Microsoft/ApplicationInsights-Home#214 along with this one.
@cijothomas or @SergeyKanzhelev could you please merge Microsoft/ApplicationInsights-Home#214 to coincide with this change? Thanks. |
dev to master for 2.6.0-beta1
Add a heartbeat-specific version string to the properties of the metrics sent as heartbeats.