Add LLM Metrics Visualizer plugin v0.2 with JDK 8 support - #818
Conversation
- Adds LLM Metrics Visualizer plugin to plugin registry - Includes both v0.2 (JDK 8 compatible) and v0.1 releases - Plugin provides TTFT, TPOT, RPS metrics for LLM API load testing - Supports token counting per request and per minute metrics - Response time percentiles with grouping by sampler name
There was a problem hiding this comment.
Pull request overview
Adds the LLM Metrics Visualizer plugin to the JMeter Plugins registry, publishing v0.2 as the latest release with JDK 8 compatibility so users can install it via the plugin ecosystem.
Changes:
- Registered new plugin
llm-metrics-visualizer(LLM Metrics Visualizer) in the registry. - Added version metadata for v0.2 (JDK 8 compatible) and v0.1, including download URLs and change notes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
undera
left a comment
There was a problem hiding this comment.
The plugin descriptor for updates should only change fields of existing descriptor, not create new one
|
Some reason, Version 0.1 is not visible on jmeter plugins.org , so I have submitted the new one . Could you help me here . |
That was a poor conflict resolution. I restored it with: caea577 |
LLM Metrics Visualizer Plugin - Version 0.2 Release
This PR adds the LLM Metrics Visualizer plugin to the jmeter-plugins registry with support for version 0.2.
Plugin Details
Key Features
Version 0.2 - NEW
Version 0.1
Technical Details
Use Case
This plugin is ideal for load testing and monitoring performance of LLM APIs, providing specialized metrics that standard JMeter listeners do not capture.