public class GraphiteBackendListener extends DslBackendListener<GraphiteBackendListener>
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphiteBackendListener.CodeBuilder |
DslBackendListener.BackendListenerCodeBuilderlistenerClass, queueSize, urlguiClass, name| Constructor and Description |
|---|
GraphiteBackendListener(String url) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.config.Arguments |
buildListenerArguments() |
GraphiteBackendListener |
metricsPrefix(String prefix)
Allows specifying the prefix used to store the metrics in Graphite.
|
buildTestElement, queueSizebuildConfiguredTestElement, buildTestElementGui, buildTreeUnder, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuipublic GraphiteBackendListener(String url)
public GraphiteBackendListener metricsPrefix(String prefix)
This is useful to group the metrics of a single run, test plan, project, etc.
prefix - specifies the prefix to be used to store the metrics. When not specified
"jmeter." is used.protected org.apache.jmeter.config.Arguments buildListenerArguments()
buildListenerArguments in class DslBackendListener<GraphiteBackendListener>Copyright © 2024. All rights reserved.