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

added agent server port as default port on CW agent #234

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

nathalapooja
Copy link
Contributor

Issue #, if available:

Description of changes:
added agent server port as default port on CW agent

Testing
Unit tests
Manual testing on EKS cluster, verified with new operator image, agent port is opened on pods, daemon set and service

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -33,10 +33,12 @@ const (
AppSignalsGrpcSA = ":4315"
AppSignalsHttpSA = ":4316"
AppSignalsProxySA = ":2000"
AgentServerPort = 4311
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: kind of vague, maybe call it AgentEntityPort?

@nathalapooja nathalapooja merged commit 1cebeeb into main-feature Sep 23, 2024
9 checks passed
@nathalapooja nathalapooja deleted the agent-port branch September 23, 2024 14:16
lisguo added a commit that referenced this pull request Oct 28, 2024
…er (#262)

* added agent server port as default port on CW agent (#234)

* Attach service name source as resource attribute to operator (#235)

* Add service name source for instrumentation and workload

* Change service name source attribute naming

* Fix unit tests for pod mutators

* Simplify service name source determination

* Fix incorrect refactor of source constants

* Use replicaset name as part of service name fallback (#249)

* Use replicaset name as part of service name fallback

* Add chooseServiceName unit test

* Change import statement ordering

* Fix service name source being added multiple times for multiple injections (#254)

* added fix to not override the service name source for multiple auto-inject

---------

Co-authored-by: POOJA REDDY NATHALA <poojardy@amazon.com>
Co-authored-by: zhihonl <61301537+zhihonl@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants