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

Revamp TLE Function Counts telemetry, fixes #41 #84

Merged
merged 9 commits into from
Apr 25, 2018

Conversation

StephenWeatherford
Copy link
Contributor

  1. "Languages" -> "Programming Languages" (change suggested by vscode Insiders)
  2. Add more info to specific errors so I can mine it for telemetry
  3. Remove old TLE Function Counts telemetry in favor of new one which has a consistent signature
  4. Also add info about which functions we don't recognize, and which are using different arguments than we're expecting (to help us know when our function signature info might be out of date)

Example telemetry properties:

functionCounts: "{"parameters":7,"parameters(1)":6,"resourceGroup":2,"resourceGroup(0)":1,"variables":5,"variables(1)":5,"concat":2,"concat(2)":1,"parameters(2)":1,"resourceGroup(2)":1,"somenewfunctionwedontknowabout":1,"somenewfunctionwedontknowabout(0)":1,"concat(4)":1}"

incorrectArgs: "["parameters(2)[1..1]","resourceGroup(2)[0..0]"]"

unrecognized: "["somenewfunctionwedontknowabout"]"

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