Skip to content

Commit

Permalink
Update exporter/opentelemetry-exporter-otlp-proto-grpc/src/openteleme…
Browse files Browse the repository at this point in the history
…try/exporter/otlp/proto/grpc/__init__.py
  • Loading branch information
srikanthccv authored Nov 14, 2022
1 parent 7518599 commit 3b6b773
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@
"""
from .version import __version__

otel_string = "OTel OTLP Exporter Python/" + __version__
_OTLP_GRPC_HEADERS = [("user-agent", otel_string)]
_user_agent_header_value = "OTel OTLP Exporter Python/" + __version__
_OTLP_GRPC_HEADERS = [("user-agent", _user_agent_header_value)]

0 comments on commit 3b6b773

Please sign in to comment.