Telemetry - atmos describe cmd#1342
Merged
goruha merged 9 commits intoDEV-2965/consolidate-cmd-telemetryfrom Jul 2, 2025
Merged
Telemetry - atmos describe cmd#1342goruha merged 9 commits intoDEV-2965/consolidate-cmd-telemetryfrom
atmos describe cmd#1342goruha merged 9 commits intoDEV-2965/consolidate-cmd-telemetryfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## DEV-2965/consolidate-cmd-telemetry #1342 +/- ##
=====================================================================
Coverage ? 51.04%
=====================================================================
Files ? 243
Lines ? 26109
Branches ? 0
=====================================================================
Hits ? 13328
Misses ? 11132
Partials ? 1649
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
Author
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
23d4c31 to
770948c
Compare
|
💥 This pull request now has conflicts. Could you fix it @goruha? 🙏 |
goruha
added a commit
that referenced
this pull request
Jul 3, 2025
* Consolidate cmd telemetry * [autofix.ci] apply automated fixes * Update root.go * Capture commands * Telemetry - `atmos describe` cmd (#1342) * Added telemetry to describe commands * Update TestCLICommands_atmos_describe_config_imports.stderr.golden * Update TestCLICommands_atmos_describe_configuration.stderr.golden * Fix tests * Update describe_component.go * Update describe_config.go * Update describe_stacks.go * Update describe_workflows.go * Fix tests * Fix tests --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
goruha
added a commit
that referenced
this pull request
Jul 4, 2025
* Added initial implementation of telemetry * [autofix.ci] apply automated fixes * Fix lint * Fix lint * Fix lint * Fix lint * Fix lint * Fix lint * Fix test * Fix acceptance tests * Reduce tests verbosity * Reduce tests verbosity * Fix tests * [autofix.ci] apply automated fixes * Addded tests * Added tests for utils * [autofix.ci] apply automated fixes * Address comments * [autofix.ci] apply automated fixes * Fix tests * [autofix.ci] apply automated fixes * DRY * Split full PR to small PRs * Split full PR to small PRs * Split full PR to small PRs * Fix tests * Added support CI, docker and Atmos pro * Reduce public package methods * [autofix.ci] apply automated fixes * Added interface to be generated by mock * [autofix.ci] apply automated fixes * Address coderabbit comments * Address coderabbit comments * [autofix.ci] apply automated fixes * Fix tests * Remove telemetry timeout schema * Remove telemetry timeout schema * Fix tests * Fix cache dependent tests * [autofix.ci] apply automated fixes * Fix cache dependent tests * Fix read-only dir testcase * Fix read-only dir testcase * Fix tests * Fix tests * Fix tests bypassing cache on error * Fix tests bypassing cache on error * Fix tests bypassing cache on error * Added comment * Added comment * Added comment * Address comments * Address comments * Address comments * refactor telemetry provider to use pointer config (#1329) * Added comments * Revert disclouser message * Added disclosure messages * Added disclosure messages * Fix accptance tests * Delete test.log * Move disclosure message to separate PR * Move disclosure message to separate PR * Move disclosure message to separate PR * Move disclosure message to separate PR * Regenerate README * Renew token * [autofix.ci] apply automated fixes * Address comments * Add telemetry to commands (#1360) * Consolidate cmd telemetry * [autofix.ci] apply automated fixes * Update root.go * Capture commands * Telemetry - `atmos describe` cmd (#1342) * Added telemetry to describe commands * Update TestCLICommands_atmos_describe_config_imports.stderr.golden * Update TestCLICommands_atmos_describe_configuration.stderr.golden * Fix tests * Update describe_component.go * Update describe_config.go * Update describe_stacks.go * Update describe_workflows.go * Fix tests * Fix tests --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> * Atmos site Telemetry page (#1335) * Added telemetry site page * Update website/docs/cli/telemetry.mdx Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com> * Update website/docs/cli/telemetry.mdx Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com> * Update website/docs/cli/telemetry.mdx Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com> * Update website/docs/cli/telemetry.mdx Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com> * Apply suggestions from code review Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com> --------- Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com> * Added telemetry disclosure messages (#1332) * Added disclosure messages * Added disclosure messages * Cherry pick disclosure message * Fix tests * Fix tests * Fix tests * Improve disclosure messages * Fix tests * Fix tests * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
what
atmos describecommandwhy
References