-
Notifications
You must be signed in to change notification settings - Fork 291
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
add support for multiple configurations for debugger #4285
Merged
shatzi
merged 3 commits into
master
from
shatzi/DEBUG-1186/debugger-multi-config-support
Nov 29, 2022
Merged
add support for multiple configurations for debugger #4285
shatzi
merged 3 commits into
master
from
shatzi/DEBUG-1186/debugger-multi-config-support
Nov 29, 2022
Conversation
This file contains 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
shatzi
force-pushed
the
shatzi/DEBUG-1186/debugger-multi-config-support
branch
from
November 21, 2022 03:33
3c44d78
to
a2d7c55
Compare
jpbempel
reviewed
Nov 21, 2022
remote-config/src/main/java/datadog/remoteconfig/ConfigurationPoller.java
Outdated
Show resolved
Hide resolved
remote-config/src/main/java/datadog/remoteconfig/state/ParsedConfigKey.java
Outdated
Show resolved
Hide resolved
remote-config/src/main/java/datadog/remoteconfig/state/ProductState.java
Outdated
Show resolved
Hide resolved
remote-config/src/main/java/datadog/remoteconfig/state/ProductState.java
Outdated
Show resolved
Hide resolved
jpbempel
reviewed
Nov 21, 2022
remote-config/src/main/java/datadog/remoteconfig/ConfigurationPoller.java
Outdated
Show resolved
Hide resolved
remote-config/src/main/java/datadog/remoteconfig/ConfigurationPoller.java
Outdated
Show resolved
Hide resolved
remote-config/src/main/java/datadog/remoteconfig/state/ParsedConfigKey.java
Outdated
Show resolved
Hide resolved
remote-config/src/main/java/datadog/remoteconfig/state/ProductState.java
Outdated
Show resolved
Hide resolved
shatzi
requested review from
cimi and
ojung
and removed request for
a team and
cimi
November 22, 2022 01:59
jpbempel
approved these changes
Nov 22, 2022
ojung
reviewed
Nov 22, 2022
remote-config/src/main/java/datadog/remoteconfig/ConfigurationPoller.java
Outdated
Show resolved
Hide resolved
remote-config/src/main/java/datadog/remoteconfig/ConfigurationPoller.java
Outdated
Show resolved
Hide resolved
.../agent-debugger/src/main/java/com/datadog/debugger/agent/DebuggerProductChangesListener.java
Outdated
Show resolved
Hide resolved
remote-config/src/main/java/datadog/remoteconfig/state/ProductState.java
Outdated
Show resolved
Hide resolved
shatzi
force-pushed
the
shatzi/DEBUG-1186/debugger-multi-config-support
branch
from
November 22, 2022 17:56
33789ef
to
cf58df4
Compare
ojung
approved these changes
Nov 22, 2022
shatzi
force-pushed
the
shatzi/DEBUG-1186/debugger-multi-config-support
branch
7 times, most recently
from
November 24, 2022 04:53
85a6845
to
d4f3a17
Compare
smola
added
comp: debugger
Dynamic Instrumentation
comp: remote config
Configuration at Runtime
labels
Nov 24, 2022
shatzi
force-pushed
the
shatzi/DEBUG-1186/debugger-multi-config-support
branch
from
November 24, 2022 19:07
d4f3a17
to
2e57d15
Compare
smola
approved these changes
Nov 25, 2022
shatzi
force-pushed
the
shatzi/DEBUG-1186/debugger-multi-config-support
branch
from
November 25, 2022 23:57
99247c9
to
bfbf5e8
Compare
shatzi
force-pushed
the
shatzi/DEBUG-1186/debugger-multi-config-support
branch
from
November 28, 2022 19:53
bfbf5e8
to
7966bfb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
What Does This Do
Adding support for multiple configuration for debugger. This allow backend to send multiple probe configuration to be applied at the client library
Motivation
Support for logs probes.
Additional Notes