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

Track basic runtime information #11

Closed
Tracked by #23
jezdez opened this issue Oct 11, 2024 · 1 comment · Fixed by #30
Closed
Tracked by #23

Track basic runtime information #11

jezdez opened this issue Oct 11, 2024 · 1 comment · Fixed by #30
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jezdez
Copy link
Member

jezdez commented Oct 11, 2024

Implement a metric collector for basic information about the current conda environment and session, e.g. with information taken from the conda info subcommand process:

  • Conda version
  • Python version
  • Solver version
  • Version of plugin
  • Conda-build version
  • Virtual packages
  • platform
  • Configured channels (sanitized, no tokens)
  • Local time in UTC
@jezdez jezdez added this to the M1.1 milestone Oct 11, 2024
@travishathaway travishathaway mentioned this issue Oct 15, 2024
3 tasks
@travishathaway travishathaway added the enhancement New feature or request label Oct 15, 2024
@travishathaway travishathaway self-assigned this Oct 15, 2024
@travishathaway
Copy link
Collaborator

@jezdez,

I'm going to leave out the following because they are already present in the User-Agent header we send:

  • Conda version
  • Python version
  • Solver version
  • platform (via "os_distribution_name_version" and "platform_system_release)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants