Class GraphiteBackendListener

    • Constructor Detail

      • GraphiteBackendListener

        public GraphiteBackendListener​(String url)
    • Method Detail

      • metricsPrefix

        public GraphiteBackendListener metricsPrefix​(String prefix)
        Allows specifying the prefix used to store the metrics in Graphite.

        This is useful to group the metrics of a single run, test plan, project, etc.

        Parameters:
        prefix - specifies the prefix to be used to store the metrics. When not specified "jmeter." is used.
        Returns:
        the Graphite listener for further configuration or usage.