BackendListener should not be aware of a particular implementation of BackendListenerClient : GraphiteBackendListenerClient
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
@pmouawad ([Bug 59241](https://bz.apache.org/bugzilla//show_bug.cgi?id=59241&redirect=false)):
Related to fix of https://github.com/apache/jmeter/issues/3901 in JMeter 3.0, BackendListener now references GraphiteBackendListenerClient:
public void setArguments(Arguments args) {
// https://github.com/apache/jmeter/issues/3901 - don't save new default argument
args.removeArgument(GraphiteBackendListenerClient.USE_REGEXP_FOR_SAMPLERS_LIST,
GraphiteBackendListenerClient.USE_REGEXP_FOR_SAMPLERS_LIST_DEFAULT);
setProperty(new TestElementProperty(ARGUMENTS, args));
}
Related dev mailing list discussion:
- svn commit: r1736119 - /jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/BackendListener.java
Version: Nightly
Severity: normal
OS: All
Depends on:
* https://github.com/apache/jmeter/issues/3901
Contributor guide
Assessment
This issue has not been assessed yet.