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

Enable jmx receiver #4067

Merged
merged 2 commits into from
Aug 7, 2023
Merged

Enable jmx receiver #4067

merged 2 commits into from
Aug 7, 2023

Conversation

mackjmr
Copy link
Member

@mackjmr mackjmr commented Jul 25, 2023

This PR creates a deployment collector pointed to the daemonset collector on the same host.
This Deployment collector has:

  • jmx receiver for broker
  • jmx receiver for producer
  • jmx receiver for consumer
  • zookeeper receiver

This needs to be done in a deployment, rather than adding the receivers to the daemonset, as if we were to add the receiver to the daemonset each collector agent would pull the same data, leading to duplicate metrics.

Related demo PR DataDog/opentelemetry-demo#16.

@mackjmr mackjmr force-pushed the mackjmr/add-jmx-receiver-staging branch from dccbe6c to ef5fcb3 Compare August 1, 2023 14:52
@mackjmr mackjmr requested a review from dineshg13 August 1, 2023 15:11
@mackjmr
Copy link
Member Author

mackjmr commented Aug 7, 2023

@dineshg13 can you please take a look ?

@mackjmr mackjmr merged commit c7b3bc6 into prod Aug 7, 2023
88 checks passed
@mackjmr mackjmr deleted the mackjmr/add-jmx-receiver-staging branch August 7, 2023 15:13
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