Automatic Disabling of Failing Streaming Integrations
Last updated
Last updated
Streaming integrations consume resources on the ThousandEyes backend. To maintain efficiency, only functional streaming integrations are supported.
If a streaming integration fails to stream data for three consecutive days, you receive a warning notification in the ThousandEyes platform. This notification informs you that the integration will be disabled if the issue is not resolved. You can find your notifications at the bell icon.
If failures continue for seven consecutive days, the integration is disabled automatically, and the platform notifies you again.
Successful data export at any point resets the failure counter to zero.
Failures can occur due to:
Invalid Target URL: The configured URL cannot receive OTLP data.
Invalid Target Protocol: Incorrect protocol configuration leads to data export attempts using an incorrect protocol.
Invalid Authentication Headers: Incorrect tokens in headers may lead to HTTP 401 errors, as the data export request fails authentication.
Invalid Content Type: Missing or incorrect content type headers can cause data export failures.
Streaming integrations are disabled, not deleted. You can correct configurations and re-enable them.
In the ThousandEyes platform, go to Integrations.
Click the disabled integration to open the edit window.
Toggle the Integration Status to Enabled.
Click Save to apply changes.
Send a PUT HTTP request to enable the integration:
Response Example: