We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cef14 commit 25e429aCopy full SHA for 25e429a
opentelemetry-instrumentation/src/opentelemetry/instrumentation/distro.py
@@ -50,9 +50,10 @@ def configure(self, **kwargs):
50
def load_instrumentor( # pylint: disable=no-self-use
51
self, entry_point: EntryPoint, **kwargs
52
):
53
- """Takes a collection of instrumentation entry points
54
- and activates them by instantiating and calling instrument()
55
- on each one.
+ """Takes an instrumentation entry point and activates it by instantiating
+ and calling instrument() on it.
+ This is called for each opentelemetry_instrumentor entry point by auto
56
+ instrumentation.
57
58
Distros can override this method to customize the behavior by
59
inspecting each entry point and configuring them in special ways,
0 commit comments