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
When I run the benchmark tool locally I see 3 issues
No jobs or processes aren't getting completed. The PI Completed and COMPLETED JOBS counters are printed on the console as always 0. The detailed logs are shared here. Assuming its because of the flag thats passed as false to SimpleDelayCompletionHandler class constructor, I modified it to true but that does not have any effect on the output.
Grafana dashboard does not show any data. Prometheus and grafana are started with the docker-compose file shared in the github repo.
There is an exception on startup - workerName is null. I am not sure if this has any effect on the outcome.
I have cloned this repo and modified the application.properties to connect to the locally deployed zeebe instance. No other code change. Any help would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
I could get the tool running by checking out an old commit (SHA - a1e5f84). With this 1 and 3 issues are resolved.
I had modify the docker-compose file to update prometheus container to listen to the docker host by adding this. This resolves the 2 issue mentioned above
When I run the benchmark tool locally I see 3 issues
I have cloned this repo and modified the application.properties to connect to the locally deployed zeebe instance. No other code change. Any help would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: