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

Fix duplicated probe not instrumented #4665

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

jpbempel
Copy link
Member

@jpbempel jpbempel commented Feb 6, 2023

What Does This Do

copy a log probe when receive new configuration to detect changes for a duplicated probe

Motivation

Since we keep the same instance of deserialized probe and for duplicated we add them in the log definition as additional probes, changes are not detected with ConfigurationComparer

Additional Notes

copy a log probe when receive new configuration to detect changes
for a duplicated probe
Since we keep the same instance of deserialized probe and for
duplicated we add them in the log definition as additional probes,
changes are not detected with ConfigurationComparer
@jpbempel jpbempel requested a review from a team as a code owner February 6, 2023 09:06
@jpbempel jpbempel requested review from ojung and removed request for a team February 6, 2023 09:06
@jpbempel jpbempel added the comp: debugger Dynamic Instrumentation label Feb 6, 2023
Copy link
Member

@ojung ojung left a comment

Choose a reason for hiding this comment

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

Nice, I think this will help down the line 👍

@jpbempel jpbempel merged commit e20d1c3 into master Feb 6, 2023
@jpbempel jpbempel deleted the jpbempel/fix-dup-config-changes branch February 6, 2023 14:02
@github-actions github-actions bot added this to the 1.7.0 milestone Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: debugger Dynamic Instrumentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants