New Features/Fields request
nareshnakka opened this issue · 4 comments
nareshnakka commented
TestStartTime field is changing for every field. It should be constant across the test. Can you please fix it.
Adding to it, Can you please add below fields also to be logged to elastic. For a performance tester, while creating dashboard it is very useful.
- TestExecutionIteration
- TestAppName
- TestAppBuildNumber/TestAppVersionNumber
- TestType
anthonygauthier commented
anthonygauthier commented
TestStartTime
that field did not exist. It was StartTime
which is the Sample Start Time. I'm currently in the midst of releasing a new version and I made the follwing modification:
StartTime -> SampleStartTime
EndTime -> SampleEndTime
added TestStartTime
As far as the custom fields you mentioned, you can add them yourself as custom parameters in the listener.
Cheers,
nareshnakka commented
Does it require any code change in classes?
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Anthony Gauthier <notifications@github.com>
Sent: Wednesday, June 19, 2019 7:47:22 PM
To: delirius325/jmeter-elasticsearch-backend-listener
Cc: nareshnakka; Mention
Subject: Re: [delirius325/jmeter-elasticsearch-backend-listener] New Features/Fields request (#53)
TestStartTime that field did not exist. It was StartTime which is the Sample Start Time. I'm currently in the midst of releasing a new version and I made the follwing modification:
StartTime -> SampleStartTime
EndTime -> SampleEndTime
added TestStartTime
As far as the custom fields you mentioned, you can add them yourself as custom parameters in the listener.
Cheers,
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#53>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AIF5ATSGEPU4TXETCQNRSXTP3I5XFANCNFSM4HZDHXIA>.
anthonygauthier commented
It's just a matter of adding custom parameters in your listener within JMeter. See README for more information.
Thanks