We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e859bfe commit 8e79bfcCopy full SHA for 8e79bfc
1 file changed
opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py
@@ -557,7 +557,7 @@ def _import_id_generator(id_generator_name: str) -> IdGenerator:
557
def _import_opamp() -> Callable[[Resource], None] | None:
558
# this in development, at the moment we are looking for a callable that takes
559
# the resource and instantiate an OpAMP agent.
560
- # Since configuration is not specified every implementors may have its own.
+ # Since configuration is not specified every implementers may have its own.
561
# Refer to opentelemetry-opamp-client package on how to setup the OpAMP agent.
562
entry_point = None
563
try:
0 commit comments