-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CHORE] processing discovered targets async (#3517)
* Revert "Support configuring java runtime from configmap or secret (env.valueFrom)" (#3510) * Revert "Support configuring java runtime from configmap or secret (env.valueF…" This reverts commit 2b36f0d. * chlog (#3511) * [CHORE] changing log level Signed-off-by: Nicolas Takashi <[email protected]> * [CHORE] renaming method Signed-off-by: Nicolas Takashi <[email protected]> * [CHORE] adding change log entry Signed-off-by: Nicolas Takashi <[email protected]> * [CHORE] locking targets per job Signed-off-by: Nicolas Takashi <[email protected]> * Update .chloggen/discovering-target-async.yaml Co-authored-by: Mikołaj Świątek <[email protected]> * [REFACTORY] applying comments Signed-off-by: Nicolas Takashi <[email protected]> * [CHORE] adding mutex back Signed-off-by: Nicolas Takashi <[email protected]> --------- Signed-off-by: Nicolas Takashi <[email protected]> Co-authored-by: Jacob Aronoff <[email protected]> Co-authored-by: Mikołaj Świątek <[email protected]>
- Loading branch information
1 parent
5eefae8
commit b387afd
Showing
5 changed files
with
187 additions
and
67 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: enhancement | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action) | ||
component: target allocator | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Process discovered targets asyncchronously | ||
|
||
# One or more tracking issues related to the change | ||
issues: [1842] | ||
|
||
# (Optional) One or more lines of additional information to render under the primary note. | ||
# These lines will be padded with 2 spaces and then inserted directly into the document. | ||
# Use pipe (|) for multiline entries. | ||
subtext: | | ||
This change enables the target allocator to process discovered targets asynchronously. | ||
This is a significant performance improvement for the target allocator, as it allows it to process targets in parallel, rather than sequentially. | ||
This change also introduces new metrics to track the performance of the target allocator. | ||
- opentelemetry_allocator_process_targets_duration_seconds: The duration of the process targets operation. | ||
- opentelemetry_allocator_process_target_groups_duration_seconds: The duration of the process target groups operation. |
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
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
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
Oops, something went wrong.