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

The new dashboard does not work with xk6-disruptor #387

Closed
fslevoaca-ionos opened this issue Feb 13, 2024 · 8 comments · Fixed by #388
Closed

The new dashboard does not work with xk6-disruptor #387

fslevoaca-ionos opened this issue Feb 13, 2024 · 8 comments · Fixed by #388
Assignees

Comments

@fslevoaca-ionos
Copy link

fslevoaca-ionos commented Feb 13, 2024

Hi,
The new dashboard k6 feature released in version v0.49.0 does not work with xk6-disruptor.

Is it possible to make it available also here ?

@olegbespalov
Copy link

Hi @fslevoaca-ionos !

What exactly doesn't work, or what is missing from the xk6-disruptor and web dashboard integration standpoint? Thanks!

@fslevoaca-ionos
Copy link
Author

fslevoaca-ionos commented Feb 14, 2024

Hi @olegbespalov ,

Using the k6 command, the dashboard port is opened and everything works as expected:

 K6_WEB_DASHBOARD=true k6 run loadTest.js

=>

          /\      |‾‾| /‾‾/   /‾‾/   
     /\  /  \     |  |/  /   /  /    
    /  \/    \    |     (   /   ‾‾\  
   /          \   |  |\  \ |  (‾)  | 
  / __________ \  |__| \__\ \_____/ .io

     execution: local
        script: loadTest.js
 web dashboard: http://127.0.0.1:5665
        output: -

However, the dashboard is not available for the xk6-disruptor command

K6_WEB_DASHBOARD=true xk6-disruptor run loadTest.js

=>

          /\      |‾‾| /‾‾/   /‾‾/   
     /\  /  \     |  |/  /   /  /    
    /  \/    \    |     (   /   ‾‾\  
   /          \   |  |\  \ |  (‾)  | 
  / __________ \  |__| \__\ \_____/ .io

  execution: local
     script: zoneLoad.js
     output: -

No dashboard port is opened.

@olegbespalov
Copy link

Okay, I see now. Thanks for the clarification.

The issue is that xk6-disruptor is based on the version of the k6 that has no new dashboard. The good news is that, in theory, it's not a big deal to upgrade a version there. I even see that the project has a PR that should do the upgrade #378 (but CI jobs are failed there). I'll let the corresponding team know.

The new web dashboard should become available once the base k6 version in xk6-disruptor is upgraded.

@olegbespalov olegbespalov transferred this issue from grafana/k6 Feb 14, 2024
@olegbespalov olegbespalov removed their assignment Feb 14, 2024
@pablochacin pablochacin mentioned this issue Feb 14, 2024
9 tasks
@pablochacin pablochacin self-assigned this Feb 14, 2024
@pablochacin
Copy link
Collaborator

@fslevoaca-ionos Thanks for reporting this issue. It should be fixed with the release v0.3.11

@fslevoaca-ionos
Copy link
Author

Thank you and best regards !

@fslevoaca-ionos
Copy link
Author

Is there any .deb binary available ?

@pablochacin
Copy link
Collaborator

@fslevoaca-ionos we have identified an issue with the release process that is preventing the publication of the artifacts #390

@pablochacin
Copy link
Collaborator

@fslevoaca-ionos this issue is now solved and .deb package is available.

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

Successfully merging a pull request may close this issue.

3 participants