Skip to content

Commit

Permalink
Merge pull request #80 from johrstrom/DefaultPercentileWindowLenght
Browse files Browse the repository at this point in the history
Update PrometheusListenerGui.java
  • Loading branch information
johrstrom authored May 28, 2020
2 parents 27edc91 + 21aea72 commit cbd51a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private ListenerCollectorConfig buildResponseTimeCollector() {
cfg.setHelp("Sampler Response Time");
cfg.setLabels("label,code");
cfg.setType(BaseCollectorConfig.JMeterCollectorType.SUMMARY.toString());
cfg.setQuantileOrBucket("0.75,0.5|0.95,0.1|0.99,0.01");
cfg.setQuantileOrBucket("0.75,0.5|0.95,0.1|0.99,0.01;60");
ListenerCollectorConfig listenerCfg = new ListenerCollectorConfig(cfg);
listenerCfg.setListenTo(ListenerCollectorConfig.SAMPLES.toString());
listenerCfg.setMeasuring(ListenerCollectorConfig.Measurable.ResponseTime.toString());
Expand Down

0 comments on commit cbd51a1

Please sign in to comment.