[GitHub] [jmeter] FSchumacher commented on pull request #595: Add freestyle naming scheme to proxy samples

2020-09-01 Thread GitBox
FSchumacher commented on pull request #595: URL: https://github.com/apache/jmeter/pull/595#issuecomment-684837107 Can you try again? This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [jmeter] FSchumacher commented on pull request #595: Add freestyle naming scheme to proxy samples

2020-08-31 Thread GitBox
FSchumacher commented on pull request #595: URL: https://github.com/apache/jmeter/pull/595#issuecomment-683890998 I have added a JMeter property (`proxy.sampler_format` in `bin/jmeter.properties`), that can be used to choose a default value.

[GitHub] [jmeter] FSchumacher commented on pull request #595: Add freestyle naming scheme to proxy samples

2020-08-31 Thread GitBox
FSchumacher commented on pull request #595: URL: https://github.com/apache/jmeter/pull/595#issuecomment-683698110 In the string format, you can use `#{counter,number,000}` directly. So, if you want to use the counter with three digits then a dash, the path and the transaction name in

[GitHub] [jmeter] FSchumacher commented on pull request #595: Add freestyle naming scheme to proxy samples

2020-08-25 Thread GitBox
FSchumacher commented on pull request #595: URL: https://github.com/apache/jmeter/pull/595#issuecomment-680240138 Despite of my initial comment, I have implemented the counter feature from #571 in this PR. Apart from the documentation (which is still missing), it looks complete now.

[GitHub] [jmeter] FSchumacher commented on pull request #595: Add freestyle naming scheme to proxy samples

2020-06-02 Thread GitBox
FSchumacher commented on pull request #595: URL: https://github.com/apache/jmeter/pull/595#issuecomment-637596512 ... > I'm not sure MessageFormat is a proper templating framework though: there are no named parameters, so the template string would be awkward and it would be hard to