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
I configured an Prometheus Pull Consumer declaration and uploaded it to the API.
I try to pull the metrics and get the "HTTP ERROR 500 AsyncContext Timeout" after around 30s.
ircd_child processes consuming very high CPU and running long after this issue is displayed in the webbrowser.
The error happens always with "ABC_Pull_Consumer" (Default Metrics set by F5, nothing changed) and happens sometimes with "ABC_Pull_Consumer_2". This is on the standby system no load from User Traffic.
Upload declaration, Access the Pull_Consumer Endpoints using webbrowser (or Prometheus)
Error Log
/var/log/restjavad.0.log shows this error:
[WARNING][5296][18 Jan 2024 08:51:26 UTC][8100/shared/iapp/build-package BuildRpmTaskCollectionWorker] Failed to execute the build command 'rpmbuild -bb --define '_tmppath /var/system/tmp' --define 'main /var/config/rest/iapps/f5-telemetry' --define '_topdir /var/config/rest/node/tmp' '/var/config/rest/node/tmp/8fb6a962-332b-4029-adcf-02f29cfd1e60.spec'', Threw:com.f5.rest.workers.shell.CommandExecuteException: Command execution process killed
at com.f5.rest.workers.shell.ShellExecutor.finishExecution(ShellExecutor.java:282)
at com.f5.rest.workers.shell.ShellExecutor.access$000(ShellExecutor.java:34)
at com.f5.rest.workers.shell.ShellExecutor$1.onProcessFailed(ShellExecutor.java:321)
at org.apache.commons.exec.DefaultExecutor$1.run(DefaultExecutor.java:203)
at java.lang.Thread.run(Thread.java:748)
Expected Behavior
OpenTelemetry Plugin should provide the metrics in Prometheus format within a few seconds without consuming all CPU.
Actual Behavior
No metrics, high CPU for long time (5-10 minutes)
The text was updated successfully, but these errors were encountered:
Environment
Summary
I configured an Prometheus Pull Consumer declaration and uploaded it to the API.
I try to pull the metrics and get the "HTTP ERROR 500 AsyncContext Timeout" after around 30s.
ircd_child processes consuming very high CPU and running long after this issue is displayed in the webbrowser.
The error happens always with "ABC_Pull_Consumer" (Default Metrics set by F5, nothing changed) and happens sometimes with "ABC_Pull_Consumer_2". This is on the standby system no load from User Traffic.
Steps To Reproduce
Upload declaration, Access the Pull_Consumer Endpoints using webbrowser (or Prometheus)
Error Log
/var/log/restjavad.0.log shows this error:
Expected Behavior
OpenTelemetry Plugin should provide the metrics in Prometheus format within a few seconds without consuming all CPU.
Actual Behavior
No metrics, high CPU for long time (5-10 minutes)
The text was updated successfully, but these errors were encountered: