Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running the benchmark shows no jobs completed and no data in grafana #32

Open
shahamit opened this issue Nov 11, 2022 · 4 comments
Open

Comments

@shahamit
Copy link

When I run the benchmark tool locally I see 3 issues

  1. 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.
  2. Grafana dashboard does not show any data. Prometheus and grafana are started with the docker-compose file shared in the github repo.
  3. 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.

@ChrisKujawa
Copy link

@berndruecker
Copy link
Contributor

Is that a duplicate to #10?

@shahamit
Copy link
Author

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

extra_hosts:
      - "host.docker.internal:host-gateway" 

It seems recent commits to the tool are the problem

@falko
Copy link
Contributor

falko commented Feb 27, 2023

As a workaround you could look a the Zeebe Grafana Dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants