mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 09:13:23 +08:00
Spelling mistake on line number 133. (#1331)
This commit is contained in:
@ -130,7 +130,7 @@ class ElasticsearchInstrumentor(BaseInstrumentor):
|
||||
|
||||
def _instrument(self, **kwargs):
|
||||
"""
|
||||
Instruments elasticsarch module
|
||||
Instruments elasticsearch module
|
||||
"""
|
||||
tracer_provider = kwargs.get("tracer_provider")
|
||||
tracer = get_tracer(__name__, __version__, tracer_provider)
|
||||
|
Reference in New Issue
Block a user