You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connectionCanBeMadeToOpenTelemetryCollectorContainer sometimes fails because the OpenTelemetry collector running in the container doesn't respond quickly enough. We currently make two scrape attempts, one that uses Awaitility and will be retried if needed and one that does not. We're not testing the stability of the OpenTelemetry collector but our ability to correctly create connection details that can connect to it. We could hopefully improve things by making a single scrape attempt that uses Awaitility.
The text was updated successfully, but these errors were encountered:
connectionCanBeMadeToOpenTelemetryCollectorContainer
sometimes fails because the OpenTelemetry collector running in the container doesn't respond quickly enough. We currently make two scrape attempts, one that uses Awaitility and will be retried if needed and one that does not. We're not testing the stability of the OpenTelemetry collector but our ability to correctly create connection details that can connect to it. We could hopefully improve things by making a single scrape attempt that uses Awaitility.The text was updated successfully, but these errors were encountered: