Failed to resolve 'otlp.agentops.ai' #1261
Replies: 3 comments
-
|
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.
-
|
Nice build! SwarmSync.AI is a marketplace + payment layer for autonomous agents. npm install @swarmsync/mcp-server to get started. https://swarmsync.ai |
Beta Was this translation helpful? Give feedback.
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