-
Type: Bug
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Embedded Shell, Telemetry Data
-
None
-
2
Problem Statement/Rationale
enableTelemetry() and disableTelemetry() of the Shell API are available in the Compass shell although they probably do nothing. This may create the expectation that one can configure the Compass telemetry collection from the shell.
Steps to Reproduce
Open the shell and run disableTelemetry()
Expected Results
Error: disableTelemetry does not exist or is not available for this platform.
Also, I'd expect that it does not show up in autocomplete.
Actual Results
The command exists but probably does nothing. Once it's executed the user is just returned to the prompt.
Additional Notes
Any additional information that may be useful to include.
- is caused by
-
COMPASS-5265 Running enableTelemetry() and disableTelemetry() missing status result
- Closed