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

chore(lib): track overrides and backend types in stack #830

Merged
merged 7 commits into from
Jul 29, 2021

Conversation

DanielMSchmidt
Copy link
Contributor

Telemetry like this is sent, giving us insights around backend types and overrides

{
  "command": "synth",
  "product": "cdktf",
  "version": "0.0.0",
  "dateTime": "2021-07-12T17:17:06.396Z",
  "payload": {
    "command": "npm run --silent compile && node main.js",
    "totalTime": 4461.242155000567,
    "stackMetadata": [
      {
        "version": "0.0.0",
        "stackName": "demo-cdktf-ts-docker",
        "backendType": "local",
        "overrides": {
          "docker_image": [
            "build"
          ]
        }
      }
    ]
  },
  "runID": "62a8db03-d5cd-43bb-8e6e-cdbfce7049db",
  "arch": "x64",
  "os": "darwin"
}

@DanielMSchmidt DanielMSchmidt force-pushed the construct-telemetry branch 4 times, most recently from 7deaa9d to 5cdd6b3 Compare July 12, 2021 23:42
@DanielMSchmidt DanielMSchmidt force-pushed the construct-telemetry branch 2 times, most recently from d8276a9 to eb4ac9e Compare July 13, 2021 08:31
@DanielMSchmidt DanielMSchmidt force-pushed the construct-telemetry branch 3 times, most recently from 6404df0 to e76a365 Compare July 28, 2021 12:37
@DanielMSchmidt DanielMSchmidt merged commit 3463b89 into main Jul 29, 2021
@DanielMSchmidt DanielMSchmidt deleted the construct-telemetry branch July 29, 2021 16:03
@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2022

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants