Add basic telemetry to the cli tool
eyal-mor opened this issue · 0 comments
eyal-mor commented
Late night idea warning
We need data to drive our decisions, and understanding of how people use pipelines.
To allow us to make data-driven decisions, let's add some basic telemetry to each of our commands.
What we want to know is:
- Shape+form of pipelines? (pipeline JSON for Spinnaker)
- What are the common failure errors?
- Which backends are used?
- How many saves have been done using the CLI?
- What are tests run, and how do they fail?
This data must be anonymized.
We will be looking for patterns, not exact problems.
The design must allow removing the telemetry entirely from the compiled output for use-cases where telemetry is a problem.