-
Notifications
You must be signed in to change notification settings - Fork 399
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
Add Jmeter Prometheus plugin #408
Conversation
Add Jmeter prometheus plugin as suggested here: johrstrom/jmeter-prometheus-plugin#82 I've removed markerClass and componentClasses from the same as I'm not sure what they should refer to.
It's almost good. Please provide in |
|
Added vendor, marker class and component classes
I've added the vendor, marker and component classes |
Codecov Report
@@ Coverage Diff @@
## master #408 +/- ##
============================================
- Coverage 69.37% 69.36% -0.01%
- Complexity 2571 2574 +3
============================================
Files 230 230
Lines 15462 15471 +9
Branches 1569 1571 +2
============================================
+ Hits 10726 10732 +6
+ Misses 3967 3951 -16
- Partials 769 788 +19
Continue to review full report at Codecov.
|
Looks good now. I'm merging it. |
* New BlazeMeter plugin naming convention (undera#406) Updated to new definition * Release UbikLoadPack Video Streaming plugin 7.1.5 (undera#407) Co-authored-by: pmouawad <p.mouawad@ubik-ingenierie.com> * Add Jmeter Prometheus plugin (undera#408) * Add Jmeter Prometheus plugin Add Jmeter prometheus plugin as suggested here: johrstrom/jmeter-prometheus-plugin#82 I've removed markerClass and componentClasses from the same as I'm not sure what they should refer to. * Update various.json Added vendor, marker class and component classes * Add jmeter.backendlistener.azure 0.2.3 release (undera#409) Signed-off-by: Adrián Moreno <adrian@morenomartinez.com> * HLS-Plugin v3.0.3 (undera#410) This patch release includes: • Fix Master-Slave issue, related to RMI mechanism used by JMeter when running that type of test. • Improve URL recognition. * Release UbikLoadPack Video Streaming Plugin 7.1.6 (undera#411) * UbikLoadPack Video Streaming Plugin: Release 7.1.6 * Good version path Co-authored-by: pmouawad <p.mouawad@ubik-ingenierie.com> * RElease new webdriver plugin * Updated dependencies (undera#412) Co-authored-by: RicardoPoleo <ricardo.poleo@cl.abstracta.us> * Added support for Gzip in response headers and modified PUT method (undera#413) * Updated dependencies * Added support for Gzip and modified put method Added support for Gzip in response headers Added data frame to PUT method * Fixed JSON file Co-authored-by: RicardoPoleo <ricardo.poleo@cl.abstracta.us> * RTE-Plugin minor release 3.1 (undera#414) * Updated dependencies * RTE-Plugin v3.1 What's new on this minor release: •Fix issue when sending Attention Key on non-fields screen. •Add support for sending an attention key at a determined position. This feature is very useful for scenarios where screens aren't constituted by fields, and there is a menu waiting for an ENTER key to be pressed on the desired position. In order to set the cursor position when building manually the TestPlan, would be adding a Position Input with the coordinates where we want to place the cursor, and then, is mandatory to set the value of the input, empty. The Recorder will do this automatically. For more information click here •Fix issue when the sample name kept changing when sending inputs using VT420 protocol alongside with the Recorder. Co-authored-by: RicardoPoleo <ricardo.poleo@cl.abstracta.us> * Add HTTP Form Manager (undera#415) * Remove Blockly Editor because it can edit scripts examples (undera#416) Http Simple Table Server scripts examples can't be edited with Blockly so remove Blockly. * Release 7.1.7 (undera#417) Co-authored-by: pmouawad <p.mouawad@ubik-ingenierie.com> * Bump junit from 4.12 to 4.13.1 in /infra/emulators (undera#418) Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: UBIK LOAD PACK <support@ubikloadpack.com> Co-authored-by: pmouawad <p.mouawad@ubik-ingenierie.com> Co-authored-by: Giovanni Paolo Gibilisco <gibbo87@gmail.com> Co-authored-by: Adrián Moreno <adrian@morenomartinez.com> Co-authored-by: Joaquin Araujo <48018971+Baraujo25@users.noreply.github.com> Co-authored-by: Andrey Pokhilko <apc4@ya.ru> Co-authored-by: Ricardo Poleo <ricardopoleo@gmail.com> Co-authored-by: RicardoPoleo <ricardo.poleo@cl.abstracta.us> Co-authored-by: Till Neunast <tilln@users.noreply.github.com> Co-authored-by: vdaburon <vdaburon@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add Jmeter prometheus plugin as suggested here: johrstrom/jmeter-prometheus-plugin#82
I've removed markerClass and componentClasses from the same as I'm not sure what they should refer to.