Hi All, Is it possible to monitor mock services, l...
# help
r
Hi All, Is it possible to monitor mock services, like what is the avg response time /p(95) ? I have a scenario where during load test, I want to identify where it is lagging exactly , is it from my app side or from mock service side.
t
There’s an OpenTelemetry extension that got developed during Hacktoberfest: https://github.com/wiremock/wiremock-otel-extension It’s not very mature though. Have you considered using WireMock Cloud? Enterprise plans come with a dedicated performance dashboard for use during performance testing.
r
Could you please share steps to integrate with WireMock? I don't see any steps in above given link