-
Notifications
You must be signed in to change notification settings - Fork 359
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
Telemetry #381
Telemetry #381
Commits on Aug 5, 2015
-
First set of change containing telemetry infrastructure and logging o…
…f some datapoints. This provides infrastructure for for adding concrete implementations for telemetry logger which will implement ITelemetryFactory.
Configuration menu - View commit details
-
Copy full SHA for f44fa19 - Browse repository at this point
Copy the full SHA f44fa19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be9c55 - Browse repository at this point
Copy the full SHA 9be9c55View commit details
Commits on Aug 10, 2015
-
Making ITelemetryLogger disposable so that any logger whcih needs to …
…do some cleanup e.g. flushing data can do it. Using $(VSTarget) token instead of hardcoded version numbers in telemetry project file
Configuration menu - View commit details
-
Copy full SHA for 56816dd - Browse repository at this point
Copy the full SHA 56816ddView commit details -
Some simple fixes based on code review:
- renamed DefaultTelemetryLogger and factory to DummyTelemetryLogger ... - some namespace sorting and tab/space alignment fixes - made classes for telemetry constants static
Configuration menu - View commit details
-
Copy full SHA for f56f37a - Browse repository at this point
Copy the full SHA f56f37aView commit details
Commits on Aug 11, 2015
-
Applied most of the feedback from code review.
- Removed all references to vslogger - Added some overrides in Dapapointcollection to add items more conviniently - some minor alignment/typo fixes - Made Telemetry project anycpu and removed unnecessary items from it. set comvisible false for it - Extracted code to set some common telemetry properties and logging of packageloaded event to a more common place so that it can be called from any package - removed logging of project open/create as it is already covered by vs telemetry
Configuration menu - View commit details
-
Copy full SHA for b16a3a4 - Browse repository at this point
Copy the full SHA b16a3a4View commit details
Commits on Aug 24, 2015
-
open source piece for ntvs telemetry, new design
using new approach to copy and reference private telemetry dlls directly. Updating nuget.exe to latest as that is required by latest stable app insight nugets
Configuration menu - View commit details
-
Copy full SHA for 6dca996 - Browse repository at this point
Copy the full SHA 6dca996View commit details
Commits on Aug 25, 2015
-
Moved Telemetry events and properties classes to shared project and marked them internal Including app insights dlls in Dev11 and 12 only Updated telemetry dlls Fixed indentation some other minor fixes
Configuration menu - View commit details
-
Copy full SHA for 61cbdb2 - Browse repository at this point
Copy the full SHA 61cbdb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29709e9 - Browse repository at this point
Copy the full SHA 29709e9View commit details
Commits on Aug 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 19fb6a8 - Browse repository at this point
Copy the full SHA 19fb6a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b14b6 - Browse repository at this point
Copy the full SHA d4b14b6View commit details -
Specifying telemetry dll as a binary to be dropped in unsignedbinarie…
…s folder during build
Configuration menu - View commit details
-
Copy full SHA for c24868e - Browse repository at this point
Copy the full SHA c24868eView commit details -
Changing to OutputBinaries to OutputBinariesToSign to be consistent w…
…ith a parallel PR and avoid conflicts later
Configuration menu - View commit details
-
Copy full SHA for 1b57cc7 - Browse repository at this point
Copy the full SHA 1b57cc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed3c4e7 - Browse repository at this point
Copy the full SHA ed3c4e7View commit details