Spelling mistake on line number 133. (#1331)

This commit is contained in:
rahuldimri
2022-09-18 08:16:22 +05:30
committed by GitHub
parent 76a565e8bd
commit 156203ca79

View File

@ -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)