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

SAMZA-2764: add the metric "container-active-threads" back #1638

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

alnzng
Copy link
Contributor

@alnzng alnzng commented Nov 1, 2022

Symptom

No data was emitted for the metric container-active-threads

Cause

This PR(#1501 ) removed the logic to emit data for metric accidently: https://github.com/apache/samza/pull/1501/files#diff-f79781ad4c55ae7860829b06fd9dfd15e8069c37e64f8854d8f27ca2cd1f3ee5L637

Changes

  • Add the deleted logic back in a new classSamzaContainerMonitorListener

Tests

  • Unit tests

Signed-off-by: Alan Zhang <shuai.xyz@gmail.com>
@mynameborat mynameborat merged commit 95a0c33 into apache:master Nov 3, 2022
@alnzng
Copy link
Contributor Author

alnzng commented Nov 4, 2022

thanks for merging it @mynameborat

@alnzng alnzng deleted the SAMZA-2764 branch November 8, 2022 21:48
ehoner pushed a commit to ehoner/samza that referenced this pull request Apr 11, 2023
Symptom
No data was emitted for the metric container-active-threads

Cause
This PR(apache#1501 ) removed the logic to emit data for metric accidently: https://github.com/apache/samza/pull/1501/files#diff-f79781ad4c55ae7860829b06fd9dfd15e8069c37e64f8854d8f27ca2cd1f3ee5L637

Changes
Add the deleted logic back in a new classSamzaContainerMonitorListener
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants