We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579da8c commit 23f3ff7Copy full SHA for 23f3ff7
1 file changed
opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py
@@ -559,7 +559,7 @@ def _initialize_components(
559
# This is different than other init helpers because setting up OpAMP requires distro
560
# provided code as it's not strictly specified. We call OpAMP init before other code
561
# because people may want to have it blocking to get an updated config before setting
562
- # up the rest.
+ # up the rest of the SDK.
563
try:
564
_init_opamp = _import_opamp()
565
_init_opamp(resource=resource)
0 commit comments