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

[Proposal] Add telemetry to ascertain usage of ApplicationInsights.ServiceFabric #38

Open
nizarq opened this issue Oct 20, 2017 · 1 comment

Comments

@nizarq
Copy link
Contributor

nizarq commented Oct 20, 2017

For telemetry generated / updated by AI.SF nuget, we need to have a way to mark it so that usage numbers can be ascertained.

@nizarq
Copy link
Contributor Author

nizarq commented Oct 20, 2017

Mostly telemetry modules use the TelemetryContext.InternalContext.SdkVersion to identify which module / sdk version generated a given telemetry item. In the AI.SF case, we are actually mainly updating telemetry generted by other modules through the TelemetryInitializer, this means the sdk version is already set.
We have a few options:

  1. Append some string to the existing string to add additional infomration.
  2. Add a custom field indicating the data is coming from AI.SF
  3. Evaluate the new and upcoming Health and Heartbeat feature to see if telemetry can be added using that.

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

No branches or pull requests

1 participant