-
Notifications
You must be signed in to change notification settings - Fork 28
Implemented TargetAllocator resource deployments. #208
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
Merged
musa-asad
merged 105 commits into
aws:target-allocator
from
musa-asad:target-allocator-v0.90.0
Oct 1, 2024
Merged
Changes from 20 commits
Commits
Show all changes
105 commits
Select commit
Hold shift + click to select a range
4b1eb31
Implemented TargetAllocator deployment and other dependencies from up…
musa-asad 0e079bd
Added unit tests, organization, and relevant build files.
musa-asad ca26265
Fixed tests.
musa-asad 3a871af
Update crds.
musa-asad 0755622
Updated docs.
musa-asad a77533f
Reversed crd changes.
musa-asad 1d8a923
Generated files.
musa-asad 15a2e2b
Updated webhooks.
musa-asad 2c7b788
Updated config_replace.go to include allocator logic.
musa-asad 4202fae
Revert "Updated config_replace.go to include allocator logic."
musa-asad ea3c937
Updated doc and imports.
musa-asad 0ef5529
Revert "Updated doc and imports."
musa-asad ec14fe5
Revert "Updated webhooks."
musa-asad d324ccf
Replica if enabled.
musa-asad 2979609
Auto-generated.
musa-asad 1235400
Added default config.
musa-asad db8c52f
Revert "Added default config."
musa-asad 6da51f6
Removed errors for testing.
musa-asad 36d1c6c
Revert "Removed errors for testing."
musa-asad 3cdebd9
Use prometheusConfig.
musa-asad cfe2dbe
Fix version.
musa-asad c220dd5
Included validation in webhooks.
musa-asad 561b2ff
Use prometheus config.
musa-asad 60a2856
Updated webook test and added types to v1alpha2.
musa-asad f8720f4
Fixed test.
musa-asad 75a0168
Removed extra comma.
musa-asad a1860bd
Auto-generated files.
musa-asad fe690fd
Removed pod mode validation.
musa-asad 96080d2
Made prometheusConfig format specific to its use-case.
musa-asad 9939f55
Use config instead of global for prometheusConfig yaml.
musa-asad fad09e9
Addressed some comments: yaml, target-allocator, and use consistent-h…
musa-asad 1102dc1
Changed to TARGET_ALLOCATOR.
musa-asad ceaaa49
Removed unused escape 16326 logic.
musa-asad d77d772
Use Prometheus naming convention and fixed Makefile.
musa-asad d530489
Reverted yaml name.
musa-asad 6002c81
Deploy Prometheus ConfigMap, Volume, and VolumeMount.
musa-asad 2fffbdb
Spacing.
musa-asad e254d68
Spacing.
musa-asad 15bfd18
Update E2E file name (#213)
harrryr 95a68d1
Adding support for NodeJS auto instrumentation and integ tests (#220)
Paramadon 9aabd53
Version bumps and updating release notes for v1.7.0 release (#221)
mitali-salvi 681ec79
Added unit test for checking added volume.
musa-asad cff2d6e
Added configmap testing for prometheus.
musa-asad 622570f
Enforce statefulset.
musa-asad c6a15f3
Implemented ReplacePrometheusConfig to allow for service discovery en…
musa-asad 249c7f9
Fixed incorrect parsing.
musa-asad 48099b4
Added testing for service discovery changes.
musa-asad ad907fd
Add testing for config_replace.go.
musa-asad 85387a1
Fixing version.txt version of dotnet and nodejs (#228)
Paramadon 25d547c
Fixing integration tests for EKS add-on with the change to separate C…
mitali-salvi af44378
Support configurable resources for NodeJS. (#225)
musa-asad a5c350e
Use target allocator service account name.
musa-asad cbf802f
Give a set name for the target allocator service account.
musa-asad 8b9af0a
Fixed naming.
musa-asad e79ca42
Updated featuregate description.
musa-asad 3e190b3
Fixed labels, comments, and naming conventions.
musa-asad f51816b
Change test failure to echo a warning when checking k8s version depen…
lisguo 194b0b8
Re-introduce double dollar env substitution logic.
musa-asad 12fcab9
Migrated prometheus type from string to PrometheusConfig struct.
musa-asad 8a60455
Use yaml2 for configmap_test.go.
musa-asad 28164a4
Add changes to v1alpha2.
musa-asad 8516295
Implement marshaling and unmarshaling for AnyConfig.
musa-asad a8852ce
Add TA version to labels.
musa-asad a32bbc0
Open Application Signals ports on CWAgent only when enabled (#230)
Paramadon d84410b
Merge branch 'main' into target-allocator-v0.90.0
musa-asad 55c57ff
Merge branch 'main' into merge-main
musa-asad 8134bde
Merge branch 'target-allocator' into target-allocator-v0.90.0
musa-asad 377104f
Supporting K8s 1.31 (#222)
mitali-salvi d124688
Merge branch 'aws:main' into target-allocator-v0.90.0
musa-asad 646940a
Merge branch 'target-allocator' into target-allocator-v0.90.0
musa-asad 130eee3
Fix version back.
musa-asad 7512b4b
Don't unescape 93073 for prometheus config.
musa-asad 87964bf
Fix test.
musa-asad 0afedf1
Fix test.
musa-asad 95d9c66
Removed double dollar to single dollar substitution logic.
musa-asad ce3edda
Removed more double dollar usages.
musa-asad b6faf59
Fix import.
musa-asad e07b0a6
Remove collector_id from httpsd logic.
musa-asad e432bd9
Remove unused proxy environmental variables.
musa-asad 71d6405
Remove unused proxy tests.
musa-asad db066a0
Revert "Merge branch 'main' into target-allocator-v0.90.0"
musa-asad f4783e2
Revert "Merge branch 'target-allocator' into target-allocator-v0.90.0"
musa-asad 923cb42
Revert "Merge branch 'aws:main' into target-allocator-v0.90.0"
musa-asad 32e6e72
Revert "Merge branch 'target-allocator' into target-allocator-v0.90.0"
musa-asad cf4a6ad
Revert "Merge branch 'main' into merge-main"
musa-asad 05fccd4
Revert last 5 commits.
musa-asad dab4047
Addressed comments.
musa-asad 2df53f0
Merge remote-tracking branch 'upstream/target-allocator' into target-…
musa-asad 0f3ca46
Updated configmap format.
musa-asad 712bf31
Fixed issues.
musa-asad 9a1c4e4
Made prometheus configmap compatible with current agent prometheus in…
musa-asad e0ddd4a
Made service name constant.
musa-asad 0c6673e
Revert "Made service name constant."
musa-asad 371812e
Make service name constant.
musa-asad a4e74da
Fix Makefile.
musa-asad 557c263
Remove comment.
musa-asad 9ec6ae7
Use ConfigMapEntry().
musa-asad f3446ec
Use function for service name.
musa-asad acd158f
Use constants isntead of ConfigMapEntry().
musa-asad 4946b79
Use function for TAService().
musa-asad 801e9eb
Use ConfigMapEntry() with fixed tests.
musa-asad 2519ad1
Test ConfigMapEntry() for TA.
musa-asad deb08d5
Made target port 8080.
musa-asad ae90c31
Addressed nits.
musa-asad 1986ad7
Fix imports.
musa-asad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.