Failed to resolve 'otlp.agentops.ai' #1261
SHAI-Akshay-Tripathi
started this conversation in
General
Replies: 1 comment
-
|
From my point of view, this is a network-resolution failure first and a tracing problem second. If DNS or egress to otlp.agentops.ai is unstable, the SDK should ideally degrade into buffered export or a very explicit local-only mode instead of repeatedly surfacing noisy span export errors. It would also help if there were a lightweight health check or startup validation so users can distinguish telemetry transport failure from agent runtime failure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🖇 AgentOps: Network error during span export: HTTPSConnectionPool(host='otlp.agentops.ai', port=443): Max retries exceeded with url: /v1/traces (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x12e716490>: Failed to resolve 'otlp.agentops.ai' ([Errno 8] nodename nor servname provided, or not known)"))
Beta Was this translation helpful? Give feedback.
All reactions