-
Notifications
You must be signed in to change notification settings - Fork 37
Add AIX Support to the collector #1940
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
Draft
Dylan-M
wants to merge
64
commits into
release/v2.0.0
Choose a base branch
from
aix2.0.0
base: release/v2.0.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
2 tasks
347316a
to
d691525
Compare
45cb859
to
8d9c3e4
Compare
958f346
to
acd3648
Compare
acd3648
to
1293dc1
Compare
8233df1
to
5a24011
Compare
062210b
to
7c3fe8f
Compare
0661be9
to
1c24a83
Compare
* wip * refactor repo * update workflow go versions * update build flow to install-tools * update build license check * new make target * rename to manifests * update release workflow * package supervisor with agent * resolve errs with gcp exporters * update version to have go.mod * get google exporters correctly importing version * manifest documentation * use updated version commit in google exporters * include supervisor as prebuilt binary * remove config.yaml from release pkg since its not used by supervisor/agent now * feedback 1/n * rebase cleanup * update go version in a few actions, use https git clone for contrib * change tool cache and fix release-test * replace rest of tool caches
add a bit more detail on using a custom manifest
* wip * update macos install script * agent log file msg * agent labels * minor fixes, different storage name, agent log & cfg in supervisor storage * use shell formatter, remove supervisor ownership, rm rf agent repo for simplicity
* update unix install scripts * dedup messages * docker updates * docker working * rename to supervisor.yaml, add pre & post remove scripts, remove uninstall section, update entrypoint for docker images * update permission for supervisor cfg * new supervisor storage changes * use INSTALL_DIR const * messing around with pre-post scripts * use shell formatter & finalize scripts * remove returns, update msg, remove log dir creation in goreleaser * move supervisors files creation into goreleaser * only pull most recent contrib commit, change replace to internal pkg for gcp exporters * chown opampsupervisor * remove user var
* shell formatter * wip * working script * polish script, add cleanup option * add license to new script * add yq install comment * typo
* wip * initial testing * add goreleaser logging * install tools * simplify manual msi build action * fix supervisor binary * polish * change back service name * remove goreleaser logs * update supervisor labels field * add supervisor_storage, rename cfg to supervisor.yaml, try removing supervisor storage on uninstall * cleanup logging and use -r flag when removing supervisor_storage * include supervisor_storage dir
* remove logging.yaml * remove logging files
f320268
to
6fe3f84
Compare
… of install script
e8546a0
to
1f3078e
Compare
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.
feat(AIX):
= Enable building and deploying the collector for AIXProposed Change
Add AIX support to the collector.
Checklist