We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3deae commit 02b18acCopy full SHA for 02b18ac
middleware/options.py
@@ -266,7 +266,7 @@ def __init__(
266
OTEL_EXPORTER_OTLP_ENDPOINT, os.environ.get(MW_TARGET, target)
267
)
268
269
- if "https" not in self.target:
+ if "http" not in self.target:
270
self.mw_agent_service = os.environ.get(MW_AGENT_SERVICE, mw_agent_service)
271
if self.mw_agent_service is not None:
272
self.target = f"http://{self.mw_agent_service}:{DEFAULT_PORT}"
0 commit comments