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

Unify hostname detection in config and telemetry #4352

Merged
merged 2 commits into from
Dec 1, 2022

Commits on Dec 1, 2022

  1. Unify hostname detection in config and telemetry

    * In telemetry, used the hostname discovered in Config initialization.
    * In Config, try `/proc/sys/kernel/hostname` and `/etc/hostname` before
      the `hostname` command.
    smola committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    5d5a218 View commit details
    Browse the repository at this point in the history
  2. Use Strings.trim

    smola committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    b43facf View commit details
    Browse the repository at this point in the history