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

Hoenn/agentctl register integrations #342

Merged
merged 5 commits into from
Jan 20, 2021

Commits on Jan 20, 2021

  1. Register integrations in agentctl

    Evan Mena committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    5f8673b View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Evan Mena committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    5c01ab8 View commit details
    Browse the repository at this point in the history
  3. Changelog typo

    Evan Mena committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    42055a7 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    rfratto authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    8b5527b View commit details
    Browse the repository at this point in the history
  5. build agentctl with CGO_ENABLED=1

    importing integrations requires CGO_ENABLED=1 on macOS. Making this
    change also requires installing libsystemd-dev in the agentctl Docker
    containers, as CGO_ENABLED=1 will cause promtail to include the systemd
    tailer.
    rfratto committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    8b44421 View commit details
    Browse the repository at this point in the history