tested k9 reports
This commit is contained in:
parent
d2608e0188
commit
c566c026cd
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,278 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>WalkGuide — k6 Load Test Report</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
body { font-family: 'Segoe UI', system-ui, sans-serif; background: #0f172a; color: #e2e8f0; padding: 24px; }
|
||||
h1 { font-size: 2rem; color: #38bdf8; margin-bottom: 4px; }
|
||||
h2 { font-size: 1.2rem; color: #7dd3fc; margin: 32px 0 12px; border-bottom: 1px solid #1e3a5f; padding-bottom: 6px; }
|
||||
p { color: #94a3b8; margin-bottom: 8px; }
|
||||
.header { margin-bottom: 32px; }
|
||||
.header .meta { color: #64748b; font-size: 0.85rem; margin-top: 4px; }
|
||||
|
||||
/* Key Metrics Grid */
|
||||
.key-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-bottom: 24px; }
|
||||
.key-card { background: #1e293b; border-radius: 10px; padding: 18px; border: 1px solid #334155; }
|
||||
.key-card .klabel { font-size: 0.75rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; }
|
||||
.key-card .kvalue { font-size: 1.5rem; font-weight: 700; color: #f0f9ff; margin: 6px 0 2px; }
|
||||
.key-card .kdesc { font-size: 0.72rem; color: #475569; }
|
||||
|
||||
/* WalkGuide Metric Cards */
|
||||
.wg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
|
||||
.metric-card { background: #1e293b; border-radius: 8px; padding: 14px; border: 1px solid #1e3a5f; text-align: center; }
|
||||
.metric-label { font-size: 0.85rem; color: #94a3b8; margin-bottom: 6px; }
|
||||
.metric-p95 { font-size: 1.6rem; font-weight: 700; color: #38bdf8; }
|
||||
.metric-sub { font-size: 0.7rem; color: #475569; margin-top: 2px; }
|
||||
.metric-avg { font-size: 0.72rem; color: #64748b; margin-top: 4px; }
|
||||
|
||||
/* Tables */
|
||||
table { width: 100%; border-collapse: collapse; margin-bottom: 24px; font-size: 0.88rem; }
|
||||
th { background: #1e3a5f; color: #7dd3fc; text-align: left; padding: 10px 12px; }
|
||||
td { padding: 9px 12px; border-bottom: 1px solid #1e293b; color: #cbd5e1; }
|
||||
tr:nth-child(even) td { background: #0f1f35; }
|
||||
code { background: #1e293b; padding: 2px 6px; border-radius: 4px; font-size: 0.82rem; color: #38bdf8; }
|
||||
|
||||
/* Badges */
|
||||
.badge { padding: 3px 10px; border-radius: 12px; font-size: 0.78rem; font-weight: 600; }
|
||||
.badge.pass { background: #064e3b; color: #34d399; }
|
||||
.badge.fail { background: #450a0a; color: #f87171; }
|
||||
.badge.skip { background: #1e293b; color: #94a3b8; }
|
||||
|
||||
footer { margin-top: 40px; text-align: center; color: #334155; font-size: 0.78rem; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>🦺 WalkGuide — k6 Load Test Report</h1>
|
||||
<p>Spring Boot Backend Performance Benchmark — Pillar 3</p>
|
||||
<div class="meta">
|
||||
Generated: 2026-05-17T12:06:57.668Z |
|
||||
Input: auth-flow-20260517_190217.ndjson |
|
||||
Total Data Points: 7335
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>📊 Key Metrics (Pillar 3 — 5 Required)</h2>
|
||||
<div class="key-grid">
|
||||
<div class="key-card">
|
||||
<div class="klabel">1. Throughput</div>
|
||||
<div class="kvalue">2.4 req/s</div>
|
||||
<div class="kdesc">Requests per second</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">2. p95 Latency</div>
|
||||
<div class="kvalue">20220.42 ms</div>
|
||||
<div class="kdesc">95th percentile response time</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">3. Error Rate</div>
|
||||
<div class="kvalue">20.00%</div>
|
||||
<div class="kdesc">Non-2xx responses | FAIL</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">4. DB Query Time</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Estimated via write endpoint p95</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">5. JVM Heap</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Spring Actuator jvm.memory.used</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>🏃 WalkGuide Endpoint Latency Breakdown</h2>
|
||||
<div class="wg-grid">
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔐 Auth</div>
|
||||
<div class="metric-p95">21407.64 ms</div>
|
||||
<div class="metric-sub">p95 | threshold < 800ms</div>
|
||||
<div class="metric-avg">avg: 10960.46 ms | p99: 24281.10 ms</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📍 Location</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 300ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚧 Obstacle</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 400ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚨 SOS</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 200ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📬 Notif</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 500ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📊 Timeline</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 1000ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔗 Pairing</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 600ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>✅ Threshold Evaluation</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Check</th><th>Metric</th><th>Threshold</th><th>Actual</th><th>Result</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>p95 overall < 500ms</td>
|
||||
<td><code>http_req_duration</code></td>
|
||||
<td>500 ms</td>
|
||||
<td>20220.42 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>error rate < 1%</td>
|
||||
<td><code>http_req_failed</code></td>
|
||||
<td>0.01 rate</td>
|
||||
<td>0.20 rate</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>SOS p95 < 200ms</td>
|
||||
<td><code>walkguide_sos_latency_ms</code></td>
|
||||
<td>200</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Location p95 < 300ms</td>
|
||||
<td><code>walkguide_location_latency_ms</code></td>
|
||||
<td>300</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Obstacle p95 < 400ms</td>
|
||||
<td><code>walkguide_obstacle_latency_ms</code></td>
|
||||
<td>400</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Auth p95 < 800ms</td>
|
||||
<td><code>walkguide_auth_latency_ms</code></td>
|
||||
<td>800 ms</td>
|
||||
<td>21407.64 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Timeline p95 < 1000ms</td>
|
||||
<td><code>walkguide_timeline_latency_ms</code></td>
|
||||
<td>1000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Notification p95 < 500ms</td>
|
||||
<td><code>walkguide_notif_latency_ms</code></td>
|
||||
<td>500</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>📋 Per-Endpoint Latency (ms)</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Endpoint</th><th>Requests</th><th>Avg</th><th>p95</th><th>p99</th><th>Max</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>ping</code></td>
|
||||
<td>1</td>
|
||||
<td>10.05</td>
|
||||
<td>10.05</td>
|
||||
<td>10.05</td>
|
||||
<td>10.05</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>register</code></td>
|
||||
<td>96</td>
|
||||
<td>17852.30</td>
|
||||
<td>22951.89</td>
|
||||
<td>27668.08</td>
|
||||
<td>27668.08</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>login</code></td>
|
||||
<td>91</td>
|
||||
<td>7965.94</td>
|
||||
<td>12682.39</td>
|
||||
<td>14543.87</td>
|
||||
<td>14543.87</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>refresh_token</code></td>
|
||||
<td>89</td>
|
||||
<td>6588.39</td>
|
||||
<td>11650.98</td>
|
||||
<td>12849.36</td>
|
||||
<td>12849.36</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>fcm_token</code></td>
|
||||
<td>89</td>
|
||||
<td>18.12</td>
|
||||
<td>55.19</td>
|
||||
<td>90.71</td>
|
||||
<td>90.71</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>logout</code></td>
|
||||
<td>83</td>
|
||||
<td>7262.90</td>
|
||||
<td>12342.59</td>
|
||||
<td>14379.83</td>
|
||||
<td>14379.83</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<footer>
|
||||
WalkGuide AI — Integrated Mobile Application Project Final Exam |
|
||||
Generated by html-reporter.js
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,302 @@
|
||||
{
|
||||
"metrics": {
|
||||
"walkguide_error_rate": {
|
||||
"passes": 89,
|
||||
"fails": 360,
|
||||
"thresholds": {
|
||||
"rate<0.01": true
|
||||
},
|
||||
"value": 0.19821826280623608
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"p(90)": 19832.92135,
|
||||
"p(95)": 21355.09355,
|
||||
"avg": 10960.46277934782,
|
||||
"min": 522.7669,
|
||||
"med": 9690.3673,
|
||||
"max": 27668.0787,
|
||||
"thresholds": {
|
||||
"p(95)<800": true,
|
||||
"p(99)<1500": true
|
||||
}
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<1000": false
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"p(90)": 17808.97896,
|
||||
"p(95)": 20213.1816,
|
||||
"avg": 8083.589262138084,
|
||||
"min": 2.6298,
|
||||
"med": 7511.4441,
|
||||
"max": 27668.0787,
|
||||
"thresholds": {
|
||||
"p(95)<500": true
|
||||
}
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"min": 2.6298,
|
||||
"med": 7510.3672,
|
||||
"max": 27668.0787,
|
||||
"p(90)": 17808.55446,
|
||||
"p(95)": 20212.858799999998,
|
||||
"avg": 8082.532942984409
|
||||
},
|
||||
"vus_max": {
|
||||
"value": 30,
|
||||
"min": 30,
|
||||
"max": 30
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"avg": 0.9558345211581293,
|
||||
"min": 0,
|
||||
"med": 0.9243,
|
||||
"max": 12.4132,
|
||||
"p(90)": 1.67042,
|
||||
"p(95)": 1.9840799999999996
|
||||
},
|
||||
"vus": {
|
||||
"value": 1,
|
||||
"min": 0,
|
||||
"max": 30
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"thresholds": {
|
||||
"p(95)<400": false
|
||||
}
|
||||
},
|
||||
"http_req_sending": {
|
||||
"med": 0,
|
||||
"max": 1.1325,
|
||||
"p(90)": 0.5495599999999997,
|
||||
"p(95)": 0.7183399999999994,
|
||||
"avg": 0.10048463251670378,
|
||||
"min": 0
|
||||
},
|
||||
"iterations": {
|
||||
"count": 82,
|
||||
"rate": 0.43151838966741973
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"avg": 0.9969224944320711,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 49.5819,
|
||||
"p(90)": 3.5210199999999996,
|
||||
"p(95)": 4.248719999999999
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0
|
||||
},
|
||||
"data_sent": {
|
||||
"count": 158091,
|
||||
"rate": 831.9411431818544
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<200": false
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<600": false
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"med": 8855.54255,
|
||||
"max": 27668.0787,
|
||||
"p(90)": 18687.577570000005,
|
||||
"p(95)": 20630.229155,
|
||||
"avg": 10077.552011388889,
|
||||
"min": 10.053
|
||||
},
|
||||
"http_req_failed": {
|
||||
"passes": 89,
|
||||
"fails": 360,
|
||||
"thresholds": {
|
||||
"rate<0.01": true
|
||||
},
|
||||
"value": 0.19821826280623608
|
||||
},
|
||||
"checks": {
|
||||
"passes": 772,
|
||||
"fails": 134,
|
||||
"value": 0.8520971302428256
|
||||
},
|
||||
"walkguide_failed_requests": {
|
||||
"count": 89,
|
||||
"rate": 0.46835532537073604
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"thresholds": {
|
||||
"p(95)<500": false
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"count": 449,
|
||||
"rate": 2.3628263043984323
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"count": 360,
|
||||
"rate": 1.8944709790276963
|
||||
},
|
||||
"http_req_duration": {
|
||||
"avg": 8083.589262138084,
|
||||
"min": 2.6298,
|
||||
"med": 7511.4441,
|
||||
"max": 27668.0787,
|
||||
"p(90)": 17808.97896,
|
||||
"p(95)": 20213.1816,
|
||||
"thresholds": {
|
||||
"p(95)<500": true,
|
||||
"p(99)<1000": true
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"avg": 0.9263236080178173,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 44.2162,
|
||||
"p(90)": 3.2455799999999995,
|
||||
"p(95)": 4.101939999999997
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<300": false
|
||||
}
|
||||
},
|
||||
"data_received": {
|
||||
"count": 350623,
|
||||
"rate": 1845.1252724434112
|
||||
},
|
||||
"iteration_duration": {
|
||||
"max": 57476.2328,
|
||||
"p(90)": 51888.055720000004,
|
||||
"p(95)": 55126.810615,
|
||||
"avg": 42135.310774390244,
|
||||
"min": 17808.3555,
|
||||
"med": 44988.74175
|
||||
}
|
||||
},
|
||||
"root_group": {
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": {},
|
||||
"checks": {
|
||||
"register: status 200": {
|
||||
"fails": 0,
|
||||
"name": "register: status 200",
|
||||
"path": "::register: status 200",
|
||||
"id": "1842acaf573dc63fd4ae5d28e9ba2493",
|
||||
"passes": 96
|
||||
},
|
||||
"register: has accessToken": {
|
||||
"name": "register: has accessToken",
|
||||
"path": "::register: has accessToken",
|
||||
"id": "8b44d66b66a954afd38da69ca377b035",
|
||||
"passes": 96,
|
||||
"fails": 0
|
||||
},
|
||||
"login: status 200": {
|
||||
"passes": 91,
|
||||
"fails": 0,
|
||||
"name": "login: status 200",
|
||||
"path": "::login: status 200",
|
||||
"id": "4d9cb0041884c26a6b714904c7aba027"
|
||||
},
|
||||
"login: accessToken set": {
|
||||
"passes": 91,
|
||||
"fails": 0,
|
||||
"name": "login: accessToken set",
|
||||
"path": "::login: accessToken set",
|
||||
"id": "92431cabb222ea84e2324f95d2f9f630"
|
||||
},
|
||||
"login: refreshToken set": {
|
||||
"name": "login: refreshToken set",
|
||||
"path": "::login: refreshToken set",
|
||||
"id": "722910b1063f9306354876d517ca6e66",
|
||||
"passes": 91,
|
||||
"fails": 0
|
||||
},
|
||||
"login: role correct": {
|
||||
"passes": 46,
|
||||
"fails": 45,
|
||||
"name": "login: role correct",
|
||||
"path": "::login: role correct",
|
||||
"id": "9520d42bf50f8957e4e8eda57900ec17"
|
||||
},
|
||||
"refresh: status 200": {
|
||||
"name": "refresh: status 200",
|
||||
"path": "::refresh: status 200",
|
||||
"id": "49519258c72bebfa5ec56fff7215d601",
|
||||
"passes": 89,
|
||||
"fails": 0
|
||||
},
|
||||
"refresh: new accessToken": {
|
||||
"name": "refresh: new accessToken",
|
||||
"path": "::refresh: new accessToken",
|
||||
"id": "343c1eeb12f433c1dd592dafc03870e2",
|
||||
"passes": 89,
|
||||
"fails": 0
|
||||
},
|
||||
"fcm-token: status 2xx": {
|
||||
"name": "fcm-token: status 2xx",
|
||||
"path": "::fcm-token: status 2xx",
|
||||
"id": "36208cbdf7df9c1bb7e57192eeac11de",
|
||||
"passes": 0,
|
||||
"fails": 89
|
||||
},
|
||||
"logout: status 2xx": {
|
||||
"name": "logout: status 2xx",
|
||||
"path": "::logout: status 2xx",
|
||||
"id": "d3af3dd3897a84a7d9bea4645f396b0e",
|
||||
"passes": 83,
|
||||
"fails": 0
|
||||
}
|
||||
},
|
||||
"name": "",
|
||||
"path": ""
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,278 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>WalkGuide — k6 Load Test Report</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
body { font-family: 'Segoe UI', system-ui, sans-serif; background: #0f172a; color: #e2e8f0; padding: 24px; }
|
||||
h1 { font-size: 2rem; color: #38bdf8; margin-bottom: 4px; }
|
||||
h2 { font-size: 1.2rem; color: #7dd3fc; margin: 32px 0 12px; border-bottom: 1px solid #1e3a5f; padding-bottom: 6px; }
|
||||
p { color: #94a3b8; margin-bottom: 8px; }
|
||||
.header { margin-bottom: 32px; }
|
||||
.header .meta { color: #64748b; font-size: 0.85rem; margin-top: 4px; }
|
||||
|
||||
/* Key Metrics Grid */
|
||||
.key-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-bottom: 24px; }
|
||||
.key-card { background: #1e293b; border-radius: 10px; padding: 18px; border: 1px solid #334155; }
|
||||
.key-card .klabel { font-size: 0.75rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; }
|
||||
.key-card .kvalue { font-size: 1.5rem; font-weight: 700; color: #f0f9ff; margin: 6px 0 2px; }
|
||||
.key-card .kdesc { font-size: 0.72rem; color: #475569; }
|
||||
|
||||
/* WalkGuide Metric Cards */
|
||||
.wg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
|
||||
.metric-card { background: #1e293b; border-radius: 8px; padding: 14px; border: 1px solid #1e3a5f; text-align: center; }
|
||||
.metric-label { font-size: 0.85rem; color: #94a3b8; margin-bottom: 6px; }
|
||||
.metric-p95 { font-size: 1.6rem; font-weight: 700; color: #38bdf8; }
|
||||
.metric-sub { font-size: 0.7rem; color: #475569; margin-top: 2px; }
|
||||
.metric-avg { font-size: 0.72rem; color: #64748b; margin-top: 4px; }
|
||||
|
||||
/* Tables */
|
||||
table { width: 100%; border-collapse: collapse; margin-bottom: 24px; font-size: 0.88rem; }
|
||||
th { background: #1e3a5f; color: #7dd3fc; text-align: left; padding: 10px 12px; }
|
||||
td { padding: 9px 12px; border-bottom: 1px solid #1e293b; color: #cbd5e1; }
|
||||
tr:nth-child(even) td { background: #0f1f35; }
|
||||
code { background: #1e293b; padding: 2px 6px; border-radius: 4px; font-size: 0.82rem; color: #38bdf8; }
|
||||
|
||||
/* Badges */
|
||||
.badge { padding: 3px 10px; border-radius: 12px; font-size: 0.78rem; font-weight: 600; }
|
||||
.badge.pass { background: #064e3b; color: #34d399; }
|
||||
.badge.fail { background: #450a0a; color: #f87171; }
|
||||
.badge.skip { background: #1e293b; color: #94a3b8; }
|
||||
|
||||
footer { margin-top: 40px; text-align: center; color: #334155; font-size: 0.78rem; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>🦺 WalkGuide — k6 Load Test Report</h1>
|
||||
<p>Spring Boot Backend Performance Benchmark — Pillar 3</p>
|
||||
<div class="meta">
|
||||
Generated: 2026-05-17T12:15:26.352Z |
|
||||
Input: auth-flow-20260517_190836.ndjson |
|
||||
Total Data Points: 7560
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>📊 Key Metrics (Pillar 3 — 5 Required)</h2>
|
||||
<div class="key-grid">
|
||||
<div class="key-card">
|
||||
<div class="klabel">1. Throughput</div>
|
||||
<div class="kvalue">2.4 req/s</div>
|
||||
<div class="kdesc">Requests per second</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">2. p95 Latency</div>
|
||||
<div class="kvalue">18075.52 ms</div>
|
||||
<div class="kdesc">95th percentile response time</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">3. Error Rate</div>
|
||||
<div class="kvalue">0.00%</div>
|
||||
<div class="kdesc">Non-2xx responses | PASS</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">4. DB Query Time</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Estimated via write endpoint p95</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">5. JVM Heap</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Spring Actuator jvm.memory.used</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>🏃 WalkGuide Endpoint Latency Breakdown</h2>
|
||||
<div class="wg-grid">
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔐 Auth</div>
|
||||
<div class="metric-p95">18957.78 ms</div>
|
||||
<div class="metric-sub">p95 | threshold < 800ms</div>
|
||||
<div class="metric-avg">avg: 9190.69 ms | p99: 22944.20 ms</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📍 Location</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 300ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚧 Obstacle</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 400ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚨 SOS</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 200ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📬 Notif</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 500ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📊 Timeline</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 1000ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔗 Pairing</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 600ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>✅ Threshold Evaluation</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Check</th><th>Metric</th><th>Threshold</th><th>Actual</th><th>Result</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>p95 overall < 500ms</td>
|
||||
<td><code>http_req_duration</code></td>
|
||||
<td>500 ms</td>
|
||||
<td>18075.52 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>error rate < 1%</td>
|
||||
<td><code>http_req_failed</code></td>
|
||||
<td>0.01 rate</td>
|
||||
<td>0.00 rate</td>
|
||||
<td><span class="badge pass">✅ PASS</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>SOS p95 < 200ms</td>
|
||||
<td><code>walkguide_sos_latency_ms</code></td>
|
||||
<td>200</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Location p95 < 300ms</td>
|
||||
<td><code>walkguide_location_latency_ms</code></td>
|
||||
<td>300</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Obstacle p95 < 400ms</td>
|
||||
<td><code>walkguide_obstacle_latency_ms</code></td>
|
||||
<td>400</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Auth p95 < 800ms</td>
|
||||
<td><code>walkguide_auth_latency_ms</code></td>
|
||||
<td>800 ms</td>
|
||||
<td>18957.78 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Timeline p95 < 1000ms</td>
|
||||
<td><code>walkguide_timeline_latency_ms</code></td>
|
||||
<td>1000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Notification p95 < 500ms</td>
|
||||
<td><code>walkguide_notif_latency_ms</code></td>
|
||||
<td>500</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>📋 Per-Endpoint Latency (ms)</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Endpoint</th><th>Requests</th><th>Avg</th><th>p95</th><th>p99</th><th>Max</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>ping</code></td>
|
||||
<td>1</td>
|
||||
<td>2.92</td>
|
||||
<td>2.92</td>
|
||||
<td>2.92</td>
|
||||
<td>2.92</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>register</code></td>
|
||||
<td>97</td>
|
||||
<td>15840.98</td>
|
||||
<td>21344.66</td>
|
||||
<td>25784.76</td>
|
||||
<td>25784.76</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>login</code></td>
|
||||
<td>97</td>
|
||||
<td>6460.48</td>
|
||||
<td>9902.65</td>
|
||||
<td>11949.20</td>
|
||||
<td>11949.20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>refresh_token</code></td>
|
||||
<td>93</td>
|
||||
<td>5102.00</td>
|
||||
<td>8654.34</td>
|
||||
<td>11409.92</td>
|
||||
<td>11409.92</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>fcm_token</code></td>
|
||||
<td>90</td>
|
||||
<td>5201.64</td>
|
||||
<td>8677.27</td>
|
||||
<td>9043.05</td>
|
||||
<td>9043.05</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>logout</code></td>
|
||||
<td>85</td>
|
||||
<td>5921.12</td>
|
||||
<td>9055.15</td>
|
||||
<td>10387.75</td>
|
||||
<td>10387.75</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<footer>
|
||||
WalkGuide AI — Integrated Mobile Application Project Final Exam |
|
||||
Generated by html-reporter.js
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,298 @@
|
||||
{
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": {},
|
||||
"checks": {
|
||||
"register: status 200": {
|
||||
"path": "::register: status 200",
|
||||
"id": "1842acaf573dc63fd4ae5d28e9ba2493",
|
||||
"passes": 97,
|
||||
"fails": 0,
|
||||
"name": "register: status 200"
|
||||
},
|
||||
"register: has accessToken": {
|
||||
"name": "register: has accessToken",
|
||||
"path": "::register: has accessToken",
|
||||
"id": "8b44d66b66a954afd38da69ca377b035",
|
||||
"passes": 97,
|
||||
"fails": 0
|
||||
},
|
||||
"login: status 200": {
|
||||
"path": "::login: status 200",
|
||||
"id": "4d9cb0041884c26a6b714904c7aba027",
|
||||
"passes": 97,
|
||||
"fails": 0,
|
||||
"name": "login: status 200"
|
||||
},
|
||||
"login: accessToken set": {
|
||||
"name": "login: accessToken set",
|
||||
"path": "::login: accessToken set",
|
||||
"id": "92431cabb222ea84e2324f95d2f9f630",
|
||||
"passes": 97,
|
||||
"fails": 0
|
||||
},
|
||||
"login: refreshToken set": {
|
||||
"name": "login: refreshToken set",
|
||||
"path": "::login: refreshToken set",
|
||||
"id": "722910b1063f9306354876d517ca6e66",
|
||||
"passes": 97,
|
||||
"fails": 0
|
||||
},
|
||||
"login: role correct": {
|
||||
"name": "login: role correct",
|
||||
"path": "::login: role correct",
|
||||
"id": "9520d42bf50f8957e4e8eda57900ec17",
|
||||
"passes": 50,
|
||||
"fails": 47
|
||||
},
|
||||
"refresh: status 200": {
|
||||
"path": "::refresh: status 200",
|
||||
"id": "49519258c72bebfa5ec56fff7215d601",
|
||||
"passes": 93,
|
||||
"fails": 0,
|
||||
"name": "refresh: status 200"
|
||||
},
|
||||
"refresh: new accessToken": {
|
||||
"fails": 0,
|
||||
"name": "refresh: new accessToken",
|
||||
"path": "::refresh: new accessToken",
|
||||
"id": "343c1eeb12f433c1dd592dafc03870e2",
|
||||
"passes": 93
|
||||
},
|
||||
"fcm-token: status 2xx": {
|
||||
"name": "fcm-token: status 2xx",
|
||||
"path": "::fcm-token: status 2xx",
|
||||
"id": "36208cbdf7df9c1bb7e57192eeac11de",
|
||||
"passes": 90,
|
||||
"fails": 0
|
||||
},
|
||||
"logout: status 2xx": {
|
||||
"passes": 85,
|
||||
"fails": 0,
|
||||
"name": "logout: status 2xx",
|
||||
"path": "::logout: status 2xx",
|
||||
"id": "d3af3dd3897a84a7d9bea4645f396b0e"
|
||||
}
|
||||
}
|
||||
},
|
||||
"metrics": {
|
||||
"http_req_sending": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0.5166399999999997,
|
||||
"avg": 0.044768682505399574,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 1.4263
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 1.2186899999999996,
|
||||
"avg": 0.1750403887688985,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 4.8422
|
||||
},
|
||||
"data_sent": {
|
||||
"rate": 832.7723628101353,
|
||||
"count": 161346
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"thresholds": {
|
||||
"p(95)<200": false
|
||||
}
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"avg": 9190.688028919863,
|
||||
"min": 504.0834,
|
||||
"med": 8155.8545,
|
||||
"max": 25784.7568,
|
||||
"p(90)": 17503.689460000005,
|
||||
"p(95)": 18953.29494,
|
||||
"thresholds": {
|
||||
"p(99)<1500": true,
|
||||
"p(95)<800": true
|
||||
}
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<300": false
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"med": 7477.4222,
|
||||
"max": 25784.7568,
|
||||
"p(90)": 16096.87998,
|
||||
"p(95)": 18073.41422,
|
||||
"avg": 7795.190914038881,
|
||||
"min": 2.9159
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<1000": false
|
||||
}
|
||||
},
|
||||
"http_req_duration": {
|
||||
"avg": 7795.190914038881,
|
||||
"min": 2.9159,
|
||||
"med": 7477.4222,
|
||||
"max": 25784.7568,
|
||||
"p(90)": 16096.87998,
|
||||
"p(95)": 18073.41422,
|
||||
"thresholds": {
|
||||
"p(95)<500": true,
|
||||
"p(99)<1000": true
|
||||
}
|
||||
},
|
||||
"vus": {
|
||||
"value": 1,
|
||||
"min": 0,
|
||||
"max": 30
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"p(95)": 1.8216999999999997,
|
||||
"avg": 0.9424563714902802,
|
||||
"min": 0,
|
||||
"med": 0.9383,
|
||||
"max": 5.8536,
|
||||
"p(90)": 1.6131199999999999
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"count": 463,
|
||||
"rate": 2.3897314094002495
|
||||
},
|
||||
"iteration_duration": {
|
||||
"min": 17877.8356,
|
||||
"med": 44110.522,
|
||||
"max": 56349.9116,
|
||||
"p(90)": 52413.698520000005,
|
||||
"p(95)": 55254.66674,
|
||||
"avg": 40820.46832117648
|
||||
},
|
||||
"iterations": {
|
||||
"rate": 0.4387195891987499,
|
||||
"count": 85
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<500": false
|
||||
}
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"p(90)": 16096.282180000002,
|
||||
"p(95)": 18072.15495,
|
||||
"avg": 7794.203688984876,
|
||||
"min": 2.5303,
|
||||
"med": 7475.8183,
|
||||
"max": 25783.7096
|
||||
},
|
||||
"data_received": {
|
||||
"count": 359102,
|
||||
"rate": 1853.471552005288
|
||||
},
|
||||
"http_reqs": {
|
||||
"count": 463,
|
||||
"rate": 2.3897314094002495
|
||||
},
|
||||
"vus_max": {
|
||||
"value": 30,
|
||||
"min": 30,
|
||||
"max": 30
|
||||
},
|
||||
"http_req_failed": {
|
||||
"passes": 0,
|
||||
"fails": 463,
|
||||
"thresholds": {
|
||||
"rate<0.01": false
|
||||
},
|
||||
"value": 0
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"avg": 0.19309892008639307,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 4.8422,
|
||||
"p(90)": 0,
|
||||
"p(95)": 1.379849999999996
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"thresholds": {
|
||||
"p(95)<600": false
|
||||
}
|
||||
},
|
||||
"checks": {
|
||||
"passes": 896,
|
||||
"fails": 47,
|
||||
"value": 0.9501590668080594
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"passes": 0,
|
||||
"fails": 463,
|
||||
"thresholds": {
|
||||
"rate<0.01": false
|
||||
},
|
||||
"value": 0
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"avg": 7795.190914038881,
|
||||
"min": 2.9159,
|
||||
"med": 7477.4222,
|
||||
"max": 25784.7568,
|
||||
"p(90)": 16096.87998,
|
||||
"p(95)": 18073.41422,
|
||||
"thresholds": {
|
||||
"p(95)<500": true
|
||||
}
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"thresholds": {
|
||||
"p(95)<400": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,278 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>WalkGuide — k6 Load Test Report</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
body { font-family: 'Segoe UI', system-ui, sans-serif; background: #0f172a; color: #e2e8f0; padding: 24px; }
|
||||
h1 { font-size: 2rem; color: #38bdf8; margin-bottom: 4px; }
|
||||
h2 { font-size: 1.2rem; color: #7dd3fc; margin: 32px 0 12px; border-bottom: 1px solid #1e3a5f; padding-bottom: 6px; }
|
||||
p { color: #94a3b8; margin-bottom: 8px; }
|
||||
.header { margin-bottom: 32px; }
|
||||
.header .meta { color: #64748b; font-size: 0.85rem; margin-top: 4px; }
|
||||
|
||||
/* Key Metrics Grid */
|
||||
.key-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-bottom: 24px; }
|
||||
.key-card { background: #1e293b; border-radius: 10px; padding: 18px; border: 1px solid #334155; }
|
||||
.key-card .klabel { font-size: 0.75rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; }
|
||||
.key-card .kvalue { font-size: 1.5rem; font-weight: 700; color: #f0f9ff; margin: 6px 0 2px; }
|
||||
.key-card .kdesc { font-size: 0.72rem; color: #475569; }
|
||||
|
||||
/* WalkGuide Metric Cards */
|
||||
.wg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
|
||||
.metric-card { background: #1e293b; border-radius: 8px; padding: 14px; border: 1px solid #1e3a5f; text-align: center; }
|
||||
.metric-label { font-size: 0.85rem; color: #94a3b8; margin-bottom: 6px; }
|
||||
.metric-p95 { font-size: 1.6rem; font-weight: 700; color: #38bdf8; }
|
||||
.metric-sub { font-size: 0.7rem; color: #475569; margin-top: 2px; }
|
||||
.metric-avg { font-size: 0.72rem; color: #64748b; margin-top: 4px; }
|
||||
|
||||
/* Tables */
|
||||
table { width: 100%; border-collapse: collapse; margin-bottom: 24px; font-size: 0.88rem; }
|
||||
th { background: #1e3a5f; color: #7dd3fc; text-align: left; padding: 10px 12px; }
|
||||
td { padding: 9px 12px; border-bottom: 1px solid #1e293b; color: #cbd5e1; }
|
||||
tr:nth-child(even) td { background: #0f1f35; }
|
||||
code { background: #1e293b; padding: 2px 6px; border-radius: 4px; font-size: 0.82rem; color: #38bdf8; }
|
||||
|
||||
/* Badges */
|
||||
.badge { padding: 3px 10px; border-radius: 12px; font-size: 0.78rem; font-weight: 600; }
|
||||
.badge.pass { background: #064e3b; color: #34d399; }
|
||||
.badge.fail { background: #450a0a; color: #f87171; }
|
||||
.badge.skip { background: #1e293b; color: #94a3b8; }
|
||||
|
||||
footer { margin-top: 40px; text-align: center; color: #334155; font-size: 0.78rem; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>🦺 WalkGuide — k6 Load Test Report</h1>
|
||||
<p>Spring Boot Backend Performance Benchmark — Pillar 3</p>
|
||||
<div class="meta">
|
||||
Generated: 2026-05-17T12:00:40.918Z |
|
||||
Input: auth-flow-local.ndjson |
|
||||
Total Data Points: 25767
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>📊 Key Metrics (Pillar 3 — 5 Required)</h2>
|
||||
<div class="key-grid">
|
||||
<div class="key-card">
|
||||
<div class="klabel">1. Throughput</div>
|
||||
<div class="kvalue">7.6 req/s</div>
|
||||
<div class="kdesc">Requests per second</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">2. p95 Latency</div>
|
||||
<div class="kvalue">4337.39 ms</div>
|
||||
<div class="kdesc">95th percentile response time</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">3. Error Rate</div>
|
||||
<div class="kvalue">91.00%</div>
|
||||
<div class="kdesc">Non-2xx responses | FAIL</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">4. DB Query Time</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Estimated via write endpoint p95</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">5. JVM Heap</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Spring Actuator jvm.memory.used</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>🏃 WalkGuide Endpoint Latency Breakdown</h2>
|
||||
<div class="wg-grid">
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔐 Auth</div>
|
||||
<div class="metric-p95">4337.39 ms</div>
|
||||
<div class="metric-sub">p95 | threshold < 800ms</div>
|
||||
<div class="metric-avg">avg: 1561.80 ms | p99: 14100.70 ms</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📍 Location</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 300ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚧 Obstacle</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 400ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚨 SOS</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 200ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📬 Notif</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 500ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📊 Timeline</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 1000ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔗 Pairing</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 600ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>✅ Threshold Evaluation</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Check</th><th>Metric</th><th>Threshold</th><th>Actual</th><th>Result</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>p95 overall < 500ms</td>
|
||||
<td><code>http_req_duration</code></td>
|
||||
<td>500 ms</td>
|
||||
<td>4337.39 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>error rate < 1%</td>
|
||||
<td><code>http_req_failed</code></td>
|
||||
<td>0.01 rate</td>
|
||||
<td>0.91 rate</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>SOS p95 < 200ms</td>
|
||||
<td><code>walkguide_sos_latency_ms</code></td>
|
||||
<td>200</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Location p95 < 300ms</td>
|
||||
<td><code>walkguide_location_latency_ms</code></td>
|
||||
<td>300</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Obstacle p95 < 400ms</td>
|
||||
<td><code>walkguide_obstacle_latency_ms</code></td>
|
||||
<td>400</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Auth p95 < 800ms</td>
|
||||
<td><code>walkguide_auth_latency_ms</code></td>
|
||||
<td>800 ms</td>
|
||||
<td>4337.39 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Timeline p95 < 1000ms</td>
|
||||
<td><code>walkguide_timeline_latency_ms</code></td>
|
||||
<td>1000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Notification p95 < 500ms</td>
|
||||
<td><code>walkguide_notif_latency_ms</code></td>
|
||||
<td>500</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>📋 Per-Endpoint Latency (ms)</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Endpoint</th><th>Requests</th><th>Avg</th><th>p95</th><th>p99</th><th>Max</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>ping</code></td>
|
||||
<td>1</td>
|
||||
<td>3.94</td>
|
||||
<td>3.94</td>
|
||||
<td>3.94</td>
|
||||
<td>3.94</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>register</code></td>
|
||||
<td>671</td>
|
||||
<td>1699.42</td>
|
||||
<td>7210.31</td>
|
||||
<td>15759.89</td>
|
||||
<td>19152.15</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>login</code></td>
|
||||
<td>669</td>
|
||||
<td>1388.84</td>
|
||||
<td>3959.58</td>
|
||||
<td>5613.18</td>
|
||||
<td>6717.96</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>refresh_token</code></td>
|
||||
<td>30</td>
|
||||
<td>2340.89</td>
|
||||
<td>4381.74</td>
|
||||
<td>4742.54</td>
|
||||
<td>4742.54</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>fcm_token</code></td>
|
||||
<td>30</td>
|
||||
<td>23.79</td>
|
||||
<td>49.51</td>
|
||||
<td>182.63</td>
|
||||
<td>182.63</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>logout</code></td>
|
||||
<td>30</td>
|
||||
<td>2748.74</td>
|
||||
<td>4722.46</td>
|
||||
<td>5408.53</td>
|
||||
<td>5408.53</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<footer>
|
||||
WalkGuide AI — Integrated Mobile Application Project Final Exam |
|
||||
Generated by html-reporter.js
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,302 @@
|
||||
{
|
||||
"metrics": {
|
||||
"walkguide_successful_requests": {
|
||||
"count": 125,
|
||||
"rate": 0.650953451285755
|
||||
},
|
||||
"walkguide_failed_requests": {
|
||||
"count": 1306,
|
||||
"rate": 6.801161659033569
|
||||
},
|
||||
"checks": {
|
||||
"passes": 262,
|
||||
"fails": 3876,
|
||||
"value": 0.06331561140647655
|
||||
},
|
||||
"iterations": {
|
||||
"count": 667,
|
||||
"rate": 3.4734876160607886
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<500": false
|
||||
}
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<400": false
|
||||
}
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<200": false
|
||||
}
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"p(90)": 4.8097,
|
||||
"p(95)": 5.7598,
|
||||
"avg": 2.6410298392732368,
|
||||
"min": 0,
|
||||
"med": 1.9552,
|
||||
"max": 39.9558
|
||||
},
|
||||
"vus": {
|
||||
"min": 0,
|
||||
"max": 30,
|
||||
"value": 1
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"avg": 2.494364290705802,
|
||||
"min": 0,
|
||||
"med": 1.8272,
|
||||
"max": 39.9558,
|
||||
"p(90)": 4.5294,
|
||||
"p(95)": 5.3911999999999995
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"thresholds": {
|
||||
"p(95)<300": false
|
||||
}
|
||||
},
|
||||
"http_req_failed": {
|
||||
"passes": 1306,
|
||||
"fails": 125,
|
||||
"thresholds": {
|
||||
"rate<0.01": true
|
||||
},
|
||||
"value": 0.9126484975541579
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"avg": 1561.8015140145974,
|
||||
"min": 308.5332,
|
||||
"med": 924.5378499999999,
|
||||
"max": 19152.1513,
|
||||
"p(90)": 3210.15353,
|
||||
"p(95)": 4335.437575,
|
||||
"thresholds": {
|
||||
"p(95)<800": true,
|
||||
"p(99)<1500": true
|
||||
}
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"avg": 1.143529699510832,
|
||||
"min": 0,
|
||||
"med": 0.9219,
|
||||
"max": 27.7898,
|
||||
"p(90)": 2.0997,
|
||||
"p(95)": 2.66755
|
||||
},
|
||||
"iteration_duration": {
|
||||
"p(90)": 8648.57492,
|
||||
"p(95)": 10739.010119999988,
|
||||
"avg": 5529.513402248876,
|
||||
"min": 2595.1347,
|
||||
"med": 4168.2692,
|
||||
"max": 32409.2387
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"min": 3.7657,
|
||||
"med": 920.6809,
|
||||
"max": 19152.1513,
|
||||
"p(90)": 3245.4447,
|
||||
"p(95)": 4335.22095,
|
||||
"avg": 1553.352857931515,
|
||||
"thresholds": {
|
||||
"p(95)<500": true
|
||||
}
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"passes": 1306,
|
||||
"fails": 125,
|
||||
"thresholds": {
|
||||
"rate<0.01": true
|
||||
},
|
||||
"value": 0.9126484975541579
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"thresholds": {
|
||||
"p(95)<1000": false
|
||||
}
|
||||
},
|
||||
"http_req_sending": {
|
||||
"max": 8.4301,
|
||||
"p(90)": 0.6631,
|
||||
"p(95)": 0.76305,
|
||||
"avg": 0.16521663172606577,
|
||||
"min": 0,
|
||||
"med": 0
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"avg": 1552.0441116002787,
|
||||
"min": 3.5418,
|
||||
"med": 919.1993,
|
||||
"max": 19150.2393,
|
||||
"p(90)": 3243.6026,
|
||||
"p(95)": 4333.6777999999995
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"med": 3697.5586,
|
||||
"max": 19152.1513,
|
||||
"p(90)": 14103.14186,
|
||||
"p(95)": 15691.440719999999,
|
||||
"avg": 5454.294255199999,
|
||||
"min": 3.936
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"thresholds": {
|
||||
"p(95)<600": false
|
||||
}
|
||||
},
|
||||
"http_req_duration": {
|
||||
"med": 920.6809,
|
||||
"max": 19152.1513,
|
||||
"p(90)": 3245.4447,
|
||||
"p(95)": 4335.22095,
|
||||
"avg": 1553.352857931515,
|
||||
"min": 3.7657,
|
||||
"thresholds": {
|
||||
"p(95)<500": true,
|
||||
"p(99)<1000": true
|
||||
}
|
||||
},
|
||||
"data_sent": {
|
||||
"count": 384223,
|
||||
"rate": 2000.8903033069332
|
||||
},
|
||||
"vus_max": {
|
||||
"value": 30,
|
||||
"min": 30,
|
||||
"max": 30
|
||||
},
|
||||
"data_received": {
|
||||
"count": 801432,
|
||||
"rate": 4173.559410966762
|
||||
},
|
||||
"http_reqs": {
|
||||
"count": 1431,
|
||||
"rate": 7.4521151103193235
|
||||
}
|
||||
},
|
||||
"root_group": {
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": {},
|
||||
"checks": {
|
||||
"register: status 200": {
|
||||
"name": "register: status 200",
|
||||
"path": "::register: status 200",
|
||||
"id": "1842acaf573dc63fd4ae5d28e9ba2493",
|
||||
"passes": 33,
|
||||
"fails": 638
|
||||
},
|
||||
"register: has accessToken": {
|
||||
"passes": 33,
|
||||
"fails": 638,
|
||||
"name": "register: has accessToken",
|
||||
"path": "::register: has accessToken",
|
||||
"id": "8b44d66b66a954afd38da69ca377b035"
|
||||
},
|
||||
"login: status 200": {
|
||||
"name": "login: status 200",
|
||||
"path": "::login: status 200",
|
||||
"id": "4d9cb0041884c26a6b714904c7aba027",
|
||||
"passes": 31,
|
||||
"fails": 638
|
||||
},
|
||||
"login: accessToken set": {
|
||||
"name": "login: accessToken set",
|
||||
"path": "::login: accessToken set",
|
||||
"id": "92431cabb222ea84e2324f95d2f9f630",
|
||||
"passes": 31,
|
||||
"fails": 638
|
||||
},
|
||||
"login: refreshToken set": {
|
||||
"name": "login: refreshToken set",
|
||||
"path": "::login: refreshToken set",
|
||||
"id": "722910b1063f9306354876d517ca6e66",
|
||||
"passes": 31,
|
||||
"fails": 638
|
||||
},
|
||||
"login: role correct": {
|
||||
"path": "::login: role correct",
|
||||
"id": "9520d42bf50f8957e4e8eda57900ec17",
|
||||
"passes": 13,
|
||||
"fails": 656,
|
||||
"name": "login: role correct"
|
||||
},
|
||||
"refresh: status 200": {
|
||||
"fails": 0,
|
||||
"name": "refresh: status 200",
|
||||
"path": "::refresh: status 200",
|
||||
"id": "49519258c72bebfa5ec56fff7215d601",
|
||||
"passes": 30
|
||||
},
|
||||
"refresh: new accessToken": {
|
||||
"path": "::refresh: new accessToken",
|
||||
"id": "343c1eeb12f433c1dd592dafc03870e2",
|
||||
"passes": 30,
|
||||
"fails": 0,
|
||||
"name": "refresh: new accessToken"
|
||||
},
|
||||
"fcm-token: status 2xx": {
|
||||
"fails": 30,
|
||||
"name": "fcm-token: status 2xx",
|
||||
"path": "::fcm-token: status 2xx",
|
||||
"id": "36208cbdf7df9c1bb7e57192eeac11de",
|
||||
"passes": 0
|
||||
},
|
||||
"logout: status 2xx": {
|
||||
"passes": 30,
|
||||
"fails": 0,
|
||||
"name": "logout: status 2xx",
|
||||
"path": "::logout: status 2xx",
|
||||
"id": "d3af3dd3897a84a7d9bea4645f396b0e"
|
||||
}
|
||||
},
|
||||
"name": ""
|
||||
}
|
||||
}
|
||||
25767
walkguide-backend/demo/k6-tests/k6-results/auth-flow-local.ndjson
Normal file
25767
walkguide-backend/demo/k6-tests/k6-results/auth-flow-local.ndjson
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,192 @@
|
||||
{
|
||||
"metrics": {
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"thresholds": {
|
||||
"p(95)<1000": false
|
||||
}
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"thresholds": {
|
||||
"p(95)<300": false
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"p(95)": 268.1069,
|
||||
"avg": 268.1069,
|
||||
"min": 268.1069,
|
||||
"med": 268.1069,
|
||||
"max": 268.1069,
|
||||
"p(90)": 268.1069
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"thresholds": {
|
||||
"p(95)<200": false
|
||||
}
|
||||
},
|
||||
"walkguide_failed_requests": {
|
||||
"count": 1,
|
||||
"rate": 2.0888151676389057
|
||||
},
|
||||
"data_received": {
|
||||
"count": 427,
|
||||
"rate": 891.9240765818128
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"avg": 203.8224,
|
||||
"min": 203.8224,
|
||||
"med": 203.8224,
|
||||
"max": 203.8224,
|
||||
"p(90)": 203.8224,
|
||||
"p(95)": 203.8224
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"min": 0.5881,
|
||||
"med": 0.5881,
|
||||
"max": 0.5881,
|
||||
"p(90)": 0.5881,
|
||||
"p(95)": 0.5881,
|
||||
"avg": 0.5881
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"med": 205.6511,
|
||||
"max": 205.6511,
|
||||
"p(90)": 205.6511,
|
||||
"p(95)": 205.6511,
|
||||
"avg": 205.6511,
|
||||
"min": 205.6511,
|
||||
"thresholds": {
|
||||
"p(95)<500": false
|
||||
}
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<800": false,
|
||||
"p(99)<1500": false
|
||||
}
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"passes": 1,
|
||||
"fails": 0,
|
||||
"thresholds": {
|
||||
"rate<0.01": true
|
||||
},
|
||||
"value": 1
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"avg": 268.1069,
|
||||
"min": 268.1069,
|
||||
"med": 268.1069,
|
||||
"max": 268.1069,
|
||||
"p(90)": 268.1069,
|
||||
"p(95)": 268.1069
|
||||
},
|
||||
"http_req_duration": {
|
||||
"avg": 205.6511,
|
||||
"min": 205.6511,
|
||||
"med": 205.6511,
|
||||
"max": 205.6511,
|
||||
"p(90)": 205.6511,
|
||||
"p(95)": 205.6511,
|
||||
"thresholds": {
|
||||
"p(95)<500": false,
|
||||
"p(99)<1000": false
|
||||
}
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<400": false
|
||||
}
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"thresholds": {
|
||||
"p(95)<500": false
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"count": 1,
|
||||
"rate": 2.0888151676389057
|
||||
},
|
||||
"data_sent": {
|
||||
"count": 90,
|
||||
"rate": 187.9933650875015
|
||||
},
|
||||
"http_req_failed": {
|
||||
"passes": 1,
|
||||
"fails": 0,
|
||||
"thresholds": {
|
||||
"rate<0.01": true
|
||||
},
|
||||
"value": 1
|
||||
},
|
||||
"http_req_sending": {
|
||||
"avg": 1.2406,
|
||||
"min": 1.2406,
|
||||
"med": 1.2406,
|
||||
"max": 1.2406,
|
||||
"p(90)": 1.2406,
|
||||
"p(95)": 1.2406
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"thresholds": {
|
||||
"p(95)<600": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"root_group": {
|
||||
"checks": {},
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": {}
|
||||
}
|
||||
}
|
||||
28
walkguide-backend/demo/k6-tests/k6-results/auth-flow.ndjson
Normal file
28
walkguide-backend/demo/k6-tests/k6-results/auth-flow.ndjson
Normal file
@ -0,0 +1,28 @@
|
||||
{"type":"Metric","data":{"name":"http_reqs","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"http_reqs"}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T18:52:17.4167196+07:00","value":1,"tags":{"endpoint":"ping","error_code":"1404","expected_response":"false","group":"::setup","method":"GET","name":"http://202.46.28.160:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"404","url":"http://202.46.28.160:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_duration","type":"trend","contains":"time","thresholds":["p(95)<500","p(99)<1000"],"submetrics":[{"name":"http_req_duration{expected_response:true}","suffix":"expected_response:true","tags":{"expected_response":"true"}}]},"metric":"http_req_duration"}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T18:52:17.4167196+07:00","value":205.6511,"tags":{"endpoint":"ping","error_code":"1404","expected_response":"false","group":"::setup","method":"GET","name":"http://202.46.28.160:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"404","url":"http://202.46.28.160:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_blocked","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_blocked"}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T18:52:17.4167196+07:00","value":268.1069,"tags":{"endpoint":"ping","error_code":"1404","expected_response":"false","group":"::setup","method":"GET","name":"http://202.46.28.160:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"404","url":"http://202.46.28.160:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_connecting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_connecting"}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T18:52:17.4167196+07:00","value":268.1069,"tags":{"endpoint":"ping","error_code":"1404","expected_response":"false","group":"::setup","method":"GET","name":"http://202.46.28.160:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"404","url":"http://202.46.28.160:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_tls_handshaking","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_tls_handshaking"}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T18:52:17.4167196+07:00","value":0,"tags":{"endpoint":"ping","error_code":"1404","expected_response":"false","group":"::setup","method":"GET","name":"http://202.46.28.160:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"404","url":"http://202.46.28.160:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_sending","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_sending"}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T18:52:17.4167196+07:00","value":1.2406,"tags":{"endpoint":"ping","error_code":"1404","expected_response":"false","group":"::setup","method":"GET","name":"http://202.46.28.160:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"404","url":"http://202.46.28.160:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_waiting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_waiting"}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T18:52:17.4167196+07:00","value":203.8224,"tags":{"endpoint":"ping","error_code":"1404","expected_response":"false","group":"::setup","method":"GET","name":"http://202.46.28.160:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"404","url":"http://202.46.28.160:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_receiving","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_receiving"}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T18:52:17.4167196+07:00","value":0.5881,"tags":{"endpoint":"ping","error_code":"1404","expected_response":"false","group":"::setup","method":"GET","name":"http://202.46.28.160:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"404","url":"http://202.46.28.160:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_failed","type":"rate","contains":"default","thresholds":["rate<0.01"],"submetrics":null},"metric":"http_req_failed"}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T18:52:17.4167196+07:00","value":1,"tags":{"endpoint":"ping","error_code":"1404","expected_response":"false","group":"::setup","method":"GET","name":"http://202.46.28.160:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"404","url":"http://202.46.28.160:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_error_rate","type":"rate","contains":"default","thresholds":["rate<0.01"],"submetrics":null},"metric":"walkguide_error_rate"}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T18:52:17.4174604+07:00","value":1,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_endpoint_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<500"],"submetrics":null},"metric":"walkguide_endpoint_latency_ms"}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T18:52:17.4174604+07:00","value":205.6511,"tags":{"endpoint":"ping","group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_failed_requests","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"walkguide_failed_requests"}
|
||||
{"metric":"walkguide_failed_requests","type":"Point","data":{"time":"2026-05-17T18:52:17.4174604+07:00","value":1,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_sent","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_sent"}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T18:52:17.4180264+07:00","value":90,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_received","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_received"}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T18:52:17.4180264+07:00","value":427,"tags":{"group":"::setup"}}}
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,278 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>WalkGuide — k6 Load Test Report</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
body { font-family: 'Segoe UI', system-ui, sans-serif; background: #0f172a; color: #e2e8f0; padding: 24px; }
|
||||
h1 { font-size: 2rem; color: #38bdf8; margin-bottom: 4px; }
|
||||
h2 { font-size: 1.2rem; color: #7dd3fc; margin: 32px 0 12px; border-bottom: 1px solid #1e3a5f; padding-bottom: 6px; }
|
||||
p { color: #94a3b8; margin-bottom: 8px; }
|
||||
.header { margin-bottom: 32px; }
|
||||
.header .meta { color: #64748b; font-size: 0.85rem; margin-top: 4px; }
|
||||
|
||||
/* Key Metrics Grid */
|
||||
.key-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-bottom: 24px; }
|
||||
.key-card { background: #1e293b; border-radius: 10px; padding: 18px; border: 1px solid #334155; }
|
||||
.key-card .klabel { font-size: 0.75rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; }
|
||||
.key-card .kvalue { font-size: 1.5rem; font-weight: 700; color: #f0f9ff; margin: 6px 0 2px; }
|
||||
.key-card .kdesc { font-size: 0.72rem; color: #475569; }
|
||||
|
||||
/* WalkGuide Metric Cards */
|
||||
.wg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
|
||||
.metric-card { background: #1e293b; border-radius: 8px; padding: 14px; border: 1px solid #1e3a5f; text-align: center; }
|
||||
.metric-label { font-size: 0.85rem; color: #94a3b8; margin-bottom: 6px; }
|
||||
.metric-p95 { font-size: 1.6rem; font-weight: 700; color: #38bdf8; }
|
||||
.metric-sub { font-size: 0.7rem; color: #475569; margin-top: 2px; }
|
||||
.metric-avg { font-size: 0.72rem; color: #64748b; margin-top: 4px; }
|
||||
|
||||
/* Tables */
|
||||
table { width: 100%; border-collapse: collapse; margin-bottom: 24px; font-size: 0.88rem; }
|
||||
th { background: #1e3a5f; color: #7dd3fc; text-align: left; padding: 10px 12px; }
|
||||
td { padding: 9px 12px; border-bottom: 1px solid #1e293b; color: #cbd5e1; }
|
||||
tr:nth-child(even) td { background: #0f1f35; }
|
||||
code { background: #1e293b; padding: 2px 6px; border-radius: 4px; font-size: 0.82rem; color: #38bdf8; }
|
||||
|
||||
/* Badges */
|
||||
.badge { padding: 3px 10px; border-radius: 12px; font-size: 0.78rem; font-weight: 600; }
|
||||
.badge.pass { background: #064e3b; color: #34d399; }
|
||||
.badge.fail { background: #450a0a; color: #f87171; }
|
||||
.badge.skip { background: #1e293b; color: #94a3b8; }
|
||||
|
||||
footer { margin-top: 40px; text-align: center; color: #334155; font-size: 0.78rem; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>🦺 WalkGuide — k6 Load Test Report</h1>
|
||||
<p>Spring Boot Backend Performance Benchmark — Pillar 3</p>
|
||||
<div class="meta">
|
||||
Generated: 2026-05-17T12:29:24.882Z |
|
||||
Input: auth-local-20260517_192757.ndjson |
|
||||
Total Data Points: 885
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>📊 Key Metrics (Pillar 3 — 5 Required)</h2>
|
||||
<div class="key-grid">
|
||||
<div class="key-card">
|
||||
<div class="klabel">1. Throughput</div>
|
||||
<div class="kvalue">0.6 req/s</div>
|
||||
<div class="kdesc">Requests per second</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">2. p95 Latency</div>
|
||||
<div class="kvalue">23371.57 ms</div>
|
||||
<div class="kdesc">95th percentile response time</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">3. Error Rate</div>
|
||||
<div class="kvalue">0.00%</div>
|
||||
<div class="kdesc">Non-2xx responses | PASS</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">4. DB Query Time</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Estimated via write endpoint p95</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">5. JVM Heap</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Spring Actuator jvm.memory.used</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>🏃 WalkGuide Endpoint Latency Breakdown</h2>
|
||||
<div class="wg-grid">
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔐 Auth</div>
|
||||
<div class="metric-p95">26804.69 ms</div>
|
||||
<div class="metric-sub">p95 | threshold < 800ms</div>
|
||||
<div class="metric-avg">avg: 6875.85 ms | p99: 27576.39 ms</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📍 Location</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 300ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚧 Obstacle</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 400ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚨 SOS</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 200ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📬 Notif</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 500ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📊 Timeline</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 1000ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔗 Pairing</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 600ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>✅ Threshold Evaluation</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Check</th><th>Metric</th><th>Threshold</th><th>Actual</th><th>Result</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>p95 overall < 25000ms</td>
|
||||
<td><code>http_req_duration</code></td>
|
||||
<td>25000 ms</td>
|
||||
<td>23371.57 ms</td>
|
||||
<td><span class="badge pass">✅ PASS</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>error rate < 10%</td>
|
||||
<td><code>http_req_failed</code></td>
|
||||
<td>0.1 rate</td>
|
||||
<td>0.00 rate</td>
|
||||
<td><span class="badge pass">✅ PASS</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>SOS p95 < 3000ms</td>
|
||||
<td><code>walkguide_sos_latency_ms</code></td>
|
||||
<td>3000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Location p95 < 3000ms</td>
|
||||
<td><code>walkguide_location_latency_ms</code></td>
|
||||
<td>3000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Obstacle p95 < 5000ms</td>
|
||||
<td><code>walkguide_obstacle_latency_ms</code></td>
|
||||
<td>5000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Auth p95 < 25000ms</td>
|
||||
<td><code>walkguide_auth_latency_ms</code></td>
|
||||
<td>25000 ms</td>
|
||||
<td>26804.69 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Timeline p95 < 5000ms</td>
|
||||
<td><code>walkguide_timeline_latency_ms</code></td>
|
||||
<td>5000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Notification p95 < 5000ms</td>
|
||||
<td><code>walkguide_notif_latency_ms</code></td>
|
||||
<td>5000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>📋 Per-Endpoint Latency (ms)</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Endpoint</th><th>Requests</th><th>Avg</th><th>p95</th><th>p99</th><th>Max</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>ping</code></td>
|
||||
<td>1</td>
|
||||
<td>11.36</td>
|
||||
<td>11.36</td>
|
||||
<td>11.36</td>
|
||||
<td>11.36</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>register</code></td>
|
||||
<td>9</td>
|
||||
<td>17778.94</td>
|
||||
<td>27576.39</td>
|
||||
<td>27576.39</td>
|
||||
<td>27576.39</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>login</code></td>
|
||||
<td>9</td>
|
||||
<td>2169.40</td>
|
||||
<td>4671.23</td>
|
||||
<td>4671.23</td>
|
||||
<td>4671.23</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>refresh_token</code></td>
|
||||
<td>9</td>
|
||||
<td>679.22</td>
|
||||
<td>957.88</td>
|
||||
<td>957.88</td>
|
||||
<td>957.88</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>fcm_token</code></td>
|
||||
<td>9</td>
|
||||
<td>722.01</td>
|
||||
<td>1252.85</td>
|
||||
<td>1252.85</td>
|
||||
<td>1252.85</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>logout</code></td>
|
||||
<td>9</td>
|
||||
<td>1425.31</td>
|
||||
<td>2917.68</td>
|
||||
<td>2917.68</td>
|
||||
<td>2917.68</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<footer>
|
||||
WalkGuide AI — Integrated Mobile Application Project Final Exam |
|
||||
Generated by html-reporter.js
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,298 @@
|
||||
{
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": {},
|
||||
"checks": {
|
||||
"register: status 200": {
|
||||
"fails": 0,
|
||||
"name": "register: status 200",
|
||||
"path": "::register: status 200",
|
||||
"id": "1842acaf573dc63fd4ae5d28e9ba2493",
|
||||
"passes": 9
|
||||
},
|
||||
"register: has accessToken": {
|
||||
"path": "::register: has accessToken",
|
||||
"id": "8b44d66b66a954afd38da69ca377b035",
|
||||
"passes": 9,
|
||||
"fails": 0,
|
||||
"name": "register: has accessToken"
|
||||
},
|
||||
"login: status 200": {
|
||||
"name": "login: status 200",
|
||||
"path": "::login: status 200",
|
||||
"id": "4d9cb0041884c26a6b714904c7aba027",
|
||||
"passes": 9,
|
||||
"fails": 0
|
||||
},
|
||||
"login: accessToken set": {
|
||||
"id": "92431cabb222ea84e2324f95d2f9f630",
|
||||
"passes": 9,
|
||||
"fails": 0,
|
||||
"name": "login: accessToken set",
|
||||
"path": "::login: accessToken set"
|
||||
},
|
||||
"login: refreshToken set": {
|
||||
"name": "login: refreshToken set",
|
||||
"path": "::login: refreshToken set",
|
||||
"id": "722910b1063f9306354876d517ca6e66",
|
||||
"passes": 9,
|
||||
"fails": 0
|
||||
},
|
||||
"login: role correct": {
|
||||
"fails": 3,
|
||||
"name": "login: role correct",
|
||||
"path": "::login: role correct",
|
||||
"id": "9520d42bf50f8957e4e8eda57900ec17",
|
||||
"passes": 6
|
||||
},
|
||||
"refresh: status 200": {
|
||||
"name": "refresh: status 200",
|
||||
"path": "::refresh: status 200",
|
||||
"id": "49519258c72bebfa5ec56fff7215d601",
|
||||
"passes": 9,
|
||||
"fails": 0
|
||||
},
|
||||
"refresh: new accessToken": {
|
||||
"name": "refresh: new accessToken",
|
||||
"path": "::refresh: new accessToken",
|
||||
"id": "343c1eeb12f433c1dd592dafc03870e2",
|
||||
"passes": 9,
|
||||
"fails": 0
|
||||
},
|
||||
"fcm-token: status 2xx": {
|
||||
"passes": 9,
|
||||
"fails": 0,
|
||||
"name": "fcm-token: status 2xx",
|
||||
"path": "::fcm-token: status 2xx",
|
||||
"id": "36208cbdf7df9c1bb7e57192eeac11de"
|
||||
},
|
||||
"logout: status 2xx": {
|
||||
"name": "logout: status 2xx",
|
||||
"path": "::logout: status 2xx",
|
||||
"id": "d3af3dd3897a84a7d9bea4645f396b0e",
|
||||
"passes": 9,
|
||||
"fails": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"metrics": {
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"avg": 4456.201415217391,
|
||||
"min": 11.3638,
|
||||
"med": 1212.3557999999998,
|
||||
"max": 27576.3875,
|
||||
"p(90)": 14914.91395,
|
||||
"p(95)": 21586.335875,
|
||||
"thresholds": {
|
||||
"p(95)<25000": false
|
||||
}
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"count": 46,
|
||||
"rate": 0.5798049698930849
|
||||
},
|
||||
"data_sent": {
|
||||
"count": 15432,
|
||||
"rate": 194.51196294326277
|
||||
},
|
||||
"http_req_duration": {
|
||||
"avg": 4456.201415217391,
|
||||
"min": 11.3638,
|
||||
"med": 1212.3557999999998,
|
||||
"max": 27576.3875,
|
||||
"p(90)": 14914.91395,
|
||||
"p(95)": 21586.335875,
|
||||
"thresholds": {
|
||||
"p(95)<25000": false,
|
||||
"p(99)<30000": false
|
||||
}
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"thresholds": {
|
||||
"p(95)<5000": false
|
||||
}
|
||||
},
|
||||
"http_req_sending": {
|
||||
"med": 0,
|
||||
"max": 1.0856,
|
||||
"p(90)": 0.1883,
|
||||
"p(95)": 0.865675,
|
||||
"avg": 0.0847086956521739,
|
||||
"min": 0
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"avg": 4455.487491304345,
|
||||
"min": 10.3153,
|
||||
"med": 1211.9234000000001,
|
||||
"max": 27575.2003,
|
||||
"p(90)": 14914.5625,
|
||||
"p(95)": 21585.018275
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"p(90)": 19087.003480000014,
|
||||
"p(95)": 25774.755269999998,
|
||||
"avg": 6875.854559259257,
|
||||
"min": 466.8442,
|
||||
"med": 1842.4139,
|
||||
"max": 27576.3875,
|
||||
"thresholds": {
|
||||
"p(95)<25000": true,
|
||||
"p(99)<30000": false
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<5000": false
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 2.922,
|
||||
"p(90)": 0,
|
||||
"p(95)": 1.7293,
|
||||
"avg": 0.1727586956521739
|
||||
},
|
||||
"data_received": {
|
||||
"count": 34932,
|
||||
"rate": 440.2988523544618
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"passes": 0,
|
||||
"fails": 46,
|
||||
"thresholds": {
|
||||
"rate<0.10": false
|
||||
},
|
||||
"value": 0
|
||||
},
|
||||
"vus": {
|
||||
"value": 1,
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"thresholds": {
|
||||
"p(95)<3000": false
|
||||
}
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"thresholds": {
|
||||
"p(95)<3000": false
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"count": 46,
|
||||
"rate": 0.5798049698930849
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"avg": 0.25903478260869567,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 4.7397,
|
||||
"p(90)": 0,
|
||||
"p(95)": 2.454425
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"avg": 0.6292152173913044,
|
||||
"min": 0,
|
||||
"med": 0.6299,
|
||||
"max": 1.9871,
|
||||
"p(90)": 1.22045,
|
||||
"p(95)": 1.328975
|
||||
},
|
||||
"iterations": {
|
||||
"count": 9,
|
||||
"rate": 0.1134401028051688
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"avg": 4456.201415217391,
|
||||
"min": 11.3638,
|
||||
"med": 1212.3557999999998,
|
||||
"max": 27576.3875,
|
||||
"p(90)": 14914.91395,
|
||||
"p(95)": 21586.335875
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"thresholds": {
|
||||
"p(95)<5000": false
|
||||
}
|
||||
},
|
||||
"iteration_duration": {
|
||||
"med": 22731.8384,
|
||||
"max": 33192.2156,
|
||||
"p(90)": 32695.1068,
|
||||
"p(95)": 32943.6612,
|
||||
"avg": 25060.365433333336,
|
||||
"min": 18409.3372
|
||||
},
|
||||
"http_req_failed": {
|
||||
"passes": 0,
|
||||
"fails": 46,
|
||||
"thresholds": {
|
||||
"rate<0.10": false
|
||||
},
|
||||
"value": 0
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<5000": false
|
||||
}
|
||||
},
|
||||
"vus_max": {
|
||||
"min": 3,
|
||||
"max": 3,
|
||||
"value": 3
|
||||
},
|
||||
"checks": {
|
||||
"passes": 87,
|
||||
"fails": 3,
|
||||
"value": 0.9666666666666667
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,885 @@
|
||||
{"type":"Metric","data":{"name":"http_reqs","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"http_reqs"}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:03.9703365+07:00","value":1,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_duration","type":"trend","contains":"time","thresholds":["p(95)<25000","p(99)<30000"],"submetrics":[{"name":"http_req_duration{expected_response:true}","suffix":"expected_response:true","tags":{"expected_response":"true"}}]},"metric":"http_req_duration"}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:03.9703365+07:00","value":11.3638,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_blocked","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_blocked"}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:03.9703365+07:00","value":4.7397,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_connecting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_connecting"}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:03.9703365+07:00","value":2.922,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_tls_handshaking","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_tls_handshaking"}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:03.9703365+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_sending","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_sending"}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:03.9703365+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_waiting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_waiting"}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:03.9703365+07:00","value":10.3153,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_receiving","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_receiving"}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:03.9703365+07:00","value":1.0485,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_failed","type":"rate","contains":"default","thresholds":["rate<0.10"],"submetrics":null},"metric":"http_req_failed"}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:03.9703365+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_error_rate","type":"rate","contains":"default","thresholds":["rate<0.10"],"submetrics":null},"metric":"walkguide_error_rate"}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:03.9708486+07:00","value":0,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_endpoint_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<25000"],"submetrics":null},"metric":"walkguide_endpoint_latency_ms"}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:03.9708486+07:00","value":11.3638,"tags":{"endpoint":"ping","group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_successful_requests","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"walkguide_successful_requests"}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:03.9708486+07:00","value":1,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_sent","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_sent"}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:28:03.9711938+07:00","value":86,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_received","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_received"}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:28:03.9711938+07:00","value":501,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"vus","type":"gauge","contains":"default","thresholds":[],"submetrics":null},"metric":"vus"}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:04.9376367+07:00","value":3,"tags":{}}}
|
||||
{"type":"Metric","data":{"name":"vus_max","type":"gauge","contains":"default","thresholds":[],"submetrics":null},"metric":"vus_max"}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:04.9376367+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:05.9380364+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:05.9380364+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:06.9373089+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:06.9373089+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:07.9379803+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:07.9379803+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:08.9400948+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:08.9400948+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:09.9386451+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:09.9386451+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:10.9374194+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:10.9374194+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:11.9373678+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:11.9373678+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:12.9373507+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:12.9373507+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:13.937181+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:13.937181+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:14.9369541+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:14.9369541+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:15.9383516+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:15.9383516+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:16.9377817+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:16.9377817+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:17.9369989+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:17.9369989+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:18.9376872+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:18.9376872+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:19.9372049+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:19.9372049+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:20.9370195+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:20.9370195+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:21.9373826+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:21.9373826+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:22.937738+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:22.937738+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:23.9371401+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:23.9371401+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:24.9374752+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:24.9374752+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:25.9374476+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:25.9374476+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:26.9369399+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:26.9369399+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:27.3497036+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:27.3497036+07:00","value":23371.5733,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:27.3497036+07:00","value":2.6418,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:27.3497036+07:00","value":1.8923,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:27.3497036+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:27.3497036+07:00","value":0.3766,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:27.3497036+07:00","value":23370.0398,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:27.3497036+07:00","value":1.1569,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:27.3497036+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:27.3500159+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:27.3500159+07:00","value":23371.5733,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_auth_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<25000","p(99)<30000"],"submetrics":null},"metric":"walkguide_auth_latency_ms"}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:27.3500159+07:00","value":23371.5733,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:27.3500159+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"checks","type":"rate","contains":"default","thresholds":[],"submetrics":null},"metric":"checks"}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:27.3506569+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:27.3506569+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:27.937322+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:27.937322+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:28.9373748+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:28.9373748+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":1217.9241,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":1217.5659,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":0.3582,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":1217.9241,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":1217.9241,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:29.0693052+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:29.9372259+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:29.9372259+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:30.187633+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:30.187633+07:00","value":817.3304,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:30.187633+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:30.187633+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:30.187633+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:30.187633+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:30.187633+07:00","value":817.3304,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:30.187633+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:30.187633+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:30.1882+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:30.1882+07:00","value":817.3304,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:30.1882+07:00","value":817.3304,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:30.1882+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:30.1882+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:30.1882+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:30.7828207+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:30.7828207+07:00","value":26804.6904,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:30.7828207+07:00","value":2.6418,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:30.7828207+07:00","value":1.8923,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:30.7828207+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:30.7828207+07:00","value":1.0856,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:30.7828207+07:00","value":26802.6152,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:30.7828207+07:00","value":0.9896,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:30.7828207+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:30.7832316+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:30.7832316+07:00","value":26804.6904,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:30.7832316+07:00","value":26804.6904,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:30.7832316+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:30.7832316+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:30.7832316+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:30.9373445+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:30.9373445+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":494.1583,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":493.1561,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":1.0022,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":494.1583,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:30.9833137+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:31.5545178+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:31.5545178+07:00","value":27576.3875,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:31.5545178+07:00","value":1.8923,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:31.5545178+07:00","value":1.2403,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:31.5545178+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:31.5545178+07:00","value":0.3766,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:31.5545178+07:00","value":27575.2003,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:31.5545178+07:00","value":0.8106,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:31.5545178+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:31.5548839+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:31.5548839+07:00","value":27576.3875,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:31.5554496+07:00","value":27576.3875,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:31.5554496+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:31.5554496+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:31.5554496+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:31.9373519+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:31.9373519+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":1206.7875,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":1206.2809,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":0.5066,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":1206.7875,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":1206.7875,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:32.4910892+07:00","value":0,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":1401.7834,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":1401.7834,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":1401.7834,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:32.5854562+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:32.9372213+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:32.9372213+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":493.6884,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":493.3581,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":0.3303,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":493.6884,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":493.6884,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:33.2865302+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":1711.1779,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":1710.6604,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":0.5175,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":1711.1779,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":1711.1779,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:33.7672382+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:28:33.8859877+07:00","value":1697,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:28:33.8859877+07:00","value":3815,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"iteration_duration","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"iteration_duration"}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:28:33.8859877+07:00","value":29913.0879,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"iterations","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"iterations"}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:28:33.8859877+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:33.9374407+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:33.9374407+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:34.4702069+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:34.4702069+07:00","value":882.2125,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:34.4702069+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:34.4702069+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:34.4702069+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:34.4702069+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:34.4702069+07:00","value":881.3121,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:34.4702069+07:00","value":0.9004,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:34.4702069+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:34.4702069+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:34.4707216+07:00","value":882.2125,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:34.4707216+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:34.4707216+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":688.3234,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":687.4244,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":0.899,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":688.3234,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":688.3234,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:34.7564043+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:34.9374895+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:34.9374895+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":871.3714,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":870.9822,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":0.3892,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":871.3714,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:35.5426211+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":490.1402,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":490.1402,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":490.1402,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:35.5468953+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:35.9375758+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:35.9375758+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:28:36.5431424+07:00","value":1723,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:28:36.5431424+07:00","value":3845,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:28:36.5431424+07:00","value":32570.8296,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:28:36.5431424+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":815.5017,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":815.5017,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":815.5017,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:36.5633859+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:36.937422+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:36.937422+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:28:37.1645284+07:00","value":1696,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:28:37.1645284+07:00","value":3818,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:28:37.1645284+07:00","value":33192.2156,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:28:37.1645284+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:37.9370814+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:37.9370814+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:38.9371851+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:38.9371851+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:39.9373575+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:39.9373575+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:40.9370928+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:40.9370928+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:41.9373701+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:41.9373701+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:42.9368864+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:42.9368864+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:43.9371683+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:43.9371683+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:44.9369371+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:44.9369371+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:45.9374067+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:45.9374067+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:46.9375377+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:46.9375377+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:47.9369668+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:47.9369668+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:48.9372649+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:48.9372649+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:49.8938614+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:49.8938614+07:00","value":12729.333,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:49.8938614+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:49.8938614+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:49.8938614+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:49.8938614+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:49.8938614+07:00","value":12729.333,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:49.8938614+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:49.8938614+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:49.8946532+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:49.8946532+07:00","value":12729.333,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:49.8946532+07:00","value":12729.333,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:49.8946532+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:49.8946532+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:49.8946532+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:49.9371386+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:49.9371386+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":16230.6236,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":16229.9537,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":0.6699,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":16230.6236,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":16230.6236,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:50.1171928+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:50.9374268+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:50.9374268+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:51.5644373+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:51.5644373+07:00","value":15021.2949,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:51.5644373+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:51.5644373+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:51.5644373+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:51.5644373+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:51.5644373+07:00","value":15020.592,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:51.5644373+07:00","value":0.7029,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:51.5644373+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:51.5649895+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:51.5649895+07:00","value":15021.2949,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:51.5649895+07:00","value":15021.2949,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:51.5649895+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:51.5649895+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:51.5649895+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:51.9375396+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:51.9375396+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":1842.4139,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":1841.4218,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":0.9921,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":1842.4139,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":1842.4139,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:52.2387731+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:52.937535+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:52.937535+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:53.0815318+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:53.0815318+07:00","value":541.4889,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:53.0815318+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:53.0815318+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:53.0815318+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:53.0815318+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:53.0815318+07:00","value":540.6529,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:53.0815318+07:00","value":0.836,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:53.0815318+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:53.0820502+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:53.0820502+07:00","value":541.4889,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:53.0820502+07:00","value":541.4889,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:53.0820502+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:53.0820502+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:53.0820502+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:53.8799754+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:53.8799754+07:00","value":3262.0799,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:53.8799754+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:53.8799754+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:53.8799754+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:53.8799754+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:53.8799754+07:00","value":3262.0799,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:53.8799754+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:53.8799754+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:53.880698+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:53.880698+07:00","value":3262.0799,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:53.880698+07:00","value":3262.0799,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:53.880698+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:53.880698+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:53.880698+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:53.880698+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:53.880698+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:53.9376834+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:53.9376834+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:53.9725855+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:53.9725855+07:00","value":1907.504,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:53.9725855+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:53.9725855+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:53.9725855+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:53.9725855+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:53.9725855+07:00","value":1906.8467,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:53.9725855+07:00","value":0.6573,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:53.9725855+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":1907.504,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":1907.504,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":590.0737,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":589.5577,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":0.516,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":590.0737,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":0,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:53.9731015+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:54.786492+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:54.786492+07:00","value":512.8504,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:54.786492+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:54.786492+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:54.786492+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:54.786492+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:54.786492+07:00","value":512.4023,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:54.786492+07:00","value":0.4481,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:54.786492+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:54.7875772+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:54.7875772+07:00","value":512.8504,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:54.7875772+07:00","value":512.8504,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:54.7875772+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:54.7882101+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:54.7882101+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:54.9374257+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:54.9374257+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:54.9895771+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:54.9895771+07:00","value":815.852,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:54.9895771+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:54.9895771+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:54.9895771+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:54.9895771+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:54.9895771+07:00","value":815.416,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:54.9895771+07:00","value":0.436,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:54.9895771+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:54.990093+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:54.990093+07:00","value":815.852,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:54.990093+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:54.990093+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":834.4955,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":834.4955,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":834.4955,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":834.4955,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:55.0156879+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:28:55.7908429+07:00","value":1695,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:28:55.7908429+07:00","value":3818,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:28:55.7908429+07:00","value":18626.3145,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:28:55.7908429+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:55.9372311+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:55.9372311+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":919.5038,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":918.1404,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":1.3634,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":919.5038,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:56.2362489+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":1252.8477,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":1251.622,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":1.2257,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":1252.8477,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:56.3412453+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:56.9372342+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:56.9372342+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:57.716589+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:57.716589+07:00","value":1173.8214,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:57.716589+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:57.716589+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:57.716589+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:57.716589+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:57.716589+07:00","value":1173.4404,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:57.716589+07:00","value":0.381,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:57.716589+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:57.7171858+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:57.7171858+07:00","value":1173.8214,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:57.7171858+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:57.7171858+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:57.9371128+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:57.9371128+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:28:58.518385+07:00","value":1723,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:28:58.518385+07:00","value":3845,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:28:58.518385+07:00","value":21975.2426,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:28:58.518385+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:58.9373887+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:58.9373887+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":2917.6803,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":2916.8644,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":0.8159,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":2917.6803,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:28:59.3547723+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:28:59.9376247+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:28:59.9376247+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:29:00.5551768+07:00","value":1697,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:29:00.5551768+07:00","value":3815,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:29:00.5551768+07:00","value":26669.1891,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:29:00.5551768+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:00.937154+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:00.937154+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:01.9386498+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:01.9386498+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:02.9376308+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:02.9376308+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:03.9374958+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:03.9374958+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:04.9371487+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:04.9371487+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:05.937693+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:05.937693+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:06.9381822+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:06.9381822+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:07.6153798+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:07.6153798+07:00","value":11824.5369,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:07.6153798+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:07.6153798+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:07.6153798+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:07.6153798+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:07.6153798+07:00","value":11823.5743,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:07.6153798+07:00","value":0.9626,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:07.6153798+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:07.6160369+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:07.6160369+07:00","value":11824.5369,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:07.6160369+07:00","value":11824.5369,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:07.6160369+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:07.6160369+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:07.6160369+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:07.937398+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:07.937398+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:08.9372336+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:08.9372336+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:09.9373305+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:09.9373305+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":11643.4831,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":11642.8153,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":0.6678,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":11643.4831,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":11643.4831,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:10.1618681+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:10.9374851+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:10.9374851+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:11.9373157+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:11.9373157+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":1656.2595,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":1654.2724,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":1.9871,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":1656.2595,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":1656.2595,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:12.3183469+07:00","value":0,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":4671.2317,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":4670.7338,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":0.4979,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":4671.2317,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":4671.2317,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:12.7887577+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:12.9381462+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:12.9381462+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:13.4198158+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:13.4198158+07:00","value":800.0837,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:13.4198158+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:13.4198158+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:13.4198158+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:13.4198158+07:00","value":1.0287,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:13.4198158+07:00","value":799.055,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:13.4198158+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:13.4198158+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:13.4206003+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:13.4206003+07:00","value":800.0837,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:13.4206003+07:00","value":800.0837,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:13.4206003+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:13.4206003+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:13.4206003+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:13.9375197+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:13.9375197+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:14.0475282+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:14.0475282+07:00","value":957.8754,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:14.0475282+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:14.0475282+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:14.0475282+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:14.0475282+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:14.0475282+07:00","value":956.6542,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:14.0475282+07:00","value":1.2212,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:14.0475282+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:14.0475282+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:14.0481574+07:00","value":957.8754,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:14.0481574+07:00","value":957.8754,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:14.0481574+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:14.0481574+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:14.0481574+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":507.8425,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":506.6228,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":1.2197,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":507.8425,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:14.229825+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":564.5886,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":1.0291,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":562.4784,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":1.0811,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":564.5886,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:14.9132187+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:14.9369577+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:14.9369577+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":14808.533,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":14808.533,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":14808.533,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":14808.533,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:15.3637098+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":1296.5209,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":1294.9632,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":1.5577,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":1296.5209,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:15.727188+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:15.9374608+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:15.9374608+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:16.5441024+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:16.5441024+07:00","value":1430.2082,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:16.5441024+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:16.5441024+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:16.5441024+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:16.5441024+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:16.5441024+07:00","value":1430.2082,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:16.5441024+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:16.5441024+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:16.5441024+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:16.544665+07:00","value":1430.2082,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:16.544665+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:16.544665+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:29:16.9277222+07:00","value":1722,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:29:16.9277222+07:00","value":3845,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:29:16.9277222+07:00","value":18409.3372,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:29:16.9277222+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:16.9372205+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:16.9372205+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:29:17.2460769+07:00","value":1696,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:29:17.2460769+07:00","value":3818,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:29:17.2460769+07:00","value":21455.234,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:29:17.2460769+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:17.914002+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:17.914002+07:00","value":2049.2586,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:17.914002+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:17.914002+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:17.914002+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:17.914002+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:17.914002+07:00","value":2048.6561,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:17.914002+07:00","value":0.6025,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:17.914002+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:17.9145221+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:17.9145221+07:00","value":2049.2586,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:17.9145221+07:00","value":2049.2586,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:17.9145221+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:17.9145221+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:17.9145221+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:17.9145221+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:17.9145221+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:17.9371992+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:17.9371992+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":466.8442,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":466.3885,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":0.4557,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":466.8442,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":466.8442,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:18.6827828+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:18.9373371+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:18.9373371+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:19.7805596+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:19.7805596+07:00","value":796.6805,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:19.7805596+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:19.7805596+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:19.7805596+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:19.7805596+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:19.7805596+07:00","value":795.9432,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:19.7805596+07:00","value":0.7373,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:19.7805596+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:19.7805596+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:19.7810765+07:00","value":796.6805,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:19.7810765+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:19.7810765+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:19.9369399+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:19.9369399+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:20.9377497+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:20.9377497+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:21.9377275+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:21.9377275+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:29:22.0862742+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:29:22.0862742+07:00","value":2105.0411,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:29:22.0862742+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:29:22.0862742+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:29:22.0862742+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:29:22.0862742+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:29:22.0862742+07:00","value":2105.0411,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:29:22.0862742+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:29:22.0862742+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:29:22.0862742+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:29:22.0862742+07:00","value":2105.0411,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:29:22.0868406+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:29:22.0868406+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:29:22.9373685+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:29:22.9373685+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:29:23.2870152+07:00","value":1697,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:29:23.2870152+07:00","value":3812,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:29:23.2870152+07:00","value":22731.8384,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:29:23.2870152+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,278 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>WalkGuide — k6 Load Test Report</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
body { font-family: 'Segoe UI', system-ui, sans-serif; background: #0f172a; color: #e2e8f0; padding: 24px; }
|
||||
h1 { font-size: 2rem; color: #38bdf8; margin-bottom: 4px; }
|
||||
h2 { font-size: 1.2rem; color: #7dd3fc; margin: 32px 0 12px; border-bottom: 1px solid #1e3a5f; padding-bottom: 6px; }
|
||||
p { color: #94a3b8; margin-bottom: 8px; }
|
||||
.header { margin-bottom: 32px; }
|
||||
.header .meta { color: #64748b; font-size: 0.85rem; margin-top: 4px; }
|
||||
|
||||
/* Key Metrics Grid */
|
||||
.key-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-bottom: 24px; }
|
||||
.key-card { background: #1e293b; border-radius: 10px; padding: 18px; border: 1px solid #334155; }
|
||||
.key-card .klabel { font-size: 0.75rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; }
|
||||
.key-card .kvalue { font-size: 1.5rem; font-weight: 700; color: #f0f9ff; margin: 6px 0 2px; }
|
||||
.key-card .kdesc { font-size: 0.72rem; color: #475569; }
|
||||
|
||||
/* WalkGuide Metric Cards */
|
||||
.wg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
|
||||
.metric-card { background: #1e293b; border-radius: 8px; padding: 14px; border: 1px solid #1e3a5f; text-align: center; }
|
||||
.metric-label { font-size: 0.85rem; color: #94a3b8; margin-bottom: 6px; }
|
||||
.metric-p95 { font-size: 1.6rem; font-weight: 700; color: #38bdf8; }
|
||||
.metric-sub { font-size: 0.7rem; color: #475569; margin-top: 2px; }
|
||||
.metric-avg { font-size: 0.72rem; color: #64748b; margin-top: 4px; }
|
||||
|
||||
/* Tables */
|
||||
table { width: 100%; border-collapse: collapse; margin-bottom: 24px; font-size: 0.88rem; }
|
||||
th { background: #1e3a5f; color: #7dd3fc; text-align: left; padding: 10px 12px; }
|
||||
td { padding: 9px 12px; border-bottom: 1px solid #1e293b; color: #cbd5e1; }
|
||||
tr:nth-child(even) td { background: #0f1f35; }
|
||||
code { background: #1e293b; padding: 2px 6px; border-radius: 4px; font-size: 0.82rem; color: #38bdf8; }
|
||||
|
||||
/* Badges */
|
||||
.badge { padding: 3px 10px; border-radius: 12px; font-size: 0.78rem; font-weight: 600; }
|
||||
.badge.pass { background: #064e3b; color: #34d399; }
|
||||
.badge.fail { background: #450a0a; color: #f87171; }
|
||||
.badge.skip { background: #1e293b; color: #94a3b8; }
|
||||
|
||||
footer { margin-top: 40px; text-align: center; color: #334155; font-size: 0.78rem; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>🦺 WalkGuide — k6 Load Test Report</h1>
|
||||
<p>Spring Boot Backend Performance Benchmark — Pillar 3</p>
|
||||
<div class="meta">
|
||||
Generated: 2026-05-17T12:35:17.224Z |
|
||||
Input: auth-local-20260517_193353.ndjson |
|
||||
Total Data Points: 847
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>📊 Key Metrics (Pillar 3 — 5 Required)</h2>
|
||||
<div class="key-grid">
|
||||
<div class="key-card">
|
||||
<div class="klabel">1. Throughput</div>
|
||||
<div class="kvalue">0.5 req/s</div>
|
||||
<div class="kdesc">Requests per second</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">2. p95 Latency</div>
|
||||
<div class="kvalue">18126.41 ms</div>
|
||||
<div class="kdesc">95th percentile response time</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">3. Error Rate</div>
|
||||
<div class="kvalue">5.00%</div>
|
||||
<div class="kdesc">Non-2xx responses | PASS</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">4. DB Query Time</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Estimated via write endpoint p95</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">5. JVM Heap</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Spring Actuator jvm.memory.used</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>🏃 WalkGuide Endpoint Latency Breakdown</h2>
|
||||
<div class="wg-grid">
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔐 Auth</div>
|
||||
<div class="metric-p95">20960.16 ms</div>
|
||||
<div class="metric-sub">p95 | threshold < 800ms</div>
|
||||
<div class="metric-avg">avg: 6732.27 ms | p99: 30125.73 ms</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📍 Location</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 300ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚧 Obstacle</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 400ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚨 SOS</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 200ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📬 Notif</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 500ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📊 Timeline</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 1000ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔗 Pairing</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 600ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>✅ Threshold Evaluation</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Check</th><th>Metric</th><th>Threshold</th><th>Actual</th><th>Result</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>p95 overall < 35000ms</td>
|
||||
<td><code>http_req_duration</code></td>
|
||||
<td>35000 ms</td>
|
||||
<td>18126.41 ms</td>
|
||||
<td><span class="badge pass">✅ PASS</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>error rate < 10%</td>
|
||||
<td><code>http_req_failed</code></td>
|
||||
<td>0.1 rate</td>
|
||||
<td>0.05 rate</td>
|
||||
<td><span class="badge pass">✅ PASS</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>SOS p95 < 3000ms</td>
|
||||
<td><code>walkguide_sos_latency_ms</code></td>
|
||||
<td>3000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Location p95 < 3000ms</td>
|
||||
<td><code>walkguide_location_latency_ms</code></td>
|
||||
<td>3000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Obstacle p95 < 5000ms</td>
|
||||
<td><code>walkguide_obstacle_latency_ms</code></td>
|
||||
<td>5000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Auth p95 < 35000ms</td>
|
||||
<td><code>walkguide_auth_latency_ms</code></td>
|
||||
<td>35000 ms</td>
|
||||
<td>20960.16 ms</td>
|
||||
<td><span class="badge pass">✅ PASS</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Timeline p95 < 5000ms</td>
|
||||
<td><code>walkguide_timeline_latency_ms</code></td>
|
||||
<td>5000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Notification p95 < 5000ms</td>
|
||||
<td><code>walkguide_notif_latency_ms</code></td>
|
||||
<td>5000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>📋 Per-Endpoint Latency (ms)</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Endpoint</th><th>Requests</th><th>Avg</th><th>p95</th><th>p99</th><th>Max</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>ping</code></td>
|
||||
<td>1</td>
|
||||
<td>2.04</td>
|
||||
<td>2.04</td>
|
||||
<td>2.04</td>
|
||||
<td>2.04</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>register</code></td>
|
||||
<td>9</td>
|
||||
<td>15735.83</td>
|
||||
<td>30125.73</td>
|
||||
<td>30125.73</td>
|
||||
<td>30125.73</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>login</code></td>
|
||||
<td>9</td>
|
||||
<td>2898.48</td>
|
||||
<td>6522.80</td>
|
||||
<td>6522.80</td>
|
||||
<td>6522.80</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>refresh_token</code></td>
|
||||
<td>8</td>
|
||||
<td>916.29</td>
|
||||
<td>1240.00</td>
|
||||
<td>1240.00</td>
|
||||
<td>1240.00</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>fcm_token</code></td>
|
||||
<td>8</td>
|
||||
<td>712.61</td>
|
||||
<td>1448.35</td>
|
||||
<td>1448.35</td>
|
||||
<td>1448.35</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>logout</code></td>
|
||||
<td>8</td>
|
||||
<td>1640.81</td>
|
||||
<td>2421.05</td>
|
||||
<td>2421.05</td>
|
||||
<td>2421.05</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<footer>
|
||||
WalkGuide AI — Integrated Mobile Application Project Final Exam |
|
||||
Generated by html-reporter.js
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,302 @@
|
||||
{
|
||||
"metrics": {
|
||||
"http_reqs": {
|
||||
"rate": 0.5336786619848867,
|
||||
"count": 43
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"avg": 4508.570713953487,
|
||||
"min": 2.0379,
|
||||
"med": 1457.5375,
|
||||
"max": 30125.7321,
|
||||
"p(90)": 13737.228460000006,
|
||||
"p(95)": 17809.768769999995,
|
||||
"thresholds": {
|
||||
"p(95)<35000": false
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"avg": 0.22882558139534886,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 4.778,
|
||||
"p(90)": 0.5206,
|
||||
"p(95)": 0.53905
|
||||
},
|
||||
"http_req_sending": {
|
||||
"med": 0,
|
||||
"max": 0.5652,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0.013144186046511628,
|
||||
"min": 0
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"thresholds": {
|
||||
"p(95)<5000": false
|
||||
}
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"thresholds": {
|
||||
"p(95)<3000": false
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"min": 2.0379,
|
||||
"med": 1448.3537,
|
||||
"max": 20960.1559,
|
||||
"p(90)": 12668.7815,
|
||||
"p(95)": 14959.9599,
|
||||
"avg": 3834.6343097560966
|
||||
},
|
||||
"vus_max": {
|
||||
"value": 3,
|
||||
"min": 3,
|
||||
"max": 3
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<5000": false
|
||||
}
|
||||
},
|
||||
"walkguide_failed_requests": {
|
||||
"count": 2,
|
||||
"rate": 0.024822263348134265
|
||||
},
|
||||
"http_req_duration": {
|
||||
"avg": 4508.570713953487,
|
||||
"min": 2.0379,
|
||||
"med": 1457.5375,
|
||||
"max": 30125.7321,
|
||||
"p(90)": 13737.228460000006,
|
||||
"p(95)": 17809.768769999995,
|
||||
"thresholds": {
|
||||
"p(95)<35000": false,
|
||||
"p(99)<40000": false
|
||||
}
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"min": 484.6748,
|
||||
"med": 2611.7647500000003,
|
||||
"max": 30125.7321,
|
||||
"p(90)": 16543.18705,
|
||||
"p(95)": 20251.720475000002,
|
||||
"avg": 6732.2725769230765,
|
||||
"thresholds": {
|
||||
"p(95)<35000": false,
|
||||
"p(99)<40000": false
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"thresholds": {
|
||||
"p(95)<5000": false
|
||||
}
|
||||
},
|
||||
"data_received": {
|
||||
"count": 32221,
|
||||
"rate": 399.89907367011705
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"p(90)": 1.0017,
|
||||
"p(95)": 1.4435699999999998,
|
||||
"avg": 0.6997906976744184,
|
||||
"min": 0,
|
||||
"med": 0.7464,
|
||||
"max": 1.6566
|
||||
},
|
||||
"data_sent": {
|
||||
"count": 14296,
|
||||
"rate": 177.42953841246373
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"passes": 2,
|
||||
"fails": 41,
|
||||
"thresholds": {
|
||||
"rate<0.10": false
|
||||
},
|
||||
"value": 0.046511627906976744
|
||||
},
|
||||
"checks": {
|
||||
"passes": 78,
|
||||
"fails": 8,
|
||||
"value": 0.9069767441860465
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<3000": false
|
||||
}
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"avg": 4507.857779069768,
|
||||
"min": 0.5149,
|
||||
"med": 1457.5375,
|
||||
"max": 30124.7667,
|
||||
"p(90)": 13737.146100000005,
|
||||
"p(95)": 17808.977849999996
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"count": 41,
|
||||
"rate": 0.5088563986367524
|
||||
},
|
||||
"vus": {
|
||||
"value": 1,
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"http_req_failed": {
|
||||
"passes": 2,
|
||||
"fails": 41,
|
||||
"thresholds": {
|
||||
"rate<0.10": false
|
||||
},
|
||||
"value": 0.046511627906976744
|
||||
},
|
||||
"iteration_duration": {
|
||||
"avg": 23870.021088888887,
|
||||
"min": 17784.7075,
|
||||
"med": 22603.613,
|
||||
"max": 39256.7478,
|
||||
"p(90)": 30841.780440000002,
|
||||
"p(95)": 35049.26411999999
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<5000": false
|
||||
}
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"avg": 0.22882558139534886,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 4.778,
|
||||
"p(90)": 0.5206,
|
||||
"p(95)": 0.53905
|
||||
},
|
||||
"iterations": {
|
||||
"count": 9,
|
||||
"rate": 0.11170018506660419
|
||||
}
|
||||
},
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": {},
|
||||
"checks": {
|
||||
"register: status 200": {
|
||||
"name": "register: status 200",
|
||||
"path": "::register: status 200",
|
||||
"id": "1842acaf573dc63fd4ae5d28e9ba2493",
|
||||
"passes": 8,
|
||||
"fails": 1
|
||||
},
|
||||
"register: has accessToken": {
|
||||
"fails": 1,
|
||||
"name": "register: has accessToken",
|
||||
"path": "::register: has accessToken",
|
||||
"id": "8b44d66b66a954afd38da69ca377b035",
|
||||
"passes": 8
|
||||
},
|
||||
"login: status 200": {
|
||||
"name": "login: status 200",
|
||||
"path": "::login: status 200",
|
||||
"id": "4d9cb0041884c26a6b714904c7aba027",
|
||||
"passes": 8,
|
||||
"fails": 1
|
||||
},
|
||||
"login: accessToken set": {
|
||||
"name": "login: accessToken set",
|
||||
"path": "::login: accessToken set",
|
||||
"id": "92431cabb222ea84e2324f95d2f9f630",
|
||||
"passes": 8,
|
||||
"fails": 1
|
||||
},
|
||||
"login: refreshToken set": {
|
||||
"name": "login: refreshToken set",
|
||||
"path": "::login: refreshToken set",
|
||||
"id": "722910b1063f9306354876d517ca6e66",
|
||||
"passes": 8,
|
||||
"fails": 1
|
||||
},
|
||||
"login: role correct": {
|
||||
"name": "login: role correct",
|
||||
"path": "::login: role correct",
|
||||
"id": "9520d42bf50f8957e4e8eda57900ec17",
|
||||
"passes": 6,
|
||||
"fails": 3
|
||||
},
|
||||
"refresh: status 200": {
|
||||
"name": "refresh: status 200",
|
||||
"path": "::refresh: status 200",
|
||||
"id": "49519258c72bebfa5ec56fff7215d601",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
"refresh: new accessToken": {
|
||||
"name": "refresh: new accessToken",
|
||||
"path": "::refresh: new accessToken",
|
||||
"id": "343c1eeb12f433c1dd592dafc03870e2",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
"fcm-token: status 2xx": {
|
||||
"name": "fcm-token: status 2xx",
|
||||
"path": "::fcm-token: status 2xx",
|
||||
"id": "36208cbdf7df9c1bb7e57192eeac11de",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
"logout: status 2xx": {
|
||||
"name": "logout: status 2xx",
|
||||
"path": "::logout: status 2xx",
|
||||
"id": "d3af3dd3897a84a7d9bea4645f396b0e",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,847 @@
|
||||
{"type":"Metric","data":{"name":"http_reqs","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"http_reqs"}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:33:54.917001+07:00","value":1,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_duration","type":"trend","contains":"time","thresholds":["p(95)<35000","p(99)<40000"],"submetrics":[{"name":"http_req_duration{expected_response:true}","suffix":"expected_response:true","tags":{"expected_response":"true"}}]},"metric":"http_req_duration"}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:33:54.917001+07:00","value":2.0379,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_blocked","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_blocked"}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:33:54.917001+07:00","value":0.5411,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_connecting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_connecting"}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:33:54.917001+07:00","value":0.5411,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_tls_handshaking","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_tls_handshaking"}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:33:54.917001+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_sending","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_sending"}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:33:54.917001+07:00","value":0.5652,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_waiting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_waiting"}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:33:54.917001+07:00","value":0.5149,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_receiving","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_receiving"}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:33:54.917001+07:00","value":0.9578,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_failed","type":"rate","contains":"default","thresholds":["rate<0.10"],"submetrics":null},"metric":"http_req_failed"}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:33:54.917001+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_error_rate","type":"rate","contains":"default","thresholds":["rate<0.10"],"submetrics":null},"metric":"walkguide_error_rate"}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:33:54.917001+07:00","value":0,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_endpoint_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<35000"],"submetrics":null},"metric":"walkguide_endpoint_latency_ms"}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:33:54.917001+07:00","value":2.0379,"tags":{"endpoint":"ping","group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_successful_requests","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"walkguide_successful_requests"}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:33:54.917001+07:00","value":1,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_sent","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_sent"}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:33:54.9267254+07:00","value":86,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_received","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_received"}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:33:54.9267254+07:00","value":501,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"vus","type":"gauge","contains":"default","thresholds":[],"submetrics":null},"metric":"vus"}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:33:55.9123522+07:00","value":3,"tags":{}}}
|
||||
{"type":"Metric","data":{"name":"vus_max","type":"gauge","contains":"default","thresholds":[],"submetrics":null},"metric":"vus_max"}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:33:55.9123522+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:33:56.9136844+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:33:56.9136844+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:33:57.9125584+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:33:57.9125584+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:33:58.9124486+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:33:58.9124486+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:33:59.9129114+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:33:59.9129114+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:00.9128176+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:00.9128176+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:01.9129908+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:01.9129908+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:02.9120101+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:02.9120101+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:03.9127876+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:03.9127876+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:04.9132111+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:04.9132111+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:05.9125887+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:05.9125887+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:06.912391+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:06.912391+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":12668.7815,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":0.5206,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":0.5206,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":12668.3697,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":0.4118,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":12668.7815,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_auth_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<35000","p(99)<40000"],"submetrics":null},"metric":"walkguide_auth_latency_ms"}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":12668.7815,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:07.5960275+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"checks","type":"rate","contains":"default","thresholds":[],"submetrics":null},"metric":"checks"}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:07.5965462+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:07.5965462+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:07.9123832+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:07.9123832+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:08.9122947+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:08.9122947+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:08.9315862+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:08.9315862+07:00","value":14004.3402,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:08.9315862+07:00","value":0.5206,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:08.9315862+07:00","value":0.5206,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:08.9315862+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:08.9315862+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:08.9315862+07:00","value":14004.3402,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:08.9315862+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:08.9315862+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:08.9323951+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:08.9323951+07:00","value":14004.3402,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:08.9323951+07:00","value":14004.3402,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:08.9323951+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:08.9323951+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:08.9323951+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:09.9123176+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:09.9123176+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:10.2865779+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:10.2865779+07:00","value":2189.5732,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:10.2865779+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:10.2865779+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:10.2865779+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:10.2865779+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:10.2865779+07:00","value":2188.5735,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:10.2865779+07:00","value":0.9997,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:10.2865779+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:10.2872857+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:10.2872857+07:00","value":2189.5732,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:10.2872857+07:00","value":2189.5732,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:10.2872857+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:10.2872857+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:10.2872857+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:10.2872857+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:10.2872857+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:10.9125412+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:10.9125412+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:11.7265723+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:11.7265723+07:00","value":1137.6322,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:11.7265723+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:11.7265723+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:11.7265723+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:11.7265723+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:11.7265723+07:00","value":1136.1797,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:11.7265723+07:00","value":1.4525,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:11.7265723+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:11.7265723+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:11.7269735+07:00","value":1137.6322,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:11.7269735+07:00","value":1137.6322,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:11.7269735+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:11.7269735+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:11.7269735+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:11.838166+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:11.838166+07:00","value":2403.9022,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:11.838166+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:11.838166+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:11.838166+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:11.838166+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:11.838166+07:00","value":2403.3917,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:11.838166+07:00","value":0.5105,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:11.838166+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:11.8385571+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:11.8385571+07:00","value":2403.9022,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:11.8385571+07:00","value":2403.9022,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:11.8385571+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:11.8385571+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:11.8385571+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:11.8385571+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:11.8385571+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:11.9124071+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:11.9124071+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":572.3799,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":571.7259,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":0.654,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":572.3799,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:12.600518+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:12.9127651+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:12.9127651+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:13.0145194+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:13.0145194+07:00","value":874.8678,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:13.0145194+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:13.0145194+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:13.0145194+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:13.0145194+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:13.0145194+07:00","value":874.2403,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:13.0145194+07:00","value":0.6275,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:13.0145194+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:13.015203+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:13.015203+07:00","value":874.8678,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:13.015203+07:00","value":874.8678,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:13.015203+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:13.015203+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:13.015203+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":591.227,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":590.4435,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":0.7835,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":591.227,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:13.9077023+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:13.9124707+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:13.9124707+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:14.2180895+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:14.2180895+07:00","value":1416.6241,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:14.2180895+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:14.2180895+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:14.2180895+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:14.2180895+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:14.2180895+07:00","value":1415.7235,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:14.2180895+07:00","value":0.9006,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:14.2180895+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:14.2180895+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:14.2186177+07:00","value":1416.6241,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:14.2186177+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:14.2186177+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:34:14.819545+07:00","value":1697,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:34:14.819545+07:00","value":3812,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"iteration_duration","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"iteration_duration"}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:34:14.819545+07:00","value":19892.8196,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"iterations","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"iterations"}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:34:14.819545+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:14.9125761+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:14.9125761+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:15.9124572+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:15.9124572+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":2421.0538,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":2421.0538,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":2421.0538,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:16.5299823+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:16.9121277+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:16.9121277+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:34:17.5303384+07:00","value":1696,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:34:17.5303384+07:00","value":3818,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:34:17.5303384+07:00","value":22603.613,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:34:17.5303384+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:17.9122456+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:17.9122456+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:18.9123374+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:18.9123374+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:19.9131082+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:19.9131082+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:20.912654+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:20.912654+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:21.9130223+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:21.9130223+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:22.9126199+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:22.9126199+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:23.9123704+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:23.9123704+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:24.9127831+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:24.9127831+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:25.0529781+07:00","value":1,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:25.0529781+07:00","value":30125.7321,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:25.0529781+07:00","value":0.5206,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:25.0529781+07:00","value":0.5206,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:25.0529781+07:00","value":0,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:25.0529781+07:00","value":0,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:25.0529781+07:00","value":30124.7667,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:25.0529781+07:00","value":0.9654,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:25.0529781+07:00","value":1,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:25.0534903+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:25.0534903+07:00","value":30125.7321,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:25.0534903+07:00","value":30125.7321,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_failed_requests","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"walkguide_failed_requests"}
|
||||
{"metric":"walkguide_failed_requests","type":"Point","data":{"time":"2026-05-17T19:34:25.0534903+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:25.0534903+07:00","value":0,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:25.0534903+07:00","value":0,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:25.912555+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:25.912555+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:26.1061087+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:26.1061087+07:00","value":11285.9034,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:26.1061087+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:26.1061087+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:26.1061087+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:26.1061087+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:26.1061087+07:00","value":11285.9034,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:26.1061087+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:26.1061087+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:26.1066089+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:26.1066089+07:00","value":11285.9034,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:26.1066089+07:00","value":11285.9034,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:26.1066089+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:26.1066089+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:26.1066089+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:26.9129024+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:26.9129024+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:27.9121779+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:27.9121779+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":10675.095,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":10674.5434,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":0.5516,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":10675.095,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":10675.095,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:28.2054334+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:28.5234144+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:28.5234144+07:00","value":1916.6979,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:28.5234144+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:28.5234144+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:28.5234144+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:28.5234144+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:28.5234144+07:00","value":1916.0816,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:28.5234144+07:00","value":0.6163,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:28.5234144+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:28.5234144+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:28.5239977+07:00","value":1916.6979,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:28.5239977+07:00","value":1916.6979,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:28.5239977+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:28.5239977+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:28.5239977+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:28.5239977+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:28.5239977+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:28.9121323+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:28.9121323+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:29.9130901+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:29.9130901+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":1240.0043,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":1240.0043,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":1240.0043,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":1240.0043,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:30.0645322+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:30.9124243+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:30.9124243+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":778.7418,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":778.0023,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":0.7395,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":778.7418,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:31.1438871+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":2837.735,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":2836.881,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":0.854,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":2837.735,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":2837.735,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:31.5451686+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:31.912091+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:31.912091+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":1,"tags":{"endpoint":"login","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":6522.8019,"tags":{"endpoint":"login","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":2.9586,"tags":{"endpoint":"login","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":2.9586,"tags":{"endpoint":"login","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":0,"tags":{"endpoint":"login","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":0,"tags":{"endpoint":"login","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":6522.0729,"tags":{"endpoint":"login","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":0.729,"tags":{"endpoint":"login","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":1,"tags":{"endpoint":"login","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":6522.8019,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":6522.8019,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_failed_requests","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":0,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":0,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":0,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:32.0797358+07:00","value":0,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":929.8501,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":929.1102,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":0.7399,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":929.8501,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:32.2741302+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":602.3263,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":601.9245,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":0.4018,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":602.3263,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":602.3263,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:32.448845+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:32.4493607+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:32.4493607+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:32.9118636+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:32.9118636+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:34:32.9747398+07:00","value":1697,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:34:32.9747398+07:00","value":3818,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:34:32.9747398+07:00","value":18155.1948,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:34:32.9747398+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:33.5397611+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:33.5397611+07:00","value":790.0437,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:33.5397611+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:33.5397611+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:33.5397611+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:33.5397611+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:33.5397611+07:00","value":789.2004,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:33.5397611+07:00","value":0.8433,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:33.5397611+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:33.5397611+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:33.5397611+07:00","value":790.0437,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:33.5397611+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:33.5403859+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:33.9132123+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:33.9132123+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:34:34.1834732+07:00","value":574,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:34:34.1834732+07:00","value":1107,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:34:34.1834732+07:00","value":39256.7478,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:34:34.1834732+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:34.912151+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:34.912151+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":1285.8565,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":1285.1095,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":0.747,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":1285.8565,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:35.02662+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:35.9127623+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:35.9127623+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:34:36.1276543+07:00","value":1696,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:34:36.1276543+07:00","value":3818,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:34:36.1276543+07:00","value":18597.3159,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:34:36.1276543+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:36.9126095+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:36.9126095+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:37.913253+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:37.913253+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:38.9123689+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:38.9123689+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:39.9119079+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:39.9119079+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:40.9125018+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:40.9125018+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:41.9127265+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:41.9127265+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:42.9125934+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:42.9125934+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":8816.0768,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":4.778,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":4.778,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":8814.4202,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":1.6566,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":8816.0768,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":8816.0768,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:43.004328+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:43.9122183+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:43.9122183+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:44.9124101+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:44.9124101+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:45.9121586+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:45.9121586+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":3211.0854,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":3210.1211,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":0.9643,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":3211.0854,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":3211.0854,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:46.7164217+07:00","value":0,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:46.9125386+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:46.9125386+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:47.8147873+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:47.8147873+07:00","value":796.8439,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:47.8147873+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:47.8147873+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:47.8147873+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:47.8147873+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:47.8147873+07:00","value":795.8863,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:47.8147873+07:00","value":0.9576,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:47.8147873+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:47.8153048+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:47.8153048+07:00","value":796.8439,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:47.8153048+07:00","value":796.8439,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:47.8153048+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:47.8153048+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:47.8153048+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:47.912275+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:47.912275+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":519.1172,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":518.3708,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":0.7464,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":519.1172,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:48.6350306+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:48.9127433+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:48.9127433+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:49.9125184+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:49.9125184+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:50.9131516+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:50.9131516+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":2131.5965,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":2130.678,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":0.9185,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":2131.5965,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:50.9674327+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:51.9124712+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:51.9124712+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:34:51.9681807+07:00","value":1726,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:34:51.9681807+07:00","value":3854,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:34:51.9681807+07:00","value":17784.7075,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:34:51.9681807+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:52.9128566+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:52.9128566+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:53.913996+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:53.913996+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:53.9348957+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:53.9348957+07:00","value":20960.1559,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:53.9348957+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:53.9348957+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:53.9348957+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:53.9348957+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:53.9348957+07:00","value":20960.1559,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:53.9348957+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:53.9348957+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:53.9358815+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:53.9358815+07:00","value":20960.1559,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:53.9358815+07:00","value":20960.1559,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:53.9358815+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:53.9358815+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:53.9358815+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:54.2540685+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:54.2540685+07:00","value":18126.4142,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:54.2540685+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:54.2540685+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:54.2540685+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:54.2540685+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:54.2540685+07:00","value":18125.5354,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:54.2540685+07:00","value":0.8788,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:54.2540685+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:54.2549095+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:54.2549095+07:00","value":18126.4142,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:54.2549095+07:00","value":18126.4142,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:54.2549095+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:54.2549095+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:54.2549095+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:54.9124766+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:54.9124766+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:55.9127488+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:55.9127488+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:56.4355922+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:56.4355922+07:00","value":1998.4182,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:56.4355922+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:56.4355922+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:56.4355922+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:56.4355922+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:56.4355922+07:00","value":1998.0443,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:56.4355922+07:00","value":0.3739,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:56.4355922+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:56.4355922+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:56.4355922+07:00","value":1998.4182,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:56.4361394+07:00","value":1998.4182,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:56.4361394+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:56.4361394+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:56.4361394+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:56.4361394+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:56.4361394+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:56.9120782+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:56.9120782+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:57.2219915+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:57.2219915+07:00","value":484.6748,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:57.2219915+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:57.2219915+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:57.2219915+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:57.2219915+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:57.2219915+07:00","value":483.801,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:57.2219915+07:00","value":0.8738,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:57.2219915+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:57.2225685+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:57.2225685+07:00","value":484.6748,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:57.2225685+07:00","value":484.6748,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:57.2225685+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:57.2225685+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:57.2225685+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:57.5758839+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:57.5758839+07:00","value":2819.6273,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:57.5758839+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:57.5758839+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:57.5758839+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:57.5758839+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:57.5758839+07:00","value":2818.6251,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:57.5758839+07:00","value":1.0022,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:57.5758839+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:57.5764432+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:57.5764432+07:00","value":2819.6273,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:57.5764432+07:00","value":2819.6273,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:57.5764432+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:57.5764432+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:57.5764432+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:57.5764432+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:57.5764432+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:57.9120346+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:57.9120346+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:58.9123883+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:58.9123883+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":1448.3537,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":1446.8183,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":1.5354,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":1448.3537,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:58.972146+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:58.9731674+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:58.9731674+07:00","value":1096.2402,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:58.9731674+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:58.9731674+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:58.9731674+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:58.9731674+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:58.9731674+07:00","value":1095.7509,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:58.9731674+07:00","value":0.4893,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:58.9731674+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:58.9735972+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:58.9735972+07:00","value":1096.2402,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:58.9735972+07:00","value":1096.2402,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:58.9735972+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:58.9735972+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:58.9735972+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":478.5055,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":477.5338,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":0.9717,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":478.5055,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:34:59.7528026+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:34:59.9124577+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:34:59.9124577+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:35:00.5113017+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:35:00.5113017+07:00","value":1338.095,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:35:00.5113017+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:35:00.5113017+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:35:00.5113017+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:35:00.5113017+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:35:00.5113017+07:00","value":1336.7318,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:35:00.5113017+07:00","value":1.3632,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:35:00.5113017+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:35:00.5120064+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:35:00.5120064+07:00","value":1338.095,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:35:00.5120064+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:35:00.5120064+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:00.9125479+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:00.9125479+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":1457.5375,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":1457.5375,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":1457.5375,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:35:01.4109785+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:35:01.7127784+07:00","value":1699,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:35:01.7127784+07:00","value":3821,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:35:01.7127784+07:00","value":28738.0386,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:35:01.7127784+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:01.9122028+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:01.9122028+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:35:02.4119055+07:00","value":1699,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:35:02.4119055+07:00","value":3818,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:35:02.4119055+07:00","value":26284.2512,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:35:02.4119055+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:02.9126387+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:02.9126387+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:03.912609+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:03.912609+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:04.9125374+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:04.9125374+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:05.9120036+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:05.9120036+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:06.9128452+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:06.9128452+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:35:06.9286592+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:35:06.9286592+07:00","value":14959.9599,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:35:06.9286592+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:35:06.9286592+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:35:06.9286592+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:35:06.9286592+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:35:06.9286592+07:00","value":14959.9599,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:35:06.9286592+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:35:06.9286592+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:35:06.9286592+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:35:06.9286592+07:00","value":14959.9599,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:35:06.929241+07:00","value":14959.9599,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:35:06.929241+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:35:06.929241+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:35:06.929241+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:07.9124223+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:07.9124223+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:08.9126571+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:08.9126571+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":2186.4784,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":2185.6151,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":0.8633,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":2186.4784,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":2186.4784,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:35:09.6166778+07:00","value":0,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:09.9122001+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:09.9122001+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:10.9124665+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:10.9124665+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":1097.719,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":1097.1392,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":0.5798,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":1097.719,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":1097.719,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:35:11.0154979+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":522.5409,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":521.6338,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":0.9071,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":522.5409,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:35:11.8384983+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:11.9122557+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:11.9122557+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:12.9122144+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:12.9122144+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:13.913258+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:13.913258+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":2145.8926,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":2145.3692,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":0.5234,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":2145.8926,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:35:14.1846498+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:35:14.9127159+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:35:14.9127159+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:35:15.4856821+07:00","value":1726,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:35:15.4856821+07:00","value":3854,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:35:15.4856821+07:00","value":23517.5014,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:35:15.4856821+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
@ -0,0 +1,298 @@
|
||||
{
|
||||
"root_group": {
|
||||
"checks": {
|
||||
"register: status 200": {
|
||||
"name": "register: status 200",
|
||||
"path": "::register: status 200",
|
||||
"id": "1842acaf573dc63fd4ae5d28e9ba2493",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
"register: has accessToken": {
|
||||
"fails": 0,
|
||||
"name": "register: has accessToken",
|
||||
"path": "::register: has accessToken",
|
||||
"id": "8b44d66b66a954afd38da69ca377b035",
|
||||
"passes": 8
|
||||
},
|
||||
"login: status 200": {
|
||||
"fails": 0,
|
||||
"name": "login: status 200",
|
||||
"path": "::login: status 200",
|
||||
"id": "4d9cb0041884c26a6b714904c7aba027",
|
||||
"passes": 8
|
||||
},
|
||||
"login: accessToken set": {
|
||||
"fails": 0,
|
||||
"name": "login: accessToken set",
|
||||
"path": "::login: accessToken set",
|
||||
"id": "92431cabb222ea84e2324f95d2f9f630",
|
||||
"passes": 8
|
||||
},
|
||||
"login: refreshToken set": {
|
||||
"fails": 0,
|
||||
"name": "login: refreshToken set",
|
||||
"path": "::login: refreshToken set",
|
||||
"id": "722910b1063f9306354876d517ca6e66",
|
||||
"passes": 8
|
||||
},
|
||||
"login: role correct": {
|
||||
"name": "login: role correct",
|
||||
"path": "::login: role correct",
|
||||
"id": "9520d42bf50f8957e4e8eda57900ec17",
|
||||
"passes": 5,
|
||||
"fails": 3
|
||||
},
|
||||
"refresh: status 200": {
|
||||
"name": "refresh: status 200",
|
||||
"path": "::refresh: status 200",
|
||||
"id": "49519258c72bebfa5ec56fff7215d601",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
"refresh: new accessToken": {
|
||||
"name": "refresh: new accessToken",
|
||||
"path": "::refresh: new accessToken",
|
||||
"id": "343c1eeb12f433c1dd592dafc03870e2",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
"fcm-token: status 2xx": {
|
||||
"id": "36208cbdf7df9c1bb7e57192eeac11de",
|
||||
"passes": 8,
|
||||
"fails": 0,
|
||||
"name": "fcm-token: status 2xx",
|
||||
"path": "::fcm-token: status 2xx"
|
||||
},
|
||||
"logout: status 2xx": {
|
||||
"passes": 8,
|
||||
"fails": 0,
|
||||
"name": "logout: status 2xx",
|
||||
"path": "::logout: status 2xx",
|
||||
"id": "d3af3dd3897a84a7d9bea4645f396b0e"
|
||||
}
|
||||
},
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": {}
|
||||
},
|
||||
"metrics": {
|
||||
"iterations": {
|
||||
"count": 8,
|
||||
"rate": 0.10635889253585111
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"avg": 4504.071607317074,
|
||||
"min": 6.845,
|
||||
"med": 1747.0252,
|
||||
"max": 29756.0787,
|
||||
"p(90)": 13831.4747,
|
||||
"p(95)": 16912.9883,
|
||||
"thresholds": {
|
||||
"p(95)<500": true
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"min": 6.845,
|
||||
"med": 1747.0252,
|
||||
"max": 29756.0787,
|
||||
"p(90)": 13831.4747,
|
||||
"p(95)": 16912.9883,
|
||||
"avg": 4504.071607317074
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"max": 29756.0787,
|
||||
"p(90)": 15989.388919999998,
|
||||
"p(95)": 23113.847014999985,
|
||||
"avg": 6708.289008333333,
|
||||
"min": 476.1614,
|
||||
"med": 2230.8714499999996,
|
||||
"thresholds": {
|
||||
"p(95)<800": true,
|
||||
"p(99)<1500": true
|
||||
}
|
||||
},
|
||||
"data_sent": {
|
||||
"count": 13737,
|
||||
"rate": 182.63151334562335
|
||||
},
|
||||
"iteration_duration": {
|
||||
"med": 21497.418100000003,
|
||||
"max": 40336.8694,
|
||||
"p(90)": 35461.76525,
|
||||
"p(95)": 37899.317324999996,
|
||||
"avg": 25492.339637499997,
|
||||
"min": 20465.6352
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<300": false
|
||||
}
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"count": 41,
|
||||
"rate": 0.5450893242462369
|
||||
},
|
||||
"http_req_sending": {
|
||||
"p(95)": 0.5405,
|
||||
"avg": 0.08012439024390244,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0.9978,
|
||||
"p(90)": 0.5405
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"thresholds": {
|
||||
"p(95)<400": false
|
||||
}
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"thresholds": {
|
||||
"p(95)<200": false
|
||||
}
|
||||
},
|
||||
"checks": {
|
||||
"passes": 77,
|
||||
"fails": 3,
|
||||
"value": 0.9625
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"med": 0.8172,
|
||||
"max": 2.5038,
|
||||
"p(90)": 1.6755,
|
||||
"p(95)": 1.7278,
|
||||
"avg": 0.8520146341463413,
|
||||
"min": 0
|
||||
},
|
||||
"vus_max": {
|
||||
"max": 3,
|
||||
"value": 3,
|
||||
"min": 3
|
||||
},
|
||||
"http_req_duration": {
|
||||
"p(90)": 13831.4747,
|
||||
"p(95)": 16912.9883,
|
||||
"avg": 4504.071607317074,
|
||||
"min": 6.845,
|
||||
"med": 1747.0252,
|
||||
"max": 29756.0787,
|
||||
"thresholds": {
|
||||
"p(99)<1000": true,
|
||||
"p(95)<500": true
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<600": false
|
||||
}
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"min": 5.8472,
|
||||
"med": 1746.6124,
|
||||
"max": 29754.594,
|
||||
"p(90)": 13830.7875,
|
||||
"p(95)": 16912.2534,
|
||||
"avg": 4503.139468292684
|
||||
},
|
||||
"http_reqs": {
|
||||
"count": 41,
|
||||
"rate": 0.5450893242462369
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"thresholds": {
|
||||
"p(95)<500": false
|
||||
}
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0
|
||||
},
|
||||
"http_req_failed": {
|
||||
"passes": 0,
|
||||
"fails": 41,
|
||||
"thresholds": {
|
||||
"rate<0.01": false
|
||||
},
|
||||
"value": 0
|
||||
},
|
||||
"data_received": {
|
||||
"count": 31108,
|
||||
"rate": 413.576553625657
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"thresholds": {
|
||||
"p(95)<1000": false
|
||||
}
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"passes": 0,
|
||||
"fails": 41,
|
||||
"thresholds": {
|
||||
"rate<0.01": false
|
||||
},
|
||||
"value": 0
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"avg": 0.3158390243902439,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 3.9971,
|
||||
"p(90)": 0,
|
||||
"p(95)": 2.9841
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 7.0149,
|
||||
"p(90)": 0.5407,
|
||||
"p(95)": 2.9841,
|
||||
"avg": 0.4268926829268293
|
||||
},
|
||||
"vus": {
|
||||
"value": 1,
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,800 @@
|
||||
{"type":"Metric","data":{"name":"http_reqs","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"http_reqs"}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:12:58.4026866+07:00","value":1,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_duration","type":"trend","contains":"time","thresholds":["p(95)<500","p(99)<1000"],"submetrics":[{"name":"http_req_duration{expected_response:true}","suffix":"expected_response:true","tags":{"expected_response":"true"}}]},"metric":"http_req_duration"}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:12:58.4026866+07:00","value":6.845,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_blocked","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_blocked"}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:12:58.4026866+07:00","value":7.0149,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_connecting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_connecting"}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:12:58.4026866+07:00","value":3.9971,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_tls_handshaking","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_tls_handshaking"}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:12:58.4026866+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_sending","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_sending"}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:12:58.4026866+07:00","value":0.9978,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_waiting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_waiting"}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:12:58.4026866+07:00","value":5.8472,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_receiving","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_receiving"}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:12:58.4026866+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_failed","type":"rate","contains":"default","thresholds":["rate<0.01"],"submetrics":null},"metric":"http_req_failed"}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:12:58.4026866+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_error_rate","type":"rate","contains":"default","thresholds":["rate<0.01"],"submetrics":null},"metric":"walkguide_error_rate"}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:12:58.4036875+07:00","value":0,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_endpoint_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<500"],"submetrics":null},"metric":"walkguide_endpoint_latency_ms"}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:12:58.4036875+07:00","value":6.845,"tags":{"endpoint":"ping","group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_successful_requests","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"walkguide_successful_requests"}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:12:58.4036875+07:00","value":1,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_sent","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_sent"}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:12:58.4046903+07:00","value":86,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_received","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_received"}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:12:58.4046903+07:00","value":501,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"vus","type":"gauge","contains":"default","thresholds":[],"submetrics":null},"metric":"vus"}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:12:59.3718357+07:00","value":3,"tags":{}}}
|
||||
{"type":"Metric","data":{"name":"vus_max","type":"gauge","contains":"default","thresholds":[],"submetrics":null},"metric":"vus_max"}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:12:59.3718357+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:00.3721823+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:00.3721823+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:01.3723119+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:01.3723119+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:02.372051+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:02.372051+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:03.373279+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:03.373279+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:04.3730497+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:04.3730497+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:05.3721875+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:05.3721875+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:06.373012+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:06.373012+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:07.3722743+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:07.3722743+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:08.3720061+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:08.3720061+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:09.3721036+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:09.3721036+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:10.3724864+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:10.3724864+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:11.3717167+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:11.3717167+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:12.2440057+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:12.2440057+07:00","value":13834.3237,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:12.2440057+07:00","value":2.9841,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:12.2440057+07:00","value":2.9841,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:12.2440057+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:12.2440057+07:00","value":0.5405,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:12.2440057+07:00","value":13831.2794,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:12.2440057+07:00","value":2.5038,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:12.2440057+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:12.2446556+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:12.2446556+07:00","value":13834.3237,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_auth_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<800","p(99)<1500"],"submetrics":null},"metric":"walkguide_auth_latency_ms"}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:12.2446556+07:00","value":13834.3237,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:12.2446556+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"checks","type":"rate","contains":"default","thresholds":[],"submetrics":null},"metric":"checks"}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:12.2446556+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:12.2446556+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:12.371807+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:12.371807+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:13.3728614+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:13.3728614+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:14.3719403+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:14.3719403+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":1747.0252,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":1746.6124,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":0.4128,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":1747.0252,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":1747.0252,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:14.4930949+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:15.3722745+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:15.3722745+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:15.844975+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:15.844975+07:00","value":1050.1758,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:15.844975+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:15.844975+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:15.844975+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:15.844975+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:15.844975+07:00","value":1048.9423,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:15.844975+07:00","value":1.2335,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:15.844975+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:15.844975+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:15.8456729+07:00","value":1050.1758,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:15.8456729+07:00","value":1050.1758,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:15.8456729+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:15.8456729+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:15.8456729+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:16.372487+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:16.372487+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":1006.5653,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":0.6658,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":1005.4921,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":0.4074,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":1006.5653,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:17.1548031+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:17.3718953+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:17.3718953+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:18.3717338+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:18.3717338+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":1290.6451,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":1289.1771,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":1.468,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":1290.6451,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:18.6470242+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:19.3722801+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:19.3722801+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:13:20.0485007+07:00","value":1697,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:13:20.0485007+07:00","value":3818,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"iteration_duration","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"iteration_duration"}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:13:20.0485007+07:00","value":21642.7975,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"iterations","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"iterations"}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:13:20.0485007+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:20.3723107+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:20.3723107+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:21.371896+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:21.371896+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:22.3720769+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:22.3720769+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:22.6177982+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:22.6177982+07:00","value":24208.1162,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:22.6177982+07:00","value":3.9788,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:22.6177982+07:00","value":2.9841,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:22.6177982+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:22.6177982+07:00","value":0.5405,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:22.6177982+07:00","value":24206.5857,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:22.6177982+07:00","value":0.99,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:22.6177982+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:22.6184579+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:22.6184579+07:00","value":24208.1162,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:22.6184579+07:00","value":24208.1162,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:22.6184579+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:22.6184579+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:22.6184579+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:23.3718859+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:23.3718859+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:24.3724464+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:24.3724464+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:25.3718002+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:25.3718002+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":2334.4336,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":2332.7058,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":1.7278,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":2334.4336,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":2334.4336,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:25.4538213+07:00","value":0,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:26.3717973+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:26.3717973+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:27.1932596+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:27.1932596+07:00","value":1436.3298,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:27.1932596+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:27.1932596+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:27.1932596+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:27.1932596+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:27.1932596+07:00","value":1435.511,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:27.1932596+07:00","value":0.8188,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:27.1932596+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:27.1932596+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:27.1939391+07:00","value":1436.3298,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:27.1939391+07:00","value":1436.3298,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:27.1939391+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:27.1939391+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:27.1939391+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:27.3721168+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:27.3721168+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:28.1657607+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:28.1657607+07:00","value":29756.0787,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:28.1657607+07:00","value":2.9841,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:28.1657607+07:00","value":2.9841,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:28.1657607+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:28.1657607+07:00","value":0.5405,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:28.1657607+07:00","value":29754.594,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:28.1657607+07:00","value":0.9442,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:28.1657607+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:28.1657607+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:28.1665476+07:00","value":29756.0787,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:28.1665476+07:00","value":29756.0787,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:28.1665476+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:28.1665476+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:28.1665476+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:28.3716935+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:28.3716935+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:29.3718824+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:29.3718824+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":2059.3312,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":2058.552,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":0.7792,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":2059.3312,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:29.5567887+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:30.3729358+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:30.3729358+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:30.7769259+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:30.7769259+07:00","value":1019.8616,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:30.7769259+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:30.7769259+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:30.7769259+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:30.7769259+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:30.7769259+07:00","value":1018.1488,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:30.7769259+07:00","value":1.7128,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:30.7769259+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:30.7769259+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:30.7776338+07:00","value":1019.8616,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:30.7776338+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:30.7776338+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:30.9813589+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:30.9813589+07:00","value":2313.0186,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:30.9813589+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:30.9813589+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:30.9813589+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:30.9813589+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:30.9813589+07:00","value":2313.0186,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:30.9813589+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:30.9813589+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:30.9813589+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:30.9820933+07:00","value":2313.0186,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:30.9820933+07:00","value":2313.0186,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:30.9820933+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:30.9820933+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:30.9820933+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:30.9820933+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:30.9820933+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:31.3722648+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:31.3722648+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:13:31.7781381+07:00","value":1723,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:13:31.7781381+07:00","value":3842,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:13:31.7781381+07:00","value":33372.4349,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:13:31.7781381+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":601.7526,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":600.943,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":0.8096,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":601.7526,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":601.7526,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:31.884833+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":12239.3463,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":12239.3463,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":12239.3463,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":12239.3463,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:32.2889019+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:32.371885+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:32.371885+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:33.3720532+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:33.3720532+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:34.3723124+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:34.3723124+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:34.8215589+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:34.8215589+07:00","value":2031.2758,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:34.8215589+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:34.8215589+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:34.8215589+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:34.8215589+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:34.8215589+07:00","value":2030.9528,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:34.8215589+07:00","value":0.323,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:34.8215589+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:34.8215589+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:34.822291+07:00","value":2031.2758,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:34.822291+07:00","value":2031.2758,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:34.822291+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:34.822291+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:34.822291+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:34.822291+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:34.822291+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:35.3723414+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:35.3723414+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:35.7640808+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:35.7640808+07:00","value":3577.5819,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:35.7640808+07:00","value":0.5407,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:35.7640808+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:35.7640808+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:35.7640808+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:35.7640808+07:00","value":3576.5254,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:35.7640808+07:00","value":1.0565,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:35.7640808+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:35.7640808+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:35.7640808+07:00","value":3577.5819,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:35.7640808+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:35.7647794+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:36.371725+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:36.371725+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":2148.7243,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":2148.3008,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":0.4235,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":2148.7243,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":2148.7243,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:37.273698+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:37.371873+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:37.371873+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":2075.1855,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":2074.3683,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":0.8172,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":2075.1855,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:38.041412+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":556.0861,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":555.4135,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":0.6726,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":556.0861,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:38.1300946+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:38.3718779+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:38.3718779+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:13:38.7415597+07:00","value":1696,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:13:38.7415597+07:00","value":3818,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:13:38.7415597+07:00","value":40336.8694,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:13:38.7415597+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:39.3718994+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:39.3718994+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":1348.1162,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":1348.1162,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":1348.1162,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:39.6786114+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:40.3721475+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:40.3721475+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:13:40.9792364+07:00","value":1697,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:13:40.9792364+07:00","value":3812,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:13:40.9792364+07:00","value":20930.7357,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:13:40.9792364+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:41.3722273+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:41.3722273+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:42.3725798+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:42.3725798+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:43.3723798+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:43.3723798+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":12430.4216,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":12429.504,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":0.9176,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":12430.4216,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":12430.4216,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:44.2085597+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:44.3720208+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:44.3720208+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:45.3727143+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:45.3727143+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:46.2643442+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:46.2643442+07:00","value":1554.65,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:46.2643442+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:46.2643442+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:46.2643442+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:46.2643442+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:46.2643442+07:00","value":1553.7858,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:46.2643442+07:00","value":0.8642,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:46.2643442+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:46.2654774+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:46.2654774+07:00","value":1554.65,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:46.2654774+07:00","value":1554.65,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:46.2654774+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:46.2654774+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:46.2654774+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:46.2654774+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:46.2654774+07:00","value":0,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:46.3722557+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:46.3722557+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:47.3724194+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:47.3724194+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:47.5144192+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:47.5144192+07:00","value":946.8691,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:47.5144192+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:47.5144192+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:47.5144192+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:47.5144192+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:47.5144192+07:00","value":946.3639,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:47.5144192+07:00","value":0.5052,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:47.5144192+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:47.5149996+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:47.5149996+07:00","value":946.8691,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:47.5149996+07:00","value":946.8691,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:47.5149996+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:47.5149996+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:47.5149996+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:48.3717259+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:48.3717259+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:49.3723582+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:49.3723582+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:49.7409871+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:49.7409871+07:00","value":1925.3937,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:49.7409871+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:49.7409871+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:49.7409871+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:49.7409871+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:49.7409871+07:00","value":1925.3937,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:49.7409871+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:49.7409871+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:49.7409871+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:49.7416302+07:00","value":1925.3937,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:49.7416302+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:49.7416302+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:50.3727672+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:50.3727672+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:51.3718644+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:51.3718644+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":1788.0724,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":1787.0792,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":0.9932,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":1788.0724,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:51.7299651+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:52.3720748+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:52.3720748+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:13:53.1301768+07:00","value":1723,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:13:53.1301768+07:00","value":3842,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:13:53.1301768+07:00","value":21352.0387,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:13:53.1301768+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:53.3716885+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:53.3716885+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":12630.1249,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":12628.4494,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":1.6755,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":12630.1249,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":12630.1249,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:53.6093613+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:54.3722655+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:54.3722655+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:55.3730612+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:55.3730612+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:55.654548+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:55.654548+07:00","value":16912.9883,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:55.654548+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:55.654548+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:55.654548+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:55.654548+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:55.654548+07:00","value":16912.2534,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:55.654548+07:00","value":0.7349,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:55.654548+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:55.654548+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:55.654548+07:00","value":16912.9883,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:55.654548+07:00","value":16912.9883,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:55.6548629+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:55.6548629+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:55.6548629+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:56.3720874+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:56.3720874+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":2522.1088,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":2521.1005,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":1.0083,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":2522.1088,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":2522.1088,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:56.6327098+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:57.3727738+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:57.3727738+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:57.4618646+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:57.4618646+07:00","value":527.5301,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:57.4618646+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:57.4618646+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:57.4618646+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:57.4618646+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:57.4618646+07:00","value":526.5508,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:57.4618646+07:00","value":0.9793,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:57.4618646+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:57.4618646+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:57.4618646+07:00","value":527.5301,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:57.4618646+07:00","value":527.5301,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:57.4629915+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:57.4629915+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:57.4629915+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:58.3721232+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:58.3721232+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":2463.1612,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":2461.5986,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":1.5626,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":2463.1612,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":2463.1612,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:58.6193215+07:00","value":1,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:13:58.8167314+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:13:58.8167314+07:00","value":1052.9407,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:13:58.8167314+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:13:58.8167314+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:13:58.8167314+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:13:58.8167314+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:13:58.8167314+07:00","value":1052.4135,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:13:58.8167314+07:00","value":0.5272,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:13:58.8167314+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:13:58.8167314+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:13:58.8167314+07:00","value":1052.9407,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:13:58.8172493+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:13:58.8172493+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:13:59.3719172+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:13:59.3719172+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":1153.9051,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":1152.2895,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":1.6156,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":1153.9051,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":1153.9051,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:00.0746389+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:00.3722799+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:00.3722799+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":1596.5254,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":1595.0683,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":1.4571,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":1596.5254,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:00.6148061+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:01.3724159+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:01.3724159+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":1116.0167,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":1113.8732,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":2.1435,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":1116.0167,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:01.4913806+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:14:02.1152724+07:00","value":1697,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:14:02.1152724+07:00","value":3812,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:14:02.1152724+07:00","value":21136.036,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:14:02.1152724+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:02.3723113+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:02.3723113+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:14:02.8426115+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:14:02.8426115+07:00","value":1150.2435,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:14:02.8426115+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:14:02.8426115+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:14:02.8426115+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:14:02.8426115+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:14:02.8426115+07:00","value":1150.2435,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:14:02.8426115+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:14:02.8426115+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:14:02.8434035+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:02.8434035+07:00","value":1150.2435,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:14:02.8434035+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:02.8434035+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:03.3722205+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:03.3722205+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:14:03.4437294+07:00","value":1696,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:14:03.4437294+07:00","value":3818,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:14:03.4437294+07:00","value":24702.1697,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:14:03.4437294+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:04.3724406+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:04.3724406+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:05.372325+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:05.372325+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:06.3717884+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:06.3717884+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:14:06.9632102+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:14:06.9632102+07:00","value":13831.4747,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:14:06.9632102+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:14:06.9632102+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:14:06.9632102+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:14:06.9632102+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:14:06.9632102+07:00","value":13830.7875,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:14:06.9632102+07:00","value":0.6872,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:14:06.9632102+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:14:06.9639999+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:06.9639999+07:00","value":13831.4747,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:06.9639999+07:00","value":13831.4747,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:14:06.9639999+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:06.9639999+07:00","value":1,"tags":{"check":"register: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:06.9639999+07:00","value":1,"tags":{"check":"register: has accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:07.3721703+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:07.3721703+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:08.3722622+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:08.3722622+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:14:09.3142651+07:00","value":1,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:14:09.3142651+07:00","value":1848.9404,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:14:09.3142651+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:14:09.3142651+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:14:09.3142651+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:14:09.3142651+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:14:09.3142651+07:00","value":1848.9404,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:14:09.3142651+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:14:09.3142651+07:00","value":0,"tags":{"endpoint":"login","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/login","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/login"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:14:09.3150339+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:09.3157232+07:00","value":1848.9404,"tags":{"endpoint":"login","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:09.3157232+07:00","value":1848.9404,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:14:09.3157232+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:09.3163373+07:00","value":1,"tags":{"check":"login: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:09.3163373+07:00","value":1,"tags":{"check":"login: accessToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:09.3163373+07:00","value":1,"tags":{"check":"login: refreshToken set","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:09.3163373+07:00","value":0,"tags":{"check":"login: role correct","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:09.3722864+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:09.3722864+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:14:10.0932038+07:00","value":1,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:14:10.0932038+07:00","value":476.1614,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:14:10.0932038+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:14:10.0932038+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:14:10.0932038+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:14:10.0932038+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:14:10.0932038+07:00","value":474.5484,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:14:10.0932038+07:00","value":1.613,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:14:10.0932038+07:00","value":0,"tags":{"endpoint":"refresh_token","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/refresh","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/refresh"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:14:10.0932038+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:10.0932038+07:00","value":476.1614,"tags":{"endpoint":"refresh_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:10.0939456+07:00","value":476.1614,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:14:10.0939456+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:10.0939456+07:00","value":1,"tags":{"check":"refresh: status 200","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:10.0939456+07:00","value":1,"tags":{"check":"refresh: new accessToken","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:10.372048+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:10.372048+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:14:11.0492553+07:00","value":1,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:14:11.0492553+07:00","value":654.388,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:14:11.0492553+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:14:11.0492553+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:14:11.0492553+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:14:11.0492553+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:14:11.0492553+07:00","value":654.388,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:14:11.0492553+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:14:11.0492553+07:00","value":0,"tags":{"endpoint":"fcm_token","expected_response":"true","group":"","method":"PUT","name":"http://localhost:8080/api/v1/auth/fcm-token","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/fcm-token"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:14:11.0499601+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:11.0499601+07:00","value":654.388,"tags":{"endpoint":"fcm_token","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:14:11.0499601+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:11.0499601+07:00","value":1,"tags":{"check":"fcm-token: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:11.3724722+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:11.3724722+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:12.3724322+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:12.3724322+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":1,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":1444.2014,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":1443.6539,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":0.5475,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":0,"tags":{"endpoint":"logout","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/logout","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/logout"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":1444.2014,"tags":{"endpoint":"logout","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:14:12.6950198+07:00","value":1,"tags":{"check":"logout: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:14:13.3720977+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:14:13.3720977+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:14:13.5963378+07:00","value":1722,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:14:13.5963378+07:00","value":3845,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:14:13.5963378+07:00","value":20465.6352,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:14:13.5963378+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
@ -0,0 +1,877 @@
|
||||
{
|
||||
"generatedAt": "2026-05-17T12:31:29.810Z",
|
||||
"inputFile": "D:\\CodeSpace\\Final Project Gabungan - Broken Test\\walkguide-backend\\demo\\k6-tests\\k6-results\\location-local-20260517_193017.ndjson",
|
||||
"benchProfile": "local",
|
||||
"totalPoints": 614,
|
||||
"parseErrors": 0,
|
||||
"keyMetrics": {
|
||||
"throughput": {
|
||||
"label": "Throughput (req/s)",
|
||||
"description": "Total HTTP requests divided by test duration",
|
||||
"value": "0.4 req/s"
|
||||
},
|
||||
"p95Latency": {
|
||||
"label": "p95 Response Time (ms)",
|
||||
"description": "95th percentile of all HTTP request durations",
|
||||
"value": "16998.63 ms"
|
||||
},
|
||||
"errorRate": {
|
||||
"label": "Error Rate (%)",
|
||||
"description": "Percentage of non-2xx HTTP responses",
|
||||
"value": "3.00%",
|
||||
"passFail": "FAIL"
|
||||
},
|
||||
"dbQueryTime": {
|
||||
"label": "Estimated DB Query Time (ms)",
|
||||
"description": "p95 of write endpoints (location + obstacle) as DB proxy",
|
||||
"value": "1590.79 ms",
|
||||
"note": "Actual DB time requires Spring Actuator or DB metrics"
|
||||
},
|
||||
"jvmHeap": {
|
||||
"label": "JVM Heap Used (MB)",
|
||||
"description": "From Spring Actuator metric, collected during test",
|
||||
"value": null
|
||||
}
|
||||
},
|
||||
"metrics": {
|
||||
"http_reqs": {
|
||||
"count": 29,
|
||||
"min": "1.00",
|
||||
"max": "1.00",
|
||||
"avg": "1.00",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"http_req_duration": {
|
||||
"count": 29,
|
||||
"min": "1.58",
|
||||
"max": "20582.95",
|
||||
"avg": "3109.62",
|
||||
"p50": "1064.03",
|
||||
"p90": "14708.50",
|
||||
"p95": "16998.63",
|
||||
"p99": "20582.95"
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"count": 29,
|
||||
"min": "0.00",
|
||||
"max": "2.81",
|
||||
"avg": "0.23",
|
||||
"p50": "0.00",
|
||||
"p90": "1.05",
|
||||
"p95": "1.09",
|
||||
"p99": "2.81"
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"count": 29,
|
||||
"min": "0.00",
|
||||
"max": "2.81",
|
||||
"avg": "0.21",
|
||||
"p50": "0.00",
|
||||
"p90": "1.05",
|
||||
"p95": "1.05",
|
||||
"p99": "2.81"
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"count": 29,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"http_req_sending": {
|
||||
"count": 29,
|
||||
"min": "0.00",
|
||||
"max": "1.03",
|
||||
"avg": "0.11",
|
||||
"p50": "0.00",
|
||||
"p90": "0.76",
|
||||
"p95": "0.79",
|
||||
"p99": "1.03"
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"count": 29,
|
||||
"min": "0.74",
|
||||
"max": "20582.95",
|
||||
"avg": "3108.76",
|
||||
"p50": "1063.03",
|
||||
"p90": "14708.50",
|
||||
"p95": "16997.11",
|
||||
"p99": "20582.95"
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"count": 29,
|
||||
"min": "0.00",
|
||||
"max": "1.69",
|
||||
"avg": "0.75",
|
||||
"p50": "0.76",
|
||||
"p90": "1.51",
|
||||
"p95": "1.57",
|
||||
"p99": "1.69"
|
||||
},
|
||||
"http_req_failed": {
|
||||
"count": 29,
|
||||
"min": "0.00",
|
||||
"max": "1.00",
|
||||
"avg": "0.03",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"count": 29,
|
||||
"min": "0.00",
|
||||
"max": "1.00",
|
||||
"avg": "0.03",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"count": 29,
|
||||
"min": "1.58",
|
||||
"max": "20582.95",
|
||||
"avg": "3109.62",
|
||||
"p50": "1064.03",
|
||||
"p90": "14708.50",
|
||||
"p95": "16998.63",
|
||||
"p99": "20582.95"
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"count": 28,
|
||||
"min": "1.00",
|
||||
"max": "1.00",
|
||||
"avg": "1.00",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"data_sent": {
|
||||
"count": 10,
|
||||
"min": "0.00",
|
||||
"max": "2261.00",
|
||||
"avg": "1319.90",
|
||||
"p50": "1512.00",
|
||||
"p90": "2252.00",
|
||||
"p95": "2261.00",
|
||||
"p99": "2261.00"
|
||||
},
|
||||
"data_received": {
|
||||
"count": 10,
|
||||
"min": "0.00",
|
||||
"max": "3368.00",
|
||||
"avg": "1877.30",
|
||||
"p50": "1908.00",
|
||||
"p90": "3359.00",
|
||||
"p95": "3368.00",
|
||||
"p99": "3368.00"
|
||||
},
|
||||
"vus": {
|
||||
"count": 69,
|
||||
"min": "1.00",
|
||||
"max": "3.00",
|
||||
"avg": "2.86",
|
||||
"p50": "3.00",
|
||||
"p90": "3.00",
|
||||
"p95": "3.00",
|
||||
"p99": "3.00"
|
||||
},
|
||||
"vus_max": {
|
||||
"count": 69,
|
||||
"min": "3.00",
|
||||
"max": "3.00",
|
||||
"avg": "3.00",
|
||||
"p50": "3.00",
|
||||
"p90": "3.00",
|
||||
"p95": "3.00",
|
||||
"p99": "3.00"
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"count": 4,
|
||||
"min": "13199.28",
|
||||
"max": "20582.95",
|
||||
"avg": "16372.34",
|
||||
"p50": "14708.50",
|
||||
"p90": "20582.95",
|
||||
"p95": "20582.95",
|
||||
"p99": "20582.95"
|
||||
},
|
||||
"checks": {
|
||||
"count": 45,
|
||||
"min": "0.00",
|
||||
"max": "1.00",
|
||||
"avg": "0.58",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"count": 21,
|
||||
"min": "492.53",
|
||||
"max": "1718.05",
|
||||
"avg": "939.24",
|
||||
"p50": "726.48",
|
||||
"p90": "1365.12",
|
||||
"p95": "1590.79",
|
||||
"p99": "1718.05"
|
||||
},
|
||||
"walkguide_failed_requests": {
|
||||
"count": 1,
|
||||
"min": "1.00",
|
||||
"max": "1.00",
|
||||
"avg": "1.00",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"iteration_duration": {
|
||||
"count": 8,
|
||||
"min": "17511.09",
|
||||
"max": "38336.34",
|
||||
"avg": "24839.91",
|
||||
"p50": "18437.38",
|
||||
"p90": "38336.34",
|
||||
"p95": "38336.34",
|
||||
"p99": "38336.34"
|
||||
},
|
||||
"iterations": {
|
||||
"count": 8,
|
||||
"min": "1.00",
|
||||
"max": "1.00",
|
||||
"avg": "1.00",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
}
|
||||
},
|
||||
"endpoints": {
|
||||
"ping": {
|
||||
"http_reqs": {
|
||||
"count": 1,
|
||||
"min": "1.00",
|
||||
"max": "1.00",
|
||||
"avg": "1.00",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"http_req_duration": {
|
||||
"count": 1,
|
||||
"min": "1.58",
|
||||
"max": "1.58",
|
||||
"avg": "1.58",
|
||||
"p50": "1.58",
|
||||
"p90": "1.58",
|
||||
"p95": "1.58",
|
||||
"p99": "1.58"
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"count": 1,
|
||||
"min": "1.09",
|
||||
"max": "1.09",
|
||||
"avg": "1.09",
|
||||
"p50": "1.09",
|
||||
"p90": "1.09",
|
||||
"p95": "1.09",
|
||||
"p99": "1.09"
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"count": 1,
|
||||
"min": "0.53",
|
||||
"max": "0.53",
|
||||
"avg": "0.53",
|
||||
"p50": "0.53",
|
||||
"p90": "0.53",
|
||||
"p95": "0.53",
|
||||
"p99": "0.53"
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"count": 1,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"http_req_sending": {
|
||||
"count": 1,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"count": 1,
|
||||
"min": "0.74",
|
||||
"max": "0.74",
|
||||
"avg": "0.74",
|
||||
"p50": "0.74",
|
||||
"p90": "0.74",
|
||||
"p95": "0.74",
|
||||
"p99": "0.74"
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"count": 1,
|
||||
"min": "0.84",
|
||||
"max": "0.84",
|
||||
"avg": "0.84",
|
||||
"p50": "0.84",
|
||||
"p90": "0.84",
|
||||
"p95": "0.84",
|
||||
"p99": "0.84"
|
||||
},
|
||||
"http_req_failed": {
|
||||
"count": 1,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"count": 1,
|
||||
"min": "1.58",
|
||||
"max": "1.58",
|
||||
"avg": "1.58",
|
||||
"p50": "1.58",
|
||||
"p90": "1.58",
|
||||
"p95": "1.58",
|
||||
"p99": "1.58"
|
||||
}
|
||||
},
|
||||
"register": {
|
||||
"http_reqs": {
|
||||
"count": 4,
|
||||
"min": "1.00",
|
||||
"max": "1.00",
|
||||
"avg": "1.00",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"http_req_duration": {
|
||||
"count": 4,
|
||||
"min": "13199.28",
|
||||
"max": "20582.95",
|
||||
"avg": "16372.34",
|
||||
"p50": "14708.50",
|
||||
"p90": "20582.95",
|
||||
"p95": "20582.95",
|
||||
"p99": "20582.95"
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"count": 4,
|
||||
"min": "0.53",
|
||||
"max": "2.81",
|
||||
"avg": "1.36",
|
||||
"p50": "1.05",
|
||||
"p90": "2.81",
|
||||
"p95": "2.81",
|
||||
"p99": "2.81"
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"count": 4,
|
||||
"min": "0.53",
|
||||
"max": "2.81",
|
||||
"avg": "1.36",
|
||||
"p50": "1.05",
|
||||
"p90": "2.81",
|
||||
"p95": "2.81",
|
||||
"p99": "2.81"
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"count": 4,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"http_req_sending": {
|
||||
"count": 4,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"count": 4,
|
||||
"min": "13198.77",
|
||||
"max": "20582.95",
|
||||
"avg": "16371.83",
|
||||
"p50": "14708.50",
|
||||
"p90": "20582.95",
|
||||
"p95": "20582.95",
|
||||
"p99": "20582.95"
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"count": 4,
|
||||
"min": "0.00",
|
||||
"max": "1.51",
|
||||
"avg": "0.51",
|
||||
"p50": "0.00",
|
||||
"p90": "1.51",
|
||||
"p95": "1.51",
|
||||
"p99": "1.51"
|
||||
},
|
||||
"http_req_failed": {
|
||||
"count": 4,
|
||||
"min": "0.00",
|
||||
"max": "1.00",
|
||||
"avg": "0.25",
|
||||
"p50": "0.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"count": 4,
|
||||
"min": "13199.28",
|
||||
"max": "20582.95",
|
||||
"avg": "16372.34",
|
||||
"p50": "14708.50",
|
||||
"p90": "20582.95",
|
||||
"p95": "20582.95",
|
||||
"p99": "20582.95"
|
||||
}
|
||||
},
|
||||
"walkguide_start": {
|
||||
"http_reqs": {
|
||||
"count": 3,
|
||||
"min": "1.00",
|
||||
"max": "1.00",
|
||||
"avg": "1.00",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"http_req_duration": {
|
||||
"count": 3,
|
||||
"min": "1232.02",
|
||||
"max": "2245.66",
|
||||
"avg": "1654.64",
|
||||
"p50": "1486.24",
|
||||
"p90": "2245.66",
|
||||
"p95": "2245.66",
|
||||
"p99": "2245.66"
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"count": 3,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"count": 3,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"count": 3,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"http_req_sending": {
|
||||
"count": 3,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"count": 3,
|
||||
"min": "1231.32",
|
||||
"max": "2244.68",
|
||||
"avg": "1653.81",
|
||||
"p50": "1485.43",
|
||||
"p90": "2244.68",
|
||||
"p95": "2244.68",
|
||||
"p99": "2244.68"
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"count": 3,
|
||||
"min": "0.70",
|
||||
"max": "0.97",
|
||||
"avg": "0.83",
|
||||
"p50": "0.81",
|
||||
"p90": "0.97",
|
||||
"p95": "0.97",
|
||||
"p99": "0.97"
|
||||
},
|
||||
"http_req_failed": {
|
||||
"count": 3,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"count": 3,
|
||||
"min": "1232.02",
|
||||
"max": "2245.66",
|
||||
"avg": "1654.64",
|
||||
"p50": "1486.24",
|
||||
"p90": "2245.66",
|
||||
"p95": "2245.66",
|
||||
"p99": "2245.66"
|
||||
}
|
||||
},
|
||||
"location_update": {
|
||||
"http_reqs": {
|
||||
"count": 21,
|
||||
"min": "1.00",
|
||||
"max": "1.00",
|
||||
"avg": "1.00",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"http_req_duration": {
|
||||
"count": 21,
|
||||
"min": "492.53",
|
||||
"max": "1718.05",
|
||||
"avg": "939.24",
|
||||
"p50": "726.48",
|
||||
"p90": "1365.12",
|
||||
"p95": "1590.79",
|
||||
"p99": "1718.05"
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"count": 21,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"count": 21,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"count": 21,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"http_req_sending": {
|
||||
"count": 21,
|
||||
"min": "0.00",
|
||||
"max": "1.03",
|
||||
"avg": "0.15",
|
||||
"p50": "0.00",
|
||||
"p90": "0.76",
|
||||
"p95": "0.79",
|
||||
"p99": "1.03"
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"count": 21,
|
||||
"min": "490.62",
|
||||
"max": "1717.05",
|
||||
"avg": "938.32",
|
||||
"p50": "724.91",
|
||||
"p90": "1364.33",
|
||||
"p95": "1589.57",
|
||||
"p99": "1717.05"
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"count": 21,
|
||||
"min": "0.00",
|
||||
"max": "1.69",
|
||||
"avg": "0.77",
|
||||
"p50": "0.76",
|
||||
"p90": "1.44",
|
||||
"p95": "1.57",
|
||||
"p99": "1.69"
|
||||
},
|
||||
"http_req_failed": {
|
||||
"count": 21,
|
||||
"min": "0.00",
|
||||
"max": "0.00",
|
||||
"avg": "0.00",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "0.00"
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"count": 21,
|
||||
"min": "492.53",
|
||||
"max": "1718.05",
|
||||
"avg": "939.24",
|
||||
"p50": "726.48",
|
||||
"p90": "1365.12",
|
||||
"p95": "1590.79",
|
||||
"p99": "1718.05"
|
||||
}
|
||||
},
|
||||
"unknown": {
|
||||
"walkguide_error_rate": {
|
||||
"count": 29,
|
||||
"min": "0.00",
|
||||
"max": "1.00",
|
||||
"avg": "0.03",
|
||||
"p50": "0.00",
|
||||
"p90": "0.00",
|
||||
"p95": "0.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"count": 28,
|
||||
"min": "1.00",
|
||||
"max": "1.00",
|
||||
"avg": "1.00",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"data_sent": {
|
||||
"count": 10,
|
||||
"min": "0.00",
|
||||
"max": "2261.00",
|
||||
"avg": "1319.90",
|
||||
"p50": "1512.00",
|
||||
"p90": "2252.00",
|
||||
"p95": "2261.00",
|
||||
"p99": "2261.00"
|
||||
},
|
||||
"data_received": {
|
||||
"count": 10,
|
||||
"min": "0.00",
|
||||
"max": "3368.00",
|
||||
"avg": "1877.30",
|
||||
"p50": "1908.00",
|
||||
"p90": "3359.00",
|
||||
"p95": "3368.00",
|
||||
"p99": "3368.00"
|
||||
},
|
||||
"vus": {
|
||||
"count": 69,
|
||||
"min": "1.00",
|
||||
"max": "3.00",
|
||||
"avg": "2.86",
|
||||
"p50": "3.00",
|
||||
"p90": "3.00",
|
||||
"p95": "3.00",
|
||||
"p99": "3.00"
|
||||
},
|
||||
"vus_max": {
|
||||
"count": 69,
|
||||
"min": "3.00",
|
||||
"max": "3.00",
|
||||
"avg": "3.00",
|
||||
"p50": "3.00",
|
||||
"p90": "3.00",
|
||||
"p95": "3.00",
|
||||
"p99": "3.00"
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"count": 4,
|
||||
"min": "13199.28",
|
||||
"max": "20582.95",
|
||||
"avg": "16372.34",
|
||||
"p50": "14708.50",
|
||||
"p90": "20582.95",
|
||||
"p95": "20582.95",
|
||||
"p99": "20582.95"
|
||||
},
|
||||
"checks": {
|
||||
"count": 45,
|
||||
"min": "0.00",
|
||||
"max": "1.00",
|
||||
"avg": "0.58",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"count": 21,
|
||||
"min": "492.53",
|
||||
"max": "1718.05",
|
||||
"avg": "939.24",
|
||||
"p50": "726.48",
|
||||
"p90": "1365.12",
|
||||
"p95": "1590.79",
|
||||
"p99": "1718.05"
|
||||
},
|
||||
"walkguide_failed_requests": {
|
||||
"count": 1,
|
||||
"min": "1.00",
|
||||
"max": "1.00",
|
||||
"avg": "1.00",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
},
|
||||
"iteration_duration": {
|
||||
"count": 8,
|
||||
"min": "17511.09",
|
||||
"max": "38336.34",
|
||||
"avg": "24839.91",
|
||||
"p50": "18437.38",
|
||||
"p90": "38336.34",
|
||||
"p95": "38336.34",
|
||||
"p99": "38336.34"
|
||||
},
|
||||
"iterations": {
|
||||
"count": 8,
|
||||
"min": "1.00",
|
||||
"max": "1.00",
|
||||
"avg": "1.00",
|
||||
"p50": "1.00",
|
||||
"p90": "1.00",
|
||||
"p95": "1.00",
|
||||
"p99": "1.00"
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguideMetrics": {
|
||||
"authLatency": {
|
||||
"p95": "20582.95 ms",
|
||||
"p99": "20582.95 ms",
|
||||
"avg": "16372.34 ms"
|
||||
},
|
||||
"locationLatency": {
|
||||
"p95": "1590.79 ms",
|
||||
"p99": "1718.05 ms",
|
||||
"avg": "939.24 ms"
|
||||
},
|
||||
"obstacleLatency": null,
|
||||
"sosLatency": null,
|
||||
"notifLatency": null,
|
||||
"timelineLatency": null,
|
||||
"pairingLatency": null
|
||||
},
|
||||
"thresholdResults": [
|
||||
{
|
||||
"name": "p95 overall < 25000ms",
|
||||
"metric": "http_req_duration",
|
||||
"threshold": "25000 ms",
|
||||
"actual": "16998.63 ms",
|
||||
"result": "✅ PASS"
|
||||
},
|
||||
{
|
||||
"name": "error rate < 10%",
|
||||
"metric": "http_req_failed",
|
||||
"threshold": "0.1 rate",
|
||||
"actual": "0.03 rate",
|
||||
"result": "✅ PASS"
|
||||
},
|
||||
{
|
||||
"name": "SOS p95 < 3000ms",
|
||||
"metric": "walkguide_sos_latency_ms",
|
||||
"stat": "p95",
|
||||
"threshold": 3000,
|
||||
"unit": "ms",
|
||||
"operator": "<",
|
||||
"actual": "N/A",
|
||||
"result": "SKIP"
|
||||
},
|
||||
{
|
||||
"name": "Location p95 < 3000ms",
|
||||
"metric": "walkguide_location_latency_ms",
|
||||
"threshold": "3000 ms",
|
||||
"actual": "1590.79 ms",
|
||||
"result": "✅ PASS"
|
||||
},
|
||||
{
|
||||
"name": "Obstacle p95 < 5000ms",
|
||||
"metric": "walkguide_obstacle_latency_ms",
|
||||
"stat": "p95",
|
||||
"threshold": 5000,
|
||||
"unit": "ms",
|
||||
"operator": "<",
|
||||
"actual": "N/A",
|
||||
"result": "SKIP"
|
||||
},
|
||||
{
|
||||
"name": "Auth p95 < 25000ms",
|
||||
"metric": "walkguide_auth_latency_ms",
|
||||
"threshold": "25000 ms",
|
||||
"actual": "20582.95 ms",
|
||||
"result": "✅ PASS"
|
||||
},
|
||||
{
|
||||
"name": "Timeline p95 < 5000ms",
|
||||
"metric": "walkguide_timeline_latency_ms",
|
||||
"stat": "p95",
|
||||
"threshold": 5000,
|
||||
"unit": "ms",
|
||||
"operator": "<",
|
||||
"actual": "N/A",
|
||||
"result": "SKIP"
|
||||
},
|
||||
{
|
||||
"name": "Notification p95 < 5000ms",
|
||||
"metric": "walkguide_notif_latency_ms",
|
||||
"stat": "p95",
|
||||
"threshold": 5000,
|
||||
"unit": "ms",
|
||||
"operator": "<",
|
||||
"actual": "N/A",
|
||||
"result": "SKIP"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,260 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>WalkGuide — k6 Load Test Report</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
body { font-family: 'Segoe UI', system-ui, sans-serif; background: #0f172a; color: #e2e8f0; padding: 24px; }
|
||||
h1 { font-size: 2rem; color: #38bdf8; margin-bottom: 4px; }
|
||||
h2 { font-size: 1.2rem; color: #7dd3fc; margin: 32px 0 12px; border-bottom: 1px solid #1e3a5f; padding-bottom: 6px; }
|
||||
p { color: #94a3b8; margin-bottom: 8px; }
|
||||
.header { margin-bottom: 32px; }
|
||||
.header .meta { color: #64748b; font-size: 0.85rem; margin-top: 4px; }
|
||||
|
||||
/* Key Metrics Grid */
|
||||
.key-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-bottom: 24px; }
|
||||
.key-card { background: #1e293b; border-radius: 10px; padding: 18px; border: 1px solid #334155; }
|
||||
.key-card .klabel { font-size: 0.75rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; }
|
||||
.key-card .kvalue { font-size: 1.5rem; font-weight: 700; color: #f0f9ff; margin: 6px 0 2px; }
|
||||
.key-card .kdesc { font-size: 0.72rem; color: #475569; }
|
||||
|
||||
/* WalkGuide Metric Cards */
|
||||
.wg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
|
||||
.metric-card { background: #1e293b; border-radius: 8px; padding: 14px; border: 1px solid #1e3a5f; text-align: center; }
|
||||
.metric-label { font-size: 0.85rem; color: #94a3b8; margin-bottom: 6px; }
|
||||
.metric-p95 { font-size: 1.6rem; font-weight: 700; color: #38bdf8; }
|
||||
.metric-sub { font-size: 0.7rem; color: #475569; margin-top: 2px; }
|
||||
.metric-avg { font-size: 0.72rem; color: #64748b; margin-top: 4px; }
|
||||
|
||||
/* Tables */
|
||||
table { width: 100%; border-collapse: collapse; margin-bottom: 24px; font-size: 0.88rem; }
|
||||
th { background: #1e3a5f; color: #7dd3fc; text-align: left; padding: 10px 12px; }
|
||||
td { padding: 9px 12px; border-bottom: 1px solid #1e293b; color: #cbd5e1; }
|
||||
tr:nth-child(even) td { background: #0f1f35; }
|
||||
code { background: #1e293b; padding: 2px 6px; border-radius: 4px; font-size: 0.82rem; color: #38bdf8; }
|
||||
|
||||
/* Badges */
|
||||
.badge { padding: 3px 10px; border-radius: 12px; font-size: 0.78rem; font-weight: 600; }
|
||||
.badge.pass { background: #064e3b; color: #34d399; }
|
||||
.badge.fail { background: #450a0a; color: #f87171; }
|
||||
.badge.skip { background: #1e293b; color: #94a3b8; }
|
||||
|
||||
footer { margin-top: 40px; text-align: center; color: #334155; font-size: 0.78rem; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>🦺 WalkGuide — k6 Load Test Report</h1>
|
||||
<p>Spring Boot Backend Performance Benchmark — Pillar 3</p>
|
||||
<div class="meta">
|
||||
Generated: 2026-05-17T12:31:29.810Z |
|
||||
Input: location-local-20260517_193017.ndjson |
|
||||
Total Data Points: 614
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>📊 Key Metrics (Pillar 3 — 5 Required)</h2>
|
||||
<div class="key-grid">
|
||||
<div class="key-card">
|
||||
<div class="klabel">1. Throughput</div>
|
||||
<div class="kvalue">0.4 req/s</div>
|
||||
<div class="kdesc">Requests per second</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">2. p95 Latency</div>
|
||||
<div class="kvalue">16998.63 ms</div>
|
||||
<div class="kdesc">95th percentile response time</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">3. Error Rate</div>
|
||||
<div class="kvalue">3.00%</div>
|
||||
<div class="kdesc">Non-2xx responses | FAIL</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">4. DB Query Time</div>
|
||||
<div class="kvalue">1590.79 ms</div>
|
||||
<div class="kdesc">Estimated via write endpoint p95</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">5. JVM Heap</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Spring Actuator jvm.memory.used</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>🏃 WalkGuide Endpoint Latency Breakdown</h2>
|
||||
<div class="wg-grid">
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔐 Auth</div>
|
||||
<div class="metric-p95">20582.95 ms</div>
|
||||
<div class="metric-sub">p95 | threshold < 800ms</div>
|
||||
<div class="metric-avg">avg: 16372.34 ms | p99: 20582.95 ms</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📍 Location</div>
|
||||
<div class="metric-p95">1590.79 ms</div>
|
||||
<div class="metric-sub">p95 | threshold < 300ms</div>
|
||||
<div class="metric-avg">avg: 939.24 ms | p99: 1718.05 ms</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚧 Obstacle</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 400ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚨 SOS</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 200ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📬 Notif</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 500ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📊 Timeline</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 1000ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔗 Pairing</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 600ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>✅ Threshold Evaluation</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Check</th><th>Metric</th><th>Threshold</th><th>Actual</th><th>Result</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>p95 overall < 25000ms</td>
|
||||
<td><code>http_req_duration</code></td>
|
||||
<td>25000 ms</td>
|
||||
<td>16998.63 ms</td>
|
||||
<td><span class="badge pass">✅ PASS</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>error rate < 10%</td>
|
||||
<td><code>http_req_failed</code></td>
|
||||
<td>0.1 rate</td>
|
||||
<td>0.03 rate</td>
|
||||
<td><span class="badge pass">✅ PASS</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>SOS p95 < 3000ms</td>
|
||||
<td><code>walkguide_sos_latency_ms</code></td>
|
||||
<td>3000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Location p95 < 3000ms</td>
|
||||
<td><code>walkguide_location_latency_ms</code></td>
|
||||
<td>3000 ms</td>
|
||||
<td>1590.79 ms</td>
|
||||
<td><span class="badge pass">✅ PASS</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Obstacle p95 < 5000ms</td>
|
||||
<td><code>walkguide_obstacle_latency_ms</code></td>
|
||||
<td>5000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Auth p95 < 25000ms</td>
|
||||
<td><code>walkguide_auth_latency_ms</code></td>
|
||||
<td>25000 ms</td>
|
||||
<td>20582.95 ms</td>
|
||||
<td><span class="badge pass">✅ PASS</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Timeline p95 < 5000ms</td>
|
||||
<td><code>walkguide_timeline_latency_ms</code></td>
|
||||
<td>5000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Notification p95 < 5000ms</td>
|
||||
<td><code>walkguide_notif_latency_ms</code></td>
|
||||
<td>5000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>📋 Per-Endpoint Latency (ms)</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Endpoint</th><th>Requests</th><th>Avg</th><th>p95</th><th>p99</th><th>Max</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>ping</code></td>
|
||||
<td>1</td>
|
||||
<td>1.58</td>
|
||||
<td>1.58</td>
|
||||
<td>1.58</td>
|
||||
<td>1.58</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>register</code></td>
|
||||
<td>4</td>
|
||||
<td>16372.34</td>
|
||||
<td>20582.95</td>
|
||||
<td>20582.95</td>
|
||||
<td>20582.95</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>walkguide_start</code></td>
|
||||
<td>3</td>
|
||||
<td>1654.64</td>
|
||||
<td>2245.66</td>
|
||||
<td>2245.66</td>
|
||||
<td>2245.66</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>location_update</code></td>
|
||||
<td>21</td>
|
||||
<td>939.24</td>
|
||||
<td>1590.79</td>
|
||||
<td>1718.05</td>
|
||||
<td>1718.05</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<footer>
|
||||
WalkGuide AI — Integrated Mobile Application Project Final Exam |
|
||||
Generated by html-reporter.js
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,256 @@
|
||||
{
|
||||
"metrics": {
|
||||
"walkguide_auth_latency_ms": {
|
||||
"med": 15853.562899999999,
|
||||
"max": 20582.952,
|
||||
"p(90)": 19507.65465,
|
||||
"p(95)": 20045.303325,
|
||||
"avg": 16372.3397,
|
||||
"min": 13199.281,
|
||||
"thresholds": {
|
||||
"p(95)<25000": false
|
||||
}
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<5000": false
|
||||
}
|
||||
},
|
||||
"http_req_failed": {
|
||||
"passes": 1,
|
||||
"fails": 28,
|
||||
"thresholds": {
|
||||
"rate<0.10": false
|
||||
},
|
||||
"value": 0.034482758620689655
|
||||
},
|
||||
"iterations": {
|
||||
"count": 8,
|
||||
"rate": 0.11464279974775832
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"count": 28,
|
||||
"rate": 0.40124979911715414
|
||||
},
|
||||
"http_req_duration": {
|
||||
"avg": 3109.6192862068965,
|
||||
"min": 1.5767,
|
||||
"med": 1064.0311,
|
||||
"max": 20582.952,
|
||||
"p(90)": 13501.124459999999,
|
||||
"p(95)": 16082.575819999995,
|
||||
"thresholds": {
|
||||
"p(99)<30000": false,
|
||||
"p(95)<25000": false
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"med": 1064.0311,
|
||||
"max": 20582.952,
|
||||
"p(90)": 13501.124459999999,
|
||||
"p(95)": 16082.575819999995,
|
||||
"avg": 3109.6192862068965,
|
||||
"min": 1.5767,
|
||||
"thresholds": {
|
||||
"p(95)<25000": false
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"max": 16998.6275,
|
||||
"p(90)": 5531.743010000007,
|
||||
"p(95)": 14180.272244999998,
|
||||
"avg": 2485.571689285715,
|
||||
"min": 1.5767,
|
||||
"med": 1056.10565
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"avg": 939.2434095238095,
|
||||
"min": 492.5277,
|
||||
"med": 726.4802,
|
||||
"max": 1718.052,
|
||||
"p(90)": 1365.1242,
|
||||
"p(95)": 1590.7856,
|
||||
"thresholds": {
|
||||
"p(99)<5000": false,
|
||||
"p(95)<3000": false
|
||||
}
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"thresholds": {
|
||||
"p(95)<5000": false
|
||||
}
|
||||
},
|
||||
"http_req_sending": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 1.0276,
|
||||
"p(90)": 0.6422399999999999,
|
||||
"p(95)": 0.7778399999999999,
|
||||
"avg": 0.10999310344827587
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"avg": 0.7453758620689656,
|
||||
"min": 0,
|
||||
"med": 0.7579,
|
||||
"max": 1.6908,
|
||||
"p(90)": 1.45658,
|
||||
"p(95)": 1.5495799999999997
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"passes": 1,
|
||||
"fails": 28,
|
||||
"thresholds": {
|
||||
"rate<0.10": false
|
||||
},
|
||||
"value": 0.034482758620689655
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"p(95)": 16081.666879999995,
|
||||
"avg": 3108.7639172413783,
|
||||
"min": 0.7407,
|
||||
"med": 1063.0317,
|
||||
"max": 20582.952,
|
||||
"p(90)": 13500.717019999998
|
||||
},
|
||||
"data_sent": {
|
||||
"count": 13199,
|
||||
"rate": 189.14628923383276
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"thresholds": {
|
||||
"p(95)<5000": false
|
||||
}
|
||||
},
|
||||
"walkguide_failed_requests": {
|
||||
"count": 1,
|
||||
"rate": 0.01433034996846979
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"p(95)": 1.07528,
|
||||
"avg": 0.22518275862068968,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 2.8073,
|
||||
"p(90)": 1.0532
|
||||
},
|
||||
"iteration_duration": {
|
||||
"med": 20510.805549999997,
|
||||
"max": 38336.3405,
|
||||
"p(90)": 35619.61138,
|
||||
"p(95)": 36977.97594,
|
||||
"avg": 24839.90765,
|
||||
"min": 17511.0898
|
||||
},
|
||||
"vus": {
|
||||
"value": 1,
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"checks": {
|
||||
"passes": 26,
|
||||
"fails": 19,
|
||||
"value": 0.5777777777777777
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"thresholds": {
|
||||
"p(95)<3000": false
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"p(95)": 1.0532,
|
||||
"avg": 0.20585862068965513,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 2.8073,
|
||||
"p(90)": 0.6343199999999996
|
||||
},
|
||||
"http_reqs": {
|
||||
"count": 29,
|
||||
"rate": 0.4155801490856239
|
||||
},
|
||||
"data_received": {
|
||||
"count": 18773,
|
||||
"rate": 269.0236599580834
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<5000": false
|
||||
}
|
||||
},
|
||||
"vus_max": {
|
||||
"min": 3,
|
||||
"max": 3,
|
||||
"value": 3
|
||||
}
|
||||
},
|
||||
"setup_data": {
|
||||
"startTime": 1779021018430
|
||||
},
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": {},
|
||||
"checks": {
|
||||
"walkguide-start: 2xx": {
|
||||
"name": "walkguide-start: 2xx",
|
||||
"path": "::walkguide-start: 2xx",
|
||||
"id": "7fd66e0620bfbd61beb84b15cc0b5112",
|
||||
"passes": 3,
|
||||
"fails": 0
|
||||
},
|
||||
"location-update: status 2xx": {
|
||||
"name": "location-update: status 2xx",
|
||||
"path": "::location-update: status 2xx",
|
||||
"id": "3b3e97233ec7490bf8a49191617620af",
|
||||
"passes": 21,
|
||||
"fails": 0
|
||||
},
|
||||
"location-update: latency ok": {
|
||||
"name": "location-update: latency ok",
|
||||
"path": "::location-update: latency ok",
|
||||
"id": "338caca434505c84cb935c510c14fc4d",
|
||||
"passes": 2,
|
||||
"fails": 19
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,614 @@
|
||||
{"type":"Metric","data":{"name":"http_reqs","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"http_reqs"}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:18.4298384+07:00","value":1,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_duration","type":"trend","contains":"time","thresholds":["p(95)<25000","p(99)<30000"],"submetrics":[{"name":"http_req_duration{expected_response:true}","suffix":"expected_response:true","tags":{"expected_response":"true"}}]},"metric":"http_req_duration"}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:18.4298384+07:00","value":1.5767,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_blocked","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_blocked"}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:18.4298384+07:00","value":1.09,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_connecting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_connecting"}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:18.4298384+07:00","value":0.5296,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_tls_handshaking","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_tls_handshaking"}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:18.4298384+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_sending","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_sending"}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:18.4298384+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_waiting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_waiting"}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:18.4298384+07:00","value":0.7407,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_receiving","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_receiving"}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:18.4298384+07:00","value":0.836,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_failed","type":"rate","contains":"default","thresholds":["rate<0.10"],"submetrics":null},"metric":"http_req_failed"}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:18.4298384+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_error_rate","type":"rate","contains":"default","thresholds":["rate<0.10"],"submetrics":null},"metric":"walkguide_error_rate"}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:18.4298384+07:00","value":0,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_endpoint_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<25000"],"submetrics":null},"metric":"walkguide_endpoint_latency_ms"}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:18.4298384+07:00","value":1.5767,"tags":{"endpoint":"ping","group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_successful_requests","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"walkguide_successful_requests"}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:18.4298384+07:00","value":1,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_sent","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_sent"}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:30:18.4303468+07:00","value":86,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_received","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_received"}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:30:18.4303468+07:00","value":501,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"vus","type":"gauge","contains":"default","thresholds":[],"submetrics":null},"metric":"vus"}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:19.423782+07:00","value":3,"tags":{}}}
|
||||
{"type":"Metric","data":{"name":"vus_max","type":"gauge","contains":"default","thresholds":[],"submetrics":null},"metric":"vus_max"}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:19.423782+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:20.4232869+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:20.4232869+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:21.4235638+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:21.4235638+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:22.4244906+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:22.4244906+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:23.4242382+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:23.4242382+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:24.4236174+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:24.4236174+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:25.4237988+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:25.4237988+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:26.4232331+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:26.4232331+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:27.4237392+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:27.4237392+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:28.4231937+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:28.4231937+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:29.4239682+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:29.4239682+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:30.4238931+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:30.4238931+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:31.4234952+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:31.4234952+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:31.630681+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:31.630681+07:00","value":13199.281,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:31.630681+07:00","value":1.0532,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:31.630681+07:00","value":1.0532,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:31.630681+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:31.630681+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:31.630681+07:00","value":13198.7717,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:31.630681+07:00","value":0.5093,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:31.630681+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:31.6314776+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:31.6314776+07:00","value":13199.281,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_auth_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<25000"],"submetrics":null},"metric":"walkguide_auth_latency_ms"}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:31.6314776+07:00","value":13199.281,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:31.6314776+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:32.4239297+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:32.4239297+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:32.8649789+07:00","value":1,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:32.8649789+07:00","value":1232.0165,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:32.8649789+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:32.8649789+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:32.8649789+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:32.8649789+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:32.8649789+07:00","value":1231.3208,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:32.8649789+07:00","value":0.6957,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:32.8649789+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:32.8649789+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:32.8656638+07:00","value":1232.0165,"tags":{"endpoint":"walkguide_start","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:32.8656638+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"checks","type":"rate","contains":"default","thresholds":[],"submetrics":null},"metric":"checks"}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:32.8656638+07:00","value":1,"tags":{"check":"walkguide-start: 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:33.1398983+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:33.1398983+07:00","value":14708.4983,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:33.1398983+07:00","value":1.0532,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:33.1398983+07:00","value":1.0532,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:33.1398983+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:33.1398983+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:33.1398983+07:00","value":14708.4983,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:33.1398983+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:33.1398983+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:33.1406591+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:33.141277+07:00","value":14708.4983,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:33.141277+07:00","value":14708.4983,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:33.141277+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:33.423719+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:33.423719+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:33.8586078+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:33.8586078+07:00","value":492.5277,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:33.8586078+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:33.8586078+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:33.8586078+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:33.8586078+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:33.8586078+07:00","value":492.1853,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:33.8586078+07:00","value":0.3424,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:33.8586078+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:33.8589787+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:33.8589787+07:00","value":492.5277,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_location_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<3000","p(99)<5000"],"submetrics":null},"metric":"walkguide_location_latency_ms"}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:33.8589787+07:00","value":492.5277,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:33.8589787+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:33.8589787+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:33.8589787+07:00","value":1,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:34.4231337+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:34.4231337+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:34.627853+07:00","value":1,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:34.627853+07:00","value":1486.2404,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:34.627853+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:34.627853+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:34.627853+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:34.627853+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:34.627853+07:00","value":1485.4269,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:34.627853+07:00","value":0.8135,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:34.627853+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:34.6283709+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:34.6283709+07:00","value":1486.2404,"tags":{"endpoint":"walkguide_start","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:34.6283709+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:34.6283709+07:00","value":1,"tags":{"check":"walkguide-start: 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:35.4237804+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:35.4237804+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:35.818521+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:35.818521+07:00","value":689.5896,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:35.818521+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:35.818521+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:35.818521+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:35.818521+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:35.818521+07:00","value":688.9358,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:35.818521+07:00","value":0.6538,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:35.818521+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:35.818521+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:35.818521+07:00","value":689.5896,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:35.818521+07:00","value":689.5896,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:35.8192128+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:35.8192128+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:35.8192128+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:36.4237268+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:36.4237268+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:37.4240223+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:37.4240223+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:38.423549+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:38.423549+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":1,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":20582.952,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":0.5266,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":0.5266,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":0,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":0,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":20582.952,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":0,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":1,"tags":{"endpoint":"register","error_code":"1500","expected_response":"false","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"500","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":20582.952,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":20582.952,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_failed_requests","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"walkguide_failed_requests"}
|
||||
{"metric":"walkguide_failed_requests","type":"Point","data":{"time":"2026-05-17T19:30:39.014352+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:39.4242434+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:39.4242434+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":675.4874,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":674.0454,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":1.442,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":675.4874,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":675.4874,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:39.5353326+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:40.4235182+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:40.4235182+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:30:41.0145761+07:00","value":311,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:30:41.0145761+07:00","value":561,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"iteration_duration","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"iteration_duration"}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:30:41.0145761+07:00","value":22584.2293,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"iterations","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"iterations"}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:30:41.0145761+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:41.4235819+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:41.4235819+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":699.0947,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":698.0947,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":699.0947,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":699.0947,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:41.5187757+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:42.4233717+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:42.4233717+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:43.4232061+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:43.4232061+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:44.4241127+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:44.4241127+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:45.2390769+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:45.2390769+07:00","value":702.3205,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:45.2390769+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:45.2390769+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:45.2390769+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:45.2390769+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:45.2390769+07:00","value":701.9966,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:45.2390769+07:00","value":0.3239,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:45.2390769+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:45.2397601+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:45.2397601+07:00","value":702.3205,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:45.2397601+07:00","value":702.3205,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:45.2397601+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:45.2397601+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:45.2397601+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:45.4239432+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:45.4239432+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:46.4237076+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:46.4237076+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:47.4235502+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:47.4235502+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:47.8844804+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:47.8844804+07:00","value":1365.1242,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:47.8844804+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:47.8844804+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:47.8844804+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:47.8844804+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:47.8844804+07:00","value":1364.3315,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:47.8844804+07:00","value":0.7927,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:47.8844804+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:47.8844804+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:47.8844804+07:00","value":1365.1242,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:47.8851285+07:00","value":1365.1242,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:47.8851285+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:47.8851285+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:47.8851285+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:48.4231805+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:48.4231805+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:49.4241106+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:49.4241106+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:30:50.2405481+07:00","value":2252,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:30:50.2405481+07:00","value":3359,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:30:50.2405481+07:00","value":31810.2013,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:30:50.2405481+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:50.4232719+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:50.4232719+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:51.3056123+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:51.3056123+07:00","value":1064.0311,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:51.3056123+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:51.3056123+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:51.3056123+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:51.3056123+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:51.3056123+07:00","value":1063.0317,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:51.3056123+07:00","value":0.9994,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:51.3056123+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:51.3056123+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:51.3062468+07:00","value":1064.0311,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:51.3062468+07:00","value":1064.0311,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:51.3062468+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:51.3062468+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:51.3062468+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:51.4244166+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:51.4244166+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:52.42375+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:52.42375+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:30:52.8856457+07:00","value":2261,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:30:52.8856457+07:00","value":3368,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:30:52.8856457+07:00","value":34455.2989,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:30:52.8856457+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:53.4231875+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:53.4231875+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:53.9155799+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:53.9155799+07:00","value":1028.9592,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:53.9155799+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:53.9155799+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:53.9155799+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:53.9155799+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:53.9155799+07:00","value":1028.9592,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:53.9155799+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:53.9155799+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:53.916436+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:53.916436+07:00","value":1028.9592,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:53.916436+07:00","value":1028.9592,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:53.916436+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:53.916436+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:53.916436+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:54.4233736+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:54.4233736+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:55.4234671+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:55.4234671+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:56.4234136+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:56.4234136+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:57.4234188+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:57.4234188+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:57.5234941+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:57.5234941+07:00","value":1217.0628,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:57.5234941+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:57.5234941+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:57.5234941+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:57.5234941+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:57.5234941+07:00","value":1216.0581,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:57.5234941+07:00","value":1.0047,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:57.5234941+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:57.5240236+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:57.5240236+07:00","value":1217.0628,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:57.5240236+07:00","value":1217.0628,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:57.5240236+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:57.5240236+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:57.5240236+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:58.0164469+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:58.0164469+07:00","value":16998.6275,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:58.0164469+07:00","value":2.8073,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:58.0164469+07:00","value":2.8073,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:58.0164469+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:58.0164469+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:58.0164469+07:00","value":16997.1126,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:58.0164469+07:00","value":1.5149,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:58.0164469+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:58.0174545+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:58.0174545+07:00","value":16998.6275,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:58.0174545+07:00","value":16998.6275,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:58.0174545+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:58.4232804+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:58.4232804+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:30:59.4233297+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:30:59.4233297+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":1048.1802,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":1047.8338,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":0.3464,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":1048.1802,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":1048.1802,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:30:59.9649743+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:31:00.2636461+07:00","value":1,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:31:00.2636461+07:00","value":2245.6553,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:31:00.2636461+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:31:00.2636461+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:31:00.2636461+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:31:00.2636461+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:31:00.2636461+07:00","value":2244.6827,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:31:00.2636461+07:00","value":0.9726,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:31:00.2636461+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:31:00.2639843+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:00.2639843+07:00","value":2245.6553,"tags":{"endpoint":"walkguide_start","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:31:00.2639843+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:00.2639843+07:00","value":1,"tags":{"check":"walkguide-start: 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:00.4236285+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:00.4236285+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:01.4236792+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:01.4236792+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:02.4233098+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:02.4233098+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":1718.052,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":1717.0538,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":0.9982,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":1718.052,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":1718.052,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:02.4831864+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":492.92,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":0.6138,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":490.6154,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":1.6908,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":492.92,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":492.92,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:31:03.0174241+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:03.0178022+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:03.0178022+07:00","value":1,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:03.4236434+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:03.4236434+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:04.4231969+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:04.4231969+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:05.4236677+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:05.4236677+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:31:05.6909968+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:31:05.6909968+07:00","value":724.8956,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:31:05.6909968+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:31:05.6909968+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:31:05.6909968+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:31:05.6909968+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:31:05.6909968+07:00","value":723.9877,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:31:05.6909968+07:00","value":0.9079,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:31:05.6909968+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:31:05.691425+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:05.691425+07:00","value":724.8956,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:05.691425+07:00","value":724.8956,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:31:05.691425+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:05.691425+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:05.691425+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:06.4234757+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:06.4234757+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:07.4239596+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:07.4239596+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:31:08.0189171+07:00","value":1518,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:31:08.0189171+07:00","value":1917,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:31:08.0189171+07:00","value":17778.369,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:31:08.0189171+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":713.6454,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":712.9923,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":0.6531,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":713.6454,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":713.6454,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:08.1978097+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:08.4237802+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:08.4237802+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:09.4233018+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:09.4233018+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":1590.7856,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":0.756,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":1589.5654,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":0.4642,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":1590.7856,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":1590.7856,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:09.6101762+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:10.4233147+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:10.4233147+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:31:10.6919963+07:00","value":1519,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:31:10.6919963+07:00","value":1918,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:31:10.6919963+07:00","value":17806.3506,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:31:10.6919963+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":649.2212,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":0.7924,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":648.0741,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":0.3547,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":649.2212,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":649.2212,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:11.3412175+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:11.4236624+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:11.4236624+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:12.4231754+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:12.4231754+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:13.4244159+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:13.4244159+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":1151.9266,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":1151.2338,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":0.6928,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":1151.9266,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":1151.9266,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:14.3504743+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:14.4240208+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:14.4240208+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":726.4802,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":724.9075,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":1.5727,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":726.4802,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":726.4802,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:15.3391041+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:15.4232781+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:15.4232781+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:16.4233254+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:16.4233254+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:17.4233916+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:17.4233916+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":1161.6438,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":1160.8859,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":0.7579,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":1161.6438,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":1161.6438,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:17.503231+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:18.4234725+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:18.4234725+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:31:19.3509166+07:00","value":2238,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:31:19.3509166+07:00","value":3343,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:31:19.3509166+07:00","value":38336.3405,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:31:19.3509166+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:19.4232008+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:19.4232008+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:20.4231721+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:20.4231721+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:21.4241052+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:21.4241052+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:31:21.4556684+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:31:21.4556684+07:00","value":1114.9966,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:31:21.4556684+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:31:21.4556684+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:31:21.4556684+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:31:21.4556684+07:00","value":1.0276,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:31:21.4556684+07:00","value":1113.0861,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:31:21.4556684+07:00","value":0.8829,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:31:21.4556684+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:31:21.4563231+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:21.4563231+07:00","value":1114.9966,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:21.4563231+07:00","value":1114.9966,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:31:21.4563231+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:21.4563231+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:21.4563231+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:22.4234401+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:22.4234401+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:31:23.2015073+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:31:23.2015073+07:00","value":697.1672,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:31:23.2015073+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:31:23.2015073+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:31:23.2015073+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:31:23.2015073+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:31:23.2015073+07:00","value":696.7738,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:31:23.2015073+07:00","value":0.3934,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:31:23.2015073+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:31:23.2022883+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:23.2022883+07:00","value":697.1672,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:31:23.2022883+07:00","value":697.1672,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:31:23.2022883+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:23.2022883+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:31:23.2022883+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:23.423821+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:23.423821+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:24.4240998+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:24.4240998+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:25.4235048+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:25.4235048+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:26.4232191+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:26.4232191+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:31:26.4567724+07:00","value":1502,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:31:26.4567724+07:00","value":1898,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:31:26.4567724+07:00","value":18437.3818,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:31:26.4567724+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:31:27.4242384+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:31:27.4242384+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:31:28.2030861+07:00","value":1512,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:31:28.2030861+07:00","value":1908,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:31:28.2030861+07:00","value":17511.0898,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:31:28.2030861+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:31:28.2074617+07:00","value":0,"tags":{"group":"::teardown"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:31:28.2074617+07:00","value":0,"tags":{"group":"::teardown"}}}
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,278 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>WalkGuide — k6 Load Test Report</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
body { font-family: 'Segoe UI', system-ui, sans-serif; background: #0f172a; color: #e2e8f0; padding: 24px; }
|
||||
h1 { font-size: 2rem; color: #38bdf8; margin-bottom: 4px; }
|
||||
h2 { font-size: 1.2rem; color: #7dd3fc; margin: 32px 0 12px; border-bottom: 1px solid #1e3a5f; padding-bottom: 6px; }
|
||||
p { color: #94a3b8; margin-bottom: 8px; }
|
||||
.header { margin-bottom: 32px; }
|
||||
.header .meta { color: #64748b; font-size: 0.85rem; margin-top: 4px; }
|
||||
|
||||
/* Key Metrics Grid */
|
||||
.key-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-bottom: 24px; }
|
||||
.key-card { background: #1e293b; border-radius: 10px; padding: 18px; border: 1px solid #334155; }
|
||||
.key-card .klabel { font-size: 0.75rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; }
|
||||
.key-card .kvalue { font-size: 1.5rem; font-weight: 700; color: #f0f9ff; margin: 6px 0 2px; }
|
||||
.key-card .kdesc { font-size: 0.72rem; color: #475569; }
|
||||
|
||||
/* WalkGuide Metric Cards */
|
||||
.wg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
|
||||
.metric-card { background: #1e293b; border-radius: 8px; padding: 14px; border: 1px solid #1e3a5f; text-align: center; }
|
||||
.metric-label { font-size: 0.85rem; color: #94a3b8; margin-bottom: 6px; }
|
||||
.metric-p95 { font-size: 1.6rem; font-weight: 700; color: #38bdf8; }
|
||||
.metric-sub { font-size: 0.7rem; color: #475569; margin-top: 2px; }
|
||||
.metric-avg { font-size: 0.72rem; color: #64748b; margin-top: 4px; }
|
||||
|
||||
/* Tables */
|
||||
table { width: 100%; border-collapse: collapse; margin-bottom: 24px; font-size: 0.88rem; }
|
||||
th { background: #1e3a5f; color: #7dd3fc; text-align: left; padding: 10px 12px; }
|
||||
td { padding: 9px 12px; border-bottom: 1px solid #1e293b; color: #cbd5e1; }
|
||||
tr:nth-child(even) td { background: #0f1f35; }
|
||||
code { background: #1e293b; padding: 2px 6px; border-radius: 4px; font-size: 0.82rem; color: #38bdf8; }
|
||||
|
||||
/* Badges */
|
||||
.badge { padding: 3px 10px; border-radius: 12px; font-size: 0.78rem; font-weight: 600; }
|
||||
.badge.pass { background: #064e3b; color: #34d399; }
|
||||
.badge.fail { background: #450a0a; color: #f87171; }
|
||||
.badge.skip { background: #1e293b; color: #94a3b8; }
|
||||
|
||||
footer { margin-top: 40px; text-align: center; color: #334155; font-size: 0.78rem; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>🦺 WalkGuide — k6 Load Test Report</h1>
|
||||
<p>Spring Boot Backend Performance Benchmark — Pillar 3</p>
|
||||
<div class="meta">
|
||||
Generated: 2026-05-17T12:17:24.560Z |
|
||||
Input: location-smoke-20260517_191608.ndjson |
|
||||
Total Data Points: 718
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>📊 Key Metrics (Pillar 3 — 5 Required)</h2>
|
||||
<div class="key-grid">
|
||||
<div class="key-card">
|
||||
<div class="klabel">1. Throughput</div>
|
||||
<div class="kvalue">0.5 req/s</div>
|
||||
<div class="kdesc">Requests per second</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">2. p95 Latency</div>
|
||||
<div class="kvalue">12805.63 ms</div>
|
||||
<div class="kdesc">95th percentile response time</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">3. Error Rate</div>
|
||||
<div class="kvalue">6.00%</div>
|
||||
<div class="kdesc">Non-2xx responses | FAIL</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">4. DB Query Time</div>
|
||||
<div class="kvalue">2088.93 ms</div>
|
||||
<div class="kdesc">Estimated via write endpoint p95</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">5. JVM Heap</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Spring Actuator jvm.memory.used</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>🏃 WalkGuide Endpoint Latency Breakdown</h2>
|
||||
<div class="wg-grid">
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔐 Auth</div>
|
||||
<div class="metric-p95">14587.41 ms</div>
|
||||
<div class="metric-sub">p95 | threshold < 800ms</div>
|
||||
<div class="metric-avg">avg: 13359.50 ms | p99: 14587.41 ms</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📍 Location</div>
|
||||
<div class="metric-p95">2088.93 ms</div>
|
||||
<div class="metric-sub">p95 | threshold < 300ms</div>
|
||||
<div class="metric-avg">avg: 1089.44 ms | p99: 2219.12 ms</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚧 Obstacle</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 400ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚨 SOS</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 200ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📬 Notif</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 500ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📊 Timeline</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 1000ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔗 Pairing</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 600ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>✅ Threshold Evaluation</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Check</th><th>Metric</th><th>Threshold</th><th>Actual</th><th>Result</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>p95 overall < 500ms</td>
|
||||
<td><code>http_req_duration</code></td>
|
||||
<td>500 ms</td>
|
||||
<td>12805.63 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>error rate < 1%</td>
|
||||
<td><code>http_req_failed</code></td>
|
||||
<td>0.01 rate</td>
|
||||
<td>0.06 rate</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>SOS p95 < 200ms</td>
|
||||
<td><code>walkguide_sos_latency_ms</code></td>
|
||||
<td>200</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Location p95 < 300ms</td>
|
||||
<td><code>walkguide_location_latency_ms</code></td>
|
||||
<td>300 ms</td>
|
||||
<td>2088.93 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Obstacle p95 < 400ms</td>
|
||||
<td><code>walkguide_obstacle_latency_ms</code></td>
|
||||
<td>400</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Auth p95 < 800ms</td>
|
||||
<td><code>walkguide_auth_latency_ms</code></td>
|
||||
<td>800 ms</td>
|
||||
<td>14587.41 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Timeline p95 < 1000ms</td>
|
||||
<td><code>walkguide_timeline_latency_ms</code></td>
|
||||
<td>1000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Notification p95 < 500ms</td>
|
||||
<td><code>walkguide_notif_latency_ms</code></td>
|
||||
<td>500</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>📋 Per-Endpoint Latency (ms)</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Endpoint</th><th>Requests</th><th>Avg</th><th>p95</th><th>p99</th><th>Max</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>ping</code></td>
|
||||
<td>1</td>
|
||||
<td>1.08</td>
|
||||
<td>1.08</td>
|
||||
<td>1.08</td>
|
||||
<td>1.08</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>register</code></td>
|
||||
<td>3</td>
|
||||
<td>13359.50</td>
|
||||
<td>14587.41</td>
|
||||
<td>14587.41</td>
|
||||
<td>14587.41</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>walkguide_start</code></td>
|
||||
<td>3</td>
|
||||
<td>1373.27</td>
|
||||
<td>2303.81</td>
|
||||
<td>2303.81</td>
|
||||
<td>2303.81</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>actuator_jvm</code></td>
|
||||
<td>1</td>
|
||||
<td>23.20</td>
|
||||
<td>23.20</td>
|
||||
<td>23.20</td>
|
||||
<td>23.20</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>actuator_db</code></td>
|
||||
<td>1</td>
|
||||
<td>0.61</td>
|
||||
<td>0.61</td>
|
||||
<td>0.61</td>
|
||||
<td>0.61</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>location_update</code></td>
|
||||
<td>27</td>
|
||||
<td>1089.44</td>
|
||||
<td>2088.93</td>
|
||||
<td>2219.12</td>
|
||||
<td>2219.12</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<footer>
|
||||
WalkGuide AI — Integrated Mobile Application Project Final Exam |
|
||||
Generated by html-reporter.js
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,251 @@
|
||||
{
|
||||
"root_group": {
|
||||
"checks": {
|
||||
"walkguide-start: 2xx": {
|
||||
"id": "7fd66e0620bfbd61beb84b15cc0b5112",
|
||||
"passes": 3,
|
||||
"fails": 0,
|
||||
"name": "walkguide-start: 2xx",
|
||||
"path": "::walkguide-start: 2xx"
|
||||
},
|
||||
"location-update: status 2xx": {
|
||||
"name": "location-update: status 2xx",
|
||||
"path": "::location-update: status 2xx",
|
||||
"id": "3b3e97233ec7490bf8a49191617620af",
|
||||
"passes": 27,
|
||||
"fails": 0
|
||||
},
|
||||
"location-update: latency ok": {
|
||||
"path": "::location-update: latency ok",
|
||||
"id": "338caca434505c84cb935c510c14fc4d",
|
||||
"passes": 0,
|
||||
"fails": 27,
|
||||
"name": "location-update: latency ok"
|
||||
}
|
||||
},
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": {}
|
||||
},
|
||||
"metrics": {
|
||||
"http_req_blocked": {
|
||||
"p(90)": 0.2565,
|
||||
"p(95)": 1.0179,
|
||||
"avg": 0.09997222222222223,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 1.0502
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<1000": false
|
||||
}
|
||||
},
|
||||
"vus": {
|
||||
"value": 1,
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"http_req_duration": {
|
||||
"max": 14587.4072,
|
||||
"p(90)": 2261.4649499999996,
|
||||
"p(95)": 12715.500025,
|
||||
"avg": 2045.5016500000004,
|
||||
"min": 0.6142,
|
||||
"med": 842.8166,
|
||||
"thresholds": {
|
||||
"p(95)<400": true
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"thresholds": {
|
||||
"p(95)<600": false
|
||||
}
|
||||
},
|
||||
"vus_max": {
|
||||
"value": 3,
|
||||
"min": 3,
|
||||
"max": 3
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"med": 12805.6342,
|
||||
"max": 14587.4072,
|
||||
"p(90)": 14231.052599999999,
|
||||
"p(95)": 14409.2299,
|
||||
"avg": 13359.4989,
|
||||
"min": 12685.4553,
|
||||
"thresholds": {
|
||||
"p(95)<800": true
|
||||
}
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<200": false
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"max": 14587.4072,
|
||||
"p(90)": 2278.40249,
|
||||
"p(95)": 12727.517915,
|
||||
"avg": 2165.124817647059,
|
||||
"min": 1.084,
|
||||
"med": 900.83705
|
||||
},
|
||||
"data_sent": {
|
||||
"rate": 223.17537290985382,
|
||||
"count": 16117
|
||||
},
|
||||
"checks": {
|
||||
"passes": 30,
|
||||
"fails": 27,
|
||||
"value": 0.5263157894736842
|
||||
},
|
||||
"iterations": {
|
||||
"count": 9,
|
||||
"rate": 0.12462482820553976
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"count": 34,
|
||||
"rate": 0.4708049065542613
|
||||
},
|
||||
"iteration_duration": {
|
||||
"max": 35116.8552,
|
||||
"p(90)": 33623.17088,
|
||||
"p(95)": 34370.01304,
|
||||
"avg": 23353.271066666664,
|
||||
"min": 17763.8951,
|
||||
"med": 18647.1798
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<400": false
|
||||
}
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"avg": 1089.4388111111111,
|
||||
"min": 577.2695,
|
||||
"med": 840.899,
|
||||
"max": 2219.1211,
|
||||
"p(90)": 1853.1528600000004,
|
||||
"p(95)": 2045.2018299999997,
|
||||
"thresholds": {
|
||||
"p(95)<300": true,
|
||||
"p(99)<600": true
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"avg": 2165.124817647059,
|
||||
"min": 1.084,
|
||||
"med": 900.83705,
|
||||
"max": 14587.4072,
|
||||
"p(90)": 2278.40249,
|
||||
"p(95)": 12727.517915,
|
||||
"thresholds": {
|
||||
"p(95)<500": true
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"rate": 0.49849931282215904,
|
||||
"count": 36
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"max": 14586.4633,
|
||||
"p(90)": 2260.19895,
|
||||
"p(95)": 12714.67235,
|
||||
"avg": 2044.6504888888894,
|
||||
"min": 0.5381,
|
||||
"med": 842.28935
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<500": false
|
||||
}
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0
|
||||
},
|
||||
"http_req_sending": {
|
||||
"avg": 0.10115833333333334,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 1.0506,
|
||||
"p(90)": 0.2604,
|
||||
"p(95)": 1.0332750000000002
|
||||
},
|
||||
"http_req_failed": {
|
||||
"passes": 2,
|
||||
"fails": 34,
|
||||
"thresholds": {
|
||||
"rate<0.01": true
|
||||
},
|
||||
"value": 0.05555555555555555
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"passes": 0,
|
||||
"fails": 34,
|
||||
"thresholds": {
|
||||
"rate<0.01": false
|
||||
},
|
||||
"value": 0
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0.5342,
|
||||
"p(90)": 0.2565,
|
||||
"p(95)": 0.513,
|
||||
"avg": 0.057588888888888884
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"med": 0.8263499999999999,
|
||||
"max": 2.9669,
|
||||
"p(90)": 1.4527999999999999,
|
||||
"p(95)": 1.64415,
|
||||
"avg": 0.7500027777777777,
|
||||
"min": 0
|
||||
},
|
||||
"data_received": {
|
||||
"count": 22656,
|
||||
"rate": 313.7222342027454
|
||||
}
|
||||
},
|
||||
"setup_data": {
|
||||
"startTime": 1779020169783
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,718 @@
|
||||
{"type":"Metric","data":{"name":"http_reqs","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"http_reqs"}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":1,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_duration","type":"trend","contains":"time","thresholds":["p(95)<400"],"submetrics":[{"name":"http_req_duration{expected_response:true}","suffix":"expected_response:true","tags":{"expected_response":"true"}}]},"metric":"http_req_duration"}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":1.084,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_blocked","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_blocked"}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":1.0502,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_connecting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_connecting"}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":0.5342,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_tls_handshaking","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_tls_handshaking"}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_sending","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_sending"}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_waiting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_waiting"}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":0.5381,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_receiving","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_receiving"}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":0.5459,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_failed","type":"rate","contains":"default","thresholds":["rate<0.01"],"submetrics":null},"metric":"http_req_failed"}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_error_rate","type":"rate","contains":"default","thresholds":["rate<0.01"],"submetrics":null},"metric":"walkguide_error_rate"}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":0,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_endpoint_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<500"],"submetrics":null},"metric":"walkguide_endpoint_latency_ms"}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":1.084,"tags":{"endpoint":"ping","group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_successful_requests","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"walkguide_successful_requests"}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":1,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_sent","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_sent"}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":86,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_received","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_received"}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:16:09.7832415+07:00","value":501,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"vus","type":"gauge","contains":"default","thresholds":[],"submetrics":null},"metric":"vus"}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:10.7792278+07:00","value":3,"tags":{}}}
|
||||
{"type":"Metric","data":{"name":"vus_max","type":"gauge","contains":"default","thresholds":[],"submetrics":null},"metric":"vus_max"}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:10.7792278+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:11.77962+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:11.77962+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:12.7792828+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:12.7792828+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:13.7794439+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:13.7794439+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:14.7796092+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:14.7796092+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:15.7791805+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:15.7791805+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:16.7790763+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:16.7790763+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:17.7797141+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:17.7797141+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:18.7790682+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:18.7790682+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:19.7796017+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:19.7796017+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:20.77952+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:20.77952+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:21.7791557+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:21.7791557+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":12685.4553,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":0.513,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":0.513,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":12684.616,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":0.8393,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":12685.4553,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_auth_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<800"],"submetrics":null},"metric":"walkguide_auth_latency_ms"}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":12685.4553,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:22.4697147+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:22.5898936+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:22.5898936+07:00","value":12805.6342,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:22.5898936+07:00","value":1.0179,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:22.5898936+07:00","value":0.513,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:22.5898936+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:22.5898936+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:22.5898936+07:00","value":12804.8414,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:22.5898936+07:00","value":0.7928,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:22.5898936+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:22.5912101+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:22.5912101+07:00","value":12805.6342,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:22.5912101+07:00","value":12805.6342,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:22.5912101+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:22.7796674+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:22.7796674+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:23.2760344+07:00","value":1,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:23.2760344+07:00","value":805.6337,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:23.2760344+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:23.2760344+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:23.2760344+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:23.2760344+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:23.2760344+07:00","value":805.1579,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:23.2760344+07:00","value":0.4758,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:23.2760344+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:23.2760344+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:23.2760344+07:00","value":805.6337,"tags":{"endpoint":"walkguide_start","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:23.2760344+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"checks","type":"rate","contains":"default","thresholds":[],"submetrics":null},"metric":"checks"}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:23.276667+07:00","value":1,"tags":{"check":"walkguide-start: 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:23.7794853+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:23.7794853+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:23.8015364+07:00","value":1,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:23.8015364+07:00","value":23.2014,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:23.8015364+07:00","value":0,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:23.8015364+07:00","value":0,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:23.8015364+07:00","value":0,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:23.8015364+07:00","value":0,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:23.8015364+07:00","value":23.2014,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:23.8015364+07:00","value":0,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:23.8015364+07:00","value":1,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:23.8021506+07:00","value":1,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:23.8021506+07:00","value":0.6142,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:23.8021506+07:00","value":0,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:23.8021506+07:00","value":0,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:23.8021506+07:00","value":0,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:23.8021506+07:00","value":0,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:23.8021506+07:00","value":0.6142,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:23.8021506+07:00","value":0,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:23.8021506+07:00","value":1,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":14587.4072,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":1.0179,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":0.513,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":14586.4633,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":0.9439,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":14587.4072,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":14587.4072,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:24.3716666+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:24.7793094+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:24.7793094+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":1,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":2303.8088,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":2303.2394,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":0.5694,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":2303.8088,"tags":{"endpoint":"walkguide_start","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:24.8956382+07:00","value":1,"tags":{"check":"walkguide-start: 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":1569.2265,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":1568.3968,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":0.8297,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":1569.2265,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_location_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<300","p(99)<600"],"submetrics":null},"metric":"walkguide_location_latency_ms"}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":1569.2265,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:25.3720693+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:25.3820393+07:00","value":1,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:25.3820393+07:00","value":1010.3727,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:25.3820393+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:25.3820393+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:25.3820393+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:25.3820393+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:25.3820393+07:00","value":1009.6377,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:25.3820393+07:00","value":0.735,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:25.3820393+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:25.3825625+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:25.3825625+07:00","value":1010.3727,"tags":{"endpoint":"walkguide_start","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:25.3825625+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:25.3825625+07:00","value":1,"tags":{"check":"walkguide-start: 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:25.7797671+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:25.7797671+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:25.9732569+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:25.9732569+07:00","value":577.2695,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:25.9732569+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:25.9732569+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:25.9732569+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:25.9732569+07:00","value":1.0314,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:25.9732569+07:00","value":576.2381,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:25.9732569+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:25.9732569+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:25.9732569+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:25.9739593+07:00","value":577.2695,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:25.9739593+07:00","value":577.2695,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:25.9739593+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:25.9739593+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:25.9739593+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:26.7797636+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:26.7797636+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:27.6765627+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:27.6765627+07:00","value":1793.1443,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:27.6765627+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:27.6765627+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:27.6765627+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:27.6765627+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:27.6765627+07:00","value":1792.1861,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:27.6765627+07:00","value":0.9582,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:27.6765627+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:27.6770886+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:27.6770886+07:00","value":1793.1443,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:27.6770886+07:00","value":1793.1443,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:27.6770886+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:27.6770886+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:27.6770886+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:27.7792054+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:27.7792054+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:28.7791639+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:28.7791639+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:29.7793124+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:29.7793124+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:30.7791085+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:30.7791085+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":762.7883,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":0.5208,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":761.266,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":1.0015,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":762.7883,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":762.7883,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:31.1362889+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":661.404,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":659.866,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":1.538,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":661.404,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":661.404,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:31.6364073+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:31.7792851+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:31.7792851+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:32.7791484+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:32.7791484+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:33.4025299+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:33.4025299+07:00","value":724.7309,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:33.4025299+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:33.4025299+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:33.4025299+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:33.4025299+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:33.4025299+07:00","value":723.7343,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:33.4025299+07:00","value":0.9966,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:33.4025299+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:33.4031571+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:33.4031571+07:00","value":724.7309,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:33.4031571+07:00","value":724.7309,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:33.4031571+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:33.4031571+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:33.4031571+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:33.779507+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:33.779507+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:34.7793048+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:34.7793048+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:35.7793863+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:35.7793863+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:36.7791587+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:36.7791587+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:36.8910682+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:36.8910682+07:00","value":753.5911,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:36.8910682+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:36.8910682+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:36.8910682+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:36.8910682+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:36.8910682+07:00","value":752.5553,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:36.8910682+07:00","value":1.0358,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:36.8910682+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:36.8917335+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:36.8917335+07:00","value":753.5911,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:36.8917335+07:00","value":753.5911,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:36.8917335+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:36.8917335+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:36.8917335+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:37.7795854+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:37.7795854+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":1394.2709,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":1393.2699,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":1.001,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":1394.2709,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":1394.2709,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:38.0320788+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:38.779557+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:38.779557+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:39.7795202+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:39.7795202+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":1495.4887,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":1.0389,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":1493.5388,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":0.911,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":1495.4887,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":1495.4887,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:39.8996215+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:40.7793056+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:40.7793056+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:41.7796397+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:41.7796397+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:16:41.8924206+07:00","value":2519,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:16:41.8924206+07:00","value":4023,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"iteration_duration","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"iteration_duration"}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:16:41.8924206+07:00","value":32109.1791,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"iterations","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"iterations"}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:16:41.8924206+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":671.849,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":1.0506,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":669.3087,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":1.4897,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":671.849,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":671.849,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:42.5642696+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:42.7794719+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:42.7794719+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:16:43.0329913+07:00","value":2223,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:16:43.0329913+07:00","value":3333,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:16:43.0329913+07:00","value":33249.7498,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:16:43.0329913+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":639.4941,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":639.0674,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":0.4267,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":639.4941,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":639.4941,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:43.6724854+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:43.7791775+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:43.7791775+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:44.7791795+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:44.7791795+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:16:44.9000967+07:00","value":2231,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:16:44.9000967+07:00","value":3341,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:16:44.9000967+07:00","value":35116.8552,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:16:44.9000967+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":658.0607,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":657.2377,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":0.823,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":658.0607,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":658.0607,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:45.5581574+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:45.7792942+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:45.7792942+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:46.779322+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:46.779322+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:47.779636+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:47.779636+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":810.7611,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":809.8643,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":0.8968,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":810.7611,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":810.7611,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:48.3770271+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:48.7794638+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:48.7794638+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:49.7792897+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:49.7792897+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":1360.6969,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":1359.281,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":1.4159,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":1360.6969,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":1360.6969,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:50.0337652+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:50.7795532+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:50.7795532+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":844.7342,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":843.6797,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":1.0545,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":844.7342,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":844.7342,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:51.4040788+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:51.7795005+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:51.7795005+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:52.7792591+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:52.7792591+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:53.7796106+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:53.7796106+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:54.77959+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:54.77959+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:55.3212472+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:55.3212472+07:00","value":1943.1657,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:55.3212472+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:55.3212472+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:55.3212472+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:55.3212472+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:55.3212472+07:00","value":1943.1657,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:55.3212472+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:55.3212472+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:55.3212472+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:55.3218371+07:00","value":1943.1657,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:55.3218371+07:00","value":1943.1657,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:55.3218371+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:55.3218371+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:55.3218371+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:55.7797332+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:55.7797332+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:55.8009085+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:55.8009085+07:00","value":765.5429,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:55.8009085+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:55.8009085+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:55.8009085+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:55.8009085+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:55.8009085+07:00","value":765.5429,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:55.8009085+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:55.8009085+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:55.8009085+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:55.8016224+07:00","value":765.5429,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:55.8016224+07:00","value":765.5429,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:55.8016224+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:55.8016224+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:55.8016224+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:56.7795588+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:56.7795588+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:57.7794828+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:57.7794828+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":2219.1211,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":2217.1585,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":1.9626,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":2219.1211,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":2219.1211,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:16:58.6235692+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:58.6240813+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:16:58.6240813+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:58.7791375+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:58.7791375+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:16:59.7792444+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:16:59.7792444+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:17:00.3223431+07:00","value":1528,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:17:00.3223431+07:00","value":1931,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:17:00.3223431+07:00","value":18429.9225,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:17:00.3223431+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:00.7792316+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:00.7792316+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:17:00.8018499+07:00","value":1510,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:17:00.8018499+07:00","value":1910,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:17:00.8018499+07:00","value":17768.8586,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:17:00.8018499+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:17:01.4374283+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:17:01.4374283+07:00","value":1114.5719,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:17:01.4374283+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:17:01.4374283+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:17:01.4374283+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:17:01.4374283+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:17:01.4374283+07:00","value":1113.6361,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:17:01.4374283+07:00","value":0.9358,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:17:01.4374283+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:17:01.4380066+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:01.4380066+07:00","value":1114.5719,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:01.4380066+07:00","value":1114.5719,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:17:01.4380066+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:01.4380066+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:01.4380066+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":713.9214,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":713.9214,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":713.9214,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":713.9214,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:01.5157713+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:01.7795775+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:01.7795775+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:02.7792311+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:02.7792311+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:17:03.6241525+07:00","value":1487,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:17:03.6241525+07:00","value":1886,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:17:03.6241525+07:00","value":18724.0558,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:17:03.6241525+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:03.7799822+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:03.7799822+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:17:04.295037+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:17:04.295037+07:00","value":670.8845,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:17:04.295037+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:17:04.295037+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:17:04.295037+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:17:04.295037+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:17:04.295037+07:00","value":670.8845,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:17:04.295037+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:17:04.295037+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:17:04.2957702+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:04.2957702+07:00","value":670.8845,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:04.2957702+07:00","value":670.8845,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:17:04.2957702+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:04.2957702+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:04.2957702+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:04.7791475+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:04.7791475+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:05.7791195+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:05.7791195+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:06.7795952+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:06.7795952+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:17:07.1274953+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:17:07.1274953+07:00","value":689.1113,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:17:07.1274953+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:17:07.1274953+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:17:07.1274953+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:17:07.1274953+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:17:07.1274953+07:00","value":689.1113,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:17:07.1274953+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:17:07.1274953+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:17:07.1280851+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:07.1280851+07:00","value":689.1113,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:07.1280851+07:00","value":689.1113,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:17:07.1280851+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:07.1280851+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:07.1280851+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:17:07.3570107+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:17:07.3570107+07:00","value":840.899,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:17:07.3570107+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:17:07.3570107+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:17:07.3570107+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:17:07.3570107+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:17:07.3570107+07:00","value":840.899,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:17:07.3570107+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:17:07.3570107+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:17:07.3580108+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:07.3580108+07:00","value":840.899,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:07.3580108+07:00","value":840.899,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:17:07.3580108+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:07.3580108+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:07.3580108+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:07.7792397+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:07.7792397+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:08.7792858+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:08.7792858+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:09.7813047+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:09.7813047+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":1128.8906,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":1125.9237,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":2.9669,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":1128.8906,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":1128.8906,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:10.4265582+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:10.7859945+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:10.7859945+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:11.7791243+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:11.7791243+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:12.7791726+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:12.7791726+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":956.9399,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":956.2144,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":0.7255,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":956.9399,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":956.9399,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:13.0855956+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:13.7793458+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:13.7793458+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":2088.9316,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":2088.9316,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":2088.9316,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":2088.9316,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:14.4486055+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:14.7791086+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:14.7791086+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:15.7794459+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:15.7794459+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:16.7793833+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:16.7793833+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":1565.3578,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":1564.229,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":1.1288,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":1565.3578,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":1565.3578,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:17:16.9933562+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:17.7798361+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:17.7798361+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:17:18.0862382+07:00","value":1513,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:17:18.0862382+07:00","value":1912,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:17:18.0862382+07:00","value":17763.8951,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:17:18.0862382+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:18.7791745+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:18.7791745+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:17:19.4490297+07:00","value":1527,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:17:19.4490297+07:00","value":1927,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:17:19.4490297+07:00","value":18647.1798,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:17:19.4490297+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:19.7798274+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:19.7798274+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:20.77996+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:20.77996+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:21.7791002+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:21.7791002+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:17:21.9938962+07:00","value":1493,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:17:21.9938962+07:00","value":1892,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:17:21.9938962+07:00","value":18369.7437,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:17:21.9938962+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:17:21.996314+07:00","value":0,"tags":{"group":"::teardown"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:17:21.996314+07:00","value":0,"tags":{"group":"::teardown"}}}
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,278 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>WalkGuide — k6 Load Test Report</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
body { font-family: 'Segoe UI', system-ui, sans-serif; background: #0f172a; color: #e2e8f0; padding: 24px; }
|
||||
h1 { font-size: 2rem; color: #38bdf8; margin-bottom: 4px; }
|
||||
h2 { font-size: 1.2rem; color: #7dd3fc; margin: 32px 0 12px; border-bottom: 1px solid #1e3a5f; padding-bottom: 6px; }
|
||||
p { color: #94a3b8; margin-bottom: 8px; }
|
||||
.header { margin-bottom: 32px; }
|
||||
.header .meta { color: #64748b; font-size: 0.85rem; margin-top: 4px; }
|
||||
|
||||
/* Key Metrics Grid */
|
||||
.key-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-bottom: 24px; }
|
||||
.key-card { background: #1e293b; border-radius: 10px; padding: 18px; border: 1px solid #334155; }
|
||||
.key-card .klabel { font-size: 0.75rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; }
|
||||
.key-card .kvalue { font-size: 1.5rem; font-weight: 700; color: #f0f9ff; margin: 6px 0 2px; }
|
||||
.key-card .kdesc { font-size: 0.72rem; color: #475569; }
|
||||
|
||||
/* WalkGuide Metric Cards */
|
||||
.wg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
|
||||
.metric-card { background: #1e293b; border-radius: 8px; padding: 14px; border: 1px solid #1e3a5f; text-align: center; }
|
||||
.metric-label { font-size: 0.85rem; color: #94a3b8; margin-bottom: 6px; }
|
||||
.metric-p95 { font-size: 1.6rem; font-weight: 700; color: #38bdf8; }
|
||||
.metric-sub { font-size: 0.7rem; color: #475569; margin-top: 2px; }
|
||||
.metric-avg { font-size: 0.72rem; color: #64748b; margin-top: 4px; }
|
||||
|
||||
/* Tables */
|
||||
table { width: 100%; border-collapse: collapse; margin-bottom: 24px; font-size: 0.88rem; }
|
||||
th { background: #1e3a5f; color: #7dd3fc; text-align: left; padding: 10px 12px; }
|
||||
td { padding: 9px 12px; border-bottom: 1px solid #1e293b; color: #cbd5e1; }
|
||||
tr:nth-child(even) td { background: #0f1f35; }
|
||||
code { background: #1e293b; padding: 2px 6px; border-radius: 4px; font-size: 0.82rem; color: #38bdf8; }
|
||||
|
||||
/* Badges */
|
||||
.badge { padding: 3px 10px; border-radius: 12px; font-size: 0.78rem; font-weight: 600; }
|
||||
.badge.pass { background: #064e3b; color: #34d399; }
|
||||
.badge.fail { background: #450a0a; color: #f87171; }
|
||||
.badge.skip { background: #1e293b; color: #94a3b8; }
|
||||
|
||||
footer { margin-top: 40px; text-align: center; color: #334155; font-size: 0.78rem; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>🦺 WalkGuide — k6 Load Test Report</h1>
|
||||
<p>Spring Boot Backend Performance Benchmark — Pillar 3</p>
|
||||
<div class="meta">
|
||||
Generated: 2026-05-17T12:19:10.820Z |
|
||||
Input: location-smoke-20260517_191753.ndjson |
|
||||
Total Data Points: 722
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>📊 Key Metrics (Pillar 3 — 5 Required)</h2>
|
||||
<div class="key-grid">
|
||||
<div class="key-card">
|
||||
<div class="klabel">1. Throughput</div>
|
||||
<div class="kvalue">0.5 req/s</div>
|
||||
<div class="kdesc">Requests per second</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">2. p95 Latency</div>
|
||||
<div class="kvalue">13803.24 ms</div>
|
||||
<div class="kdesc">95th percentile response time</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">3. Error Rate</div>
|
||||
<div class="kvalue">6.00%</div>
|
||||
<div class="kdesc">Non-2xx responses | FAIL</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">4. DB Query Time</div>
|
||||
<div class="kvalue">2264.99 ms</div>
|
||||
<div class="kdesc">Estimated via write endpoint p95</div>
|
||||
</div>
|
||||
<div class="key-card">
|
||||
<div class="klabel">5. JVM Heap</div>
|
||||
<div class="kvalue">N/A</div>
|
||||
<div class="kdesc">Spring Actuator jvm.memory.used</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>🏃 WalkGuide Endpoint Latency Breakdown</h2>
|
||||
<div class="wg-grid">
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔐 Auth</div>
|
||||
<div class="metric-p95">16623.92 ms</div>
|
||||
<div class="metric-sub">p95 | threshold < 800ms</div>
|
||||
<div class="metric-avg">avg: 14430.23 ms | p99: 16623.92 ms</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📍 Location</div>
|
||||
<div class="metric-p95">2264.99 ms</div>
|
||||
<div class="metric-sub">p95 | threshold < 300ms</div>
|
||||
<div class="metric-avg">avg: 1202.38 ms | p99: 3450.82 ms</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚧 Obstacle</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 400ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🚨 SOS</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 200ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📬 Notif</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 500ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">📊 Timeline</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 1000ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
|
||||
<div class="metric-card">
|
||||
<div class="metric-label">🔗 Pairing</div>
|
||||
<div class="metric-p95">N/A</div>
|
||||
<div class="metric-sub">p95 | threshold < 600ms</div>
|
||||
<div class="metric-avg">avg: N/A | p99: N/A</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>✅ Threshold Evaluation</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Check</th><th>Metric</th><th>Threshold</th><th>Actual</th><th>Result</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>p95 overall < 500ms</td>
|
||||
<td><code>http_req_duration</code></td>
|
||||
<td>500 ms</td>
|
||||
<td>13803.24 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>error rate < 1%</td>
|
||||
<td><code>http_req_failed</code></td>
|
||||
<td>0.01 rate</td>
|
||||
<td>0.06 rate</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>SOS p95 < 200ms</td>
|
||||
<td><code>walkguide_sos_latency_ms</code></td>
|
||||
<td>200</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Location p95 < 300ms</td>
|
||||
<td><code>walkguide_location_latency_ms</code></td>
|
||||
<td>300 ms</td>
|
||||
<td>2264.99 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Obstacle p95 < 400ms</td>
|
||||
<td><code>walkguide_obstacle_latency_ms</code></td>
|
||||
<td>400</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Auth p95 < 800ms</td>
|
||||
<td><code>walkguide_auth_latency_ms</code></td>
|
||||
<td>800 ms</td>
|
||||
<td>16623.92 ms</td>
|
||||
<td><span class="badge fail">❌ FAIL</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Timeline p95 < 1000ms</td>
|
||||
<td><code>walkguide_timeline_latency_ms</code></td>
|
||||
<td>1000</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Notification p95 < 500ms</td>
|
||||
<td><code>walkguide_notif_latency_ms</code></td>
|
||||
<td>500</td>
|
||||
<td>N/A</td>
|
||||
<td><span class="badge skip">SKIP</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>📋 Per-Endpoint Latency (ms)</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Endpoint</th><th>Requests</th><th>Avg</th><th>p95</th><th>p99</th><th>Max</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>ping</code></td>
|
||||
<td>1</td>
|
||||
<td>3.19</td>
|
||||
<td>3.19</td>
|
||||
<td>3.19</td>
|
||||
<td>3.19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>register</code></td>
|
||||
<td>3</td>
|
||||
<td>14430.23</td>
|
||||
<td>16623.92</td>
|
||||
<td>16623.92</td>
|
||||
<td>16623.92</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>walkguide_start</code></td>
|
||||
<td>3</td>
|
||||
<td>1354.72</td>
|
||||
<td>1657.43</td>
|
||||
<td>1657.43</td>
|
||||
<td>1657.43</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>location_update</code></td>
|
||||
<td>27</td>
|
||||
<td>1202.38</td>
|
||||
<td>2264.99</td>
|
||||
<td>3450.82</td>
|
||||
<td>3450.82</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>actuator_jvm</code></td>
|
||||
<td>1</td>
|
||||
<td>2.72</td>
|
||||
<td>2.72</td>
|
||||
<td>2.72</td>
|
||||
<td>2.72</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>actuator_db</code></td>
|
||||
<td>1</td>
|
||||
<td>0.53</td>
|
||||
<td>0.53</td>
|
||||
<td>0.53</td>
|
||||
<td>0.53</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<footer>
|
||||
WalkGuide AI — Integrated Mobile Application Project Final Exam |
|
||||
Generated by html-reporter.js
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,251 @@
|
||||
{
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": {},
|
||||
"checks": {
|
||||
"walkguide-start: 2xx": {
|
||||
"fails": 0,
|
||||
"name": "walkguide-start: 2xx",
|
||||
"path": "::walkguide-start: 2xx",
|
||||
"id": "7fd66e0620bfbd61beb84b15cc0b5112",
|
||||
"passes": 3
|
||||
},
|
||||
"location-update: status 2xx": {
|
||||
"name": "location-update: status 2xx",
|
||||
"path": "::location-update: status 2xx",
|
||||
"id": "3b3e97233ec7490bf8a49191617620af",
|
||||
"passes": 27,
|
||||
"fails": 0
|
||||
},
|
||||
"location-update: latency ok": {
|
||||
"fails": 27,
|
||||
"name": "location-update: latency ok",
|
||||
"path": "::location-update: latency ok",
|
||||
"id": "338caca434505c84cb935c510c14fc4d",
|
||||
"passes": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"metrics": {
|
||||
"vus_max": {
|
||||
"value": 3,
|
||||
"min": 3,
|
||||
"max": 3
|
||||
},
|
||||
"checks": {
|
||||
"fails": 27,
|
||||
"passes": 30,
|
||||
"value": 0.5263157894736842
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<200": false
|
||||
}
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 1.0791,
|
||||
"p(90)": 0.57155,
|
||||
"p(95)": 0.6051500000000001,
|
||||
"avg": 0.11098333333333334
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"count": 34,
|
||||
"rate": 0.4563486846480665
|
||||
},
|
||||
"http_req_duration": {
|
||||
"min": 0.5328,
|
||||
"med": 1141.2406,
|
||||
"max": 16623.9183,
|
||||
"p(90)": 2857.9031999999997,
|
||||
"p(95)": 13098.45305,
|
||||
"avg": 2217.372927777778,
|
||||
"thresholds": {
|
||||
"p(95)<400": true
|
||||
}
|
||||
},
|
||||
"data_sent": {
|
||||
"count": 16163,
|
||||
"rate": 216.94011146960878
|
||||
},
|
||||
"iteration_duration": {
|
||||
"avg": 24040.684533333333,
|
||||
"min": 17338.2318,
|
||||
"med": 19596.9126,
|
||||
"max": 37018.8756,
|
||||
"p(90)": 34989.15792,
|
||||
"p(95)": 36004.01676
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"thresholds": {
|
||||
"p(95)<500": false
|
||||
}
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"med": 1113.9359,
|
||||
"max": 3450.8176,
|
||||
"p(90)": 1775.4109600000008,
|
||||
"p(95)": 2186.76842,
|
||||
"avg": 1202.375933333333,
|
||||
"min": 610.2568,
|
||||
"thresholds": {
|
||||
"p(99)<600": true,
|
||||
"p(95)<300": true
|
||||
}
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"thresholds": {
|
||||
"p(95)<1000": false
|
||||
}
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"p(90)": 2857.4299,
|
||||
"p(95)": 13097.439175000001,
|
||||
"avg": 2216.713663888889,
|
||||
"min": 0.5328,
|
||||
"med": 1140.7626500000001,
|
||||
"max": 16622.0898
|
||||
},
|
||||
"vus": {
|
||||
"value": 1,
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"iterations": {
|
||||
"count": 9,
|
||||
"rate": 0.12079818123037053
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"max": 16623.9183,
|
||||
"p(90)": 16059.782860000001,
|
||||
"p(95)": 16341.85058,
|
||||
"avg": 14430.227699999998,
|
||||
"min": 12863.5237,
|
||||
"med": 13803.2411,
|
||||
"thresholds": {
|
||||
"p(95)<800": true
|
||||
}
|
||||
},
|
||||
"http_req_failed": {
|
||||
"passes": 2,
|
||||
"fails": 34,
|
||||
"thresholds": {
|
||||
"rate<0.01": true
|
||||
},
|
||||
"value": 0.05555555555555555
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"avg": 2347.7109088235293,
|
||||
"min": 3.1872,
|
||||
"med": 1199.9598,
|
||||
"max": 16623.9183,
|
||||
"p(90)": 3095.068959999999,
|
||||
"p(95)": 13192.424789999997
|
||||
},
|
||||
"http_req_sending": {
|
||||
"avg": 0.039099999999999996,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0.5295,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0.393825
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"thresholds": {
|
||||
"p(95)<600": false
|
||||
}
|
||||
},
|
||||
"data_received": {
|
||||
"count": 22716,
|
||||
"rate": 304.89460942545526
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"thresholds": {
|
||||
"p(95)<400": false
|
||||
}
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"passes": 0,
|
||||
"fails": 34,
|
||||
"thresholds": {
|
||||
"rate<0.01": false
|
||||
},
|
||||
"value": 0
|
||||
},
|
||||
"http_reqs": {
|
||||
"count": 36,
|
||||
"rate": 0.48319272492148213
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"avg": 0.06186666666666666,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0.5985,
|
||||
"p(90)": 0.26475,
|
||||
"p(95)": 0.5496
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"med": 1199.9598,
|
||||
"max": 16623.9183,
|
||||
"p(90)": 3095.068959999999,
|
||||
"p(95)": 13192.424789999997,
|
||||
"avg": 2347.7109088235293,
|
||||
"min": 3.1872,
|
||||
"thresholds": {
|
||||
"p(95)<500": true
|
||||
}
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"max": 1.9893,
|
||||
"p(90)": 1.2370999999999999,
|
||||
"p(95)": 1.551475,
|
||||
"avg": 0.620163888888889,
|
||||
"min": 0,
|
||||
"med": 0.66035
|
||||
}
|
||||
},
|
||||
"setup_data": {
|
||||
"startTime": 1779020274705
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,722 @@
|
||||
{"type":"Metric","data":{"name":"http_reqs","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"http_reqs"}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:17:54.7033221+07:00","value":1,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_duration","type":"trend","contains":"time","thresholds":["p(95)<400"],"submetrics":[{"name":"http_req_duration{expected_response:true}","suffix":"expected_response:true","tags":{"expected_response":"true"}}]},"metric":"http_req_duration"}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:17:54.7033221+07:00","value":3.1872,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_blocked","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_blocked"}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:17:54.7033221+07:00","value":0.5985,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_connecting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_connecting"}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:17:54.7033221+07:00","value":0.5985,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_tls_handshaking","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_tls_handshaking"}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:17:54.7033221+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_sending","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_sending"}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:17:54.7033221+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_waiting","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_waiting"}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:17:54.7033221+07:00","value":3.1872,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_receiving","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"http_req_receiving"}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:17:54.7033221+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"http_req_failed","type":"rate","contains":"default","thresholds":["rate<0.01"],"submetrics":null},"metric":"http_req_failed"}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:17:54.7033221+07:00","value":0,"tags":{"endpoint":"ping","expected_response":"true","group":"::setup","method":"GET","name":"http://localhost:8080/api/v1/auth/ping","proto":"HTTP/1.1","status":"200","url":"http://localhost:8080/api/v1/auth/ping"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_error_rate","type":"rate","contains":"default","thresholds":["rate<0.01"],"submetrics":null},"metric":"walkguide_error_rate"}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:17:54.7045776+07:00","value":0,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_endpoint_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<500"],"submetrics":null},"metric":"walkguide_endpoint_latency_ms"}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:17:54.7045776+07:00","value":3.1872,"tags":{"endpoint":"ping","group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_successful_requests","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"walkguide_successful_requests"}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:17:54.7045776+07:00","value":1,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_sent","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_sent"}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:17:54.7051681+07:00","value":86,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"data_received","type":"counter","contains":"data","thresholds":[],"submetrics":null},"metric":"data_received"}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:17:54.7051681+07:00","value":501,"tags":{"group":"::setup"}}}
|
||||
{"type":"Metric","data":{"name":"vus","type":"gauge","contains":"default","thresholds":[],"submetrics":null},"metric":"vus"}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:55.6983966+07:00","value":3,"tags":{}}}
|
||||
{"type":"Metric","data":{"name":"vus_max","type":"gauge","contains":"default","thresholds":[],"submetrics":null},"metric":"vus_max"}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:55.6983966+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:56.6985221+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:56.6985221+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:57.6981514+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:57.6981514+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:58.6979534+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:58.6979534+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:17:59.6982521+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:17:59.6982521+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:00.6982353+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:00.6982353+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:01.6983443+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:01.6983443+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:02.6982256+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:02.6982256+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:03.6981365+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:03.6981365+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:04.6978417+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:04.6978417+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:05.6979521+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:05.6979521+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:06.697948+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:06.697948+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":12863.5237,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":1.0791,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":0.5295,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":12862.7401,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":0.7836,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":12863.5237,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_auth_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<800"],"submetrics":null},"metric":"walkguide_auth_latency_ms"}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":12863.5237,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:07.5703188+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:07.6979689+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:07.6979689+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:08.5095067+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:08.5095067+07:00","value":13803.2411,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:08.5095067+07:00","value":0.5496,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:08.5095067+07:00","value":0.5496,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:08.5095067+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:08.5095067+07:00","value":0.5295,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:08.5095067+07:00","value":13801.5364,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:08.5095067+07:00","value":1.1752,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:08.5095067+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:08.5095067+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:08.5095067+07:00","value":13803.2411,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:08.5095067+07:00","value":13803.2411,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:08.5101092+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:08.6979418+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:08.6979418+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:08.984826+07:00","value":1,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:08.984826+07:00","value":1414.5072,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:08.984826+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:08.984826+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:08.984826+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:08.984826+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:08.984826+07:00","value":1413.9381,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:08.984826+07:00","value":0.5691,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:08.984826+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:08.9853388+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:08.9853388+07:00","value":1414.5072,"tags":{"endpoint":"walkguide_start","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:08.9853388+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"checks","type":"rate","contains":"default","thresholds":[],"submetrics":null},"metric":"checks"}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:08.9853388+07:00","value":1,"tags":{"check":"walkguide-start: 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":1,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":992.2181,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":991.6186,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":0.5995,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":992.2181,"tags":{"endpoint":"walkguide_start","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:09.5028998+07:00","value":1,"tags":{"check":"walkguide-start: 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:09.6978118+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:09.6978118+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:10.6977816+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:10.6977816+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":1308.5804,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":1307.5819,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":0.9985,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":1308.5804,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"walkguide_location_latency_ms","type":"trend","contains":"time","thresholds":["p(95)<300","p(99)<600"],"submetrics":null},"metric":"walkguide_location_latency_ms"}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":1308.5804,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:11.3119296+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":1,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":16623.9183,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":0.5496,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":0.5496,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":0.5295,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":16622.0898,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":1.299,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":0,"tags":{"endpoint":"register","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/auth/register","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/auth/register"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":16623.9183,"tags":{"endpoint":"register","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_auth_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":16623.9183,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:11.3301839+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":2004.2542,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":2003.2714,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":0.9828,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":2004.2542,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":2004.2542,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:11.4899014+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:11.6980187+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:11.6980187+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:12.6978007+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:12.6978007+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":1,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":1657.4251,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":1656.8584,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":0.5667,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":0,"tags":{"endpoint":"walkguide_start","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/walkguide/start","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/walkguide/start"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":1657.4251,"tags":{"endpoint":"walkguide_start","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:12.9884554+07:00","value":1,"tags":{"check":"walkguide-start: 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:13.4926573+07:00","value":1,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:13.4926573+07:00","value":2.7217,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:13.4926573+07:00","value":0,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:13.4926573+07:00","value":0,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:13.4926573+07:00","value":0,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:13.4926573+07:00","value":0,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:13.4926573+07:00","value":2.7217,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:13.4926573+07:00","value":0,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:13.4926573+07:00","value":1,"tags":{"endpoint":"actuator_jvm","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/jvm.memory.used","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/jvm.memory.used"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:13.4936802+07:00","value":1,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:13.4936802+07:00","value":0.5328,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:13.4936802+07:00","value":0,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:13.4936802+07:00","value":0,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:13.4936802+07:00","value":0,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:13.4936802+07:00","value":0,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:13.4936802+07:00","value":0.5328,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:13.4936802+07:00","value":0,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:13.4936802+07:00","value":1,"tags":{"endpoint":"actuator_db","error_code":"1403","expected_response":"false","group":"","method":"GET","name":"http://localhost:8080/actuator/metrics/hikaricp.connections.active","proto":"HTTP/1.1","scenario":"default","status":"403","url":"http://localhost:8080/actuator/metrics/hikaricp.connections.active"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:13.6982573+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:13.6982573+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:14.6982298+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:14.6982298+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:14.8950786+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:14.8950786+07:00","value":1401.3984,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:14.8950786+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:14.8950786+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:14.8950786+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:14.8950786+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:14.8950786+07:00","value":1401.3984,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:14.8950786+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:14.8950786+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:14.8950786+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:14.8960901+07:00","value":1401.3984,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:14.8960901+07:00","value":1401.3984,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:14.8960901+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:14.8960901+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:14.8960901+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:15.6980682+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:15.6980682+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:16.6982971+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:16.6982971+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:17.5626595+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:17.5626595+07:00","value":1247.9313,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:17.5626595+07:00","value":0.5935,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:17.5626595+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:17.5626595+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:17.5626595+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:17.5626595+07:00","value":1247.5117,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:17.5626595+07:00","value":0.4196,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:17.5626595+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:17.563324+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:17.563324+07:00","value":1247.9313,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:17.563324+07:00","value":1247.9313,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:17.563324+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:17.563324+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:17.563324+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:17.6980813+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:17.6980813+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":1231.3743,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":1231.3743,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":1231.3743,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":1231.3743,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:17.7215988+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:17.7225579+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:17.7225579+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:18.6978298+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:18.6978298+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:19.6983392+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:19.6983392+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":711.226,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":709.6464,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":1.5796,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":711.226,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":711.226,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:20.6076976+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:20.6988472+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:20.6988472+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:21.6980627+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:21.6980627+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:22.6983967+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:22.6983967+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:23.6981795+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:23.6981795+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":1295.1313,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":1294.2089,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":0.9224,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":1295.1313,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":1295.1313,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:24.0191456+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:24.1849686+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:24.1849686+07:00","value":1620.9068,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:24.1849686+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:24.1849686+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:24.1849686+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:24.1849686+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:24.1849686+07:00","value":1619.9166,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:24.1849686+07:00","value":0.9902,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:24.1849686+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:24.1849686+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:24.1855602+07:00","value":1620.9068,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:24.1855602+07:00","value":1620.9068,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:24.1855602+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:24.1855602+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:24.1855602+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:24.6977809+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:24.6977809+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:25.6981662+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:25.6981662+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:26.6980382+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:26.6980382+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":1113.9359,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":1112.98,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":0.9559,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":1113.9359,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":1113.9359,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:26.7225608+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:27.6979476+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:27.6979476+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:28.6980789+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:28.6980789+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:18:29.0199791+07:00","value":2236,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:18:29.0199791+07:00","value":3346,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"iteration_duration","type":"trend","contains":"time","thresholds":[],"submetrics":null},"metric":"iteration_duration"}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:18:29.0199791+07:00","value":34314.811,"tags":{"group":"","scenario":"default"}}}
|
||||
{"type":"Metric","data":{"name":"iterations","type":"counter","contains":"default","thresholds":[],"submetrics":null},"metric":"iterations"}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:18:29.0199791+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:18:29.1868966+07:00","value":2244,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:18:29.1868966+07:00","value":3351,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:18:29.1868966+07:00","value":34481.7285,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:18:29.1868966+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:29.6987751+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:29.6987751+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":732.2969,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":0.6251,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":731.5089,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":0.788,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":732.2969,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":732.2969,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:29.9198186+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":1255.0229,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":1253.0336,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":1.9893,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":1255.0229,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":1255.0229,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:30.275002+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:30.6980708+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:30.6980708+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:31.6982932+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:31.6982932+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:18:31.7240437+07:00","value":2509,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:18:31.7240437+07:00","value":4015,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:18:31.7240437+07:00","value":37018.8756,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:18:31.7240437+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:32.4107105+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:32.4107105+07:00","value":686.1459,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:32.4107105+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:32.4107105+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:32.4107105+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:32.4107105+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:32.4107105+07:00","value":685.8227,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:32.4107105+07:00","value":0.3232,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:32.4107105+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:32.4107105+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:32.4112035+07:00","value":686.1459,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:32.4112035+07:00","value":686.1459,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:32.4112035+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:32.4112035+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:32.4112035+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:32.6983182+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:32.6983182+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:33.6986075+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:33.6986075+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:34.6976983+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:34.6976983+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:35.6981937+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:35.6981937+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":796.7244,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":795.1823,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":1.5421,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":796.7244,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":796.7244,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:36.0722532+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:36.5152341+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:36.5152341+07:00","value":1594.6401,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:36.5152341+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:36.5152341+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:36.5152341+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:36.5152341+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:36.5152341+07:00","value":1594.6401,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:36.5152341+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:36.5152341+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:36.5159398+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:36.5159398+07:00","value":1594.6401,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:36.5159398+07:00","value":1594.6401,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:36.5159398+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:36.5159398+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:36.5159398+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:36.6985355+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:36.6985355+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:37.6980685+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:37.6980685+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":651.8092,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":651.8092,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":651.8092,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":651.8092,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:38.0634634+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:38.6979865+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:38.6979865+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:39.6983235+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:39.6983235+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:40.6980789+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:40.6980789+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:41.6984477+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:41.6984477+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:42.0411858+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:42.0411858+07:00","value":967.7405,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:42.0411858+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:42.0411858+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:42.0411858+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:42.0411858+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:42.0411858+07:00","value":966.7306,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:42.0411858+07:00","value":1.0099,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:42.0411858+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:42.0417839+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:42.0417839+07:00","value":967.7405,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:42.0417839+07:00","value":967.7405,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:42.0417839+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:42.0417839+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:42.0417839+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:42.6980415+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:42.6980415+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:43.6981314+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:43.6981314+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":2264.9888,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":2264.0422,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":0.9466,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":2264.9888,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":2264.9888,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:43.7824144+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":997.3791,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":996.6673,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":0.7118,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":997.3791,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":997.3791,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:44.0617644+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:44.697897+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:44.697897+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:45.6977548+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:45.6977548+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:46.6981641+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:46.6981641+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:18:47.0424508+07:00","value":1524,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:18:47.0424508+07:00","value":1927,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:18:47.0424508+07:00","value":18022.4717,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:18:47.0424508+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:47.6984814+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:47.6984814+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:48.2113545+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:48.2113545+07:00","value":1168.5453,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:48.2113545+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:48.2113545+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:48.2113545+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:48.2113545+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:48.2113545+07:00","value":1168.5453,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:48.2113545+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:48.2113545+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:48.2120701+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:48.2120701+07:00","value":1168.5453,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:48.2120701+07:00","value":1168.5453,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:48.2120701+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:48.2120701+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:48.2120701+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:48.6980298+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:48.6980298+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:18:48.7838092+07:00","value":1534,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:18:48.7838092+07:00","value":1938,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:18:48.7838092+07:00","value":19596.9126,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:18:48.7838092+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:18:49.0622755+07:00","value":1498,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:18:49.0622755+07:00","value":1899,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:18:49.0622755+07:00","value":17338.2318,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:18:49.0622755+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:49.4296574+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:49.4296574+07:00","value":645.8482,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:49.4296574+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:49.4296574+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:49.4296574+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:49.4296574+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:49.4296574+07:00","value":644.9597,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:49.4296574+07:00","value":0.8885,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:49.4296574+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:49.4302703+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:49.4302703+07:00","value":645.8482,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:49.4302703+07:00","value":645.8482,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:49.4302703+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:49.4302703+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:49.4302703+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:49.6982324+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:49.6982324+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:50.6978664+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:50.6978664+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:51.698038+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:51.698038+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":3450.8176,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":3450.8176,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":3450.8176,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":3450.8176,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:52.5130931+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:52.6981145+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:52.6981145+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:53.6981196+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:53.6981196+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:53.9725082+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:53.9725082+07:00","value":759.9449,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:53.9725082+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:53.9725082+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:53.9725082+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:53.9725082+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:53.9725082+07:00","value":758.9812,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:53.9725082+07:00","value":0.9637,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:53.9725082+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:53.97314+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:53.97314+07:00","value":759.9449,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:53.97314+07:00","value":759.9449,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:53.97314+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:53.97314+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:53.97314+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:54.698383+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:54.698383+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":610.2568,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":610.2568,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":610.2568,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":610.2568,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:55.0408298+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:55.6983573+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:55.6983573+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:56.6986824+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:56.6986824+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:57.6985193+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:57.6985193+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:58.1842556+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:58.1842556+07:00","value":670.6557,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:58.1842556+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:58.1842556+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:58.1842556+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:58.1842556+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:58.1842556+07:00","value":670.6557,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:58.1842556+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:58.1842556+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:58.185048+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:58.185048+07:00","value":670.6557,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:58.185048+07:00","value":670.6557,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:58.185048+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:58.185048+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:58.185048+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:58.6979666+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:58.6979666+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":644.2249,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":644.2249,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":644.2249,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":644.2249,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:18:59.6177818+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:18:59.6979432+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:18:59.6979432+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:19:00.6983427+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:19:00.6983427+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":1622.8488,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":1622.2059,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":0.6429,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":1622.8488,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":1622.8488,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:19:01.6655104+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:19:01.6983054+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:19:01.6983054+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:19:02.6991066+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:19:02.6991066+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:19:03.6986203+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:19:03.6986203+07:00","value":3,"tags":{}}}
|
||||
{"metric":"http_reqs","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":1,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_duration","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":1009.5216,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_blocked","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_connecting","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_tls_handshaking","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_sending","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":0.3486,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_waiting","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":1008.4952,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_receiving","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":0.6778,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"http_req_failed","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":0,"tags":{"endpoint":"location_update","expected_response":"true","group":"","method":"POST","name":"http://localhost:8080/api/v1/user/location","proto":"HTTP/1.1","scenario":"default","status":"200","url":"http://localhost:8080/api/v1/user/location"}}}
|
||||
{"metric":"walkguide_error_rate","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":0,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_endpoint_latency_ms","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":1009.5216,"tags":{"endpoint":"location_update","group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_location_latency_ms","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":1009.5216,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"walkguide_successful_requests","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":1,"tags":{"check":"location-update: status 2xx","group":"","scenario":"default"}}}
|
||||
{"metric":"checks","type":"Point","data":{"time":"2026-05-17T19:19:04.1963548+07:00","value":0,"tags":{"check":"location-update: latency ok","group":"","scenario":"default"}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:19:04.618121+07:00","value":1519,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:19:04.618121+07:00","value":1921,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:19:04.618121+07:00","value":17575.3118,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:19:04.618121+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:19:04.6982139+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:19:04.6982139+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:19:05.6981605+07:00","value":2,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:19:05.6981605+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:19:06.6661481+07:00","value":1498,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:19:06.6661481+07:00","value":1899,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:19:06.6661481+07:00","value":17882.3389,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:19:06.6661481+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:19:06.6980426+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:19:06.6980426+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:19:07.6979358+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:19:07.6979358+07:00","value":3,"tags":{}}}
|
||||
{"metric":"vus","type":"Point","data":{"time":"2026-05-17T19:19:08.6983537+07:00","value":1,"tags":{}}}
|
||||
{"metric":"vus_max","type":"Point","data":{"time":"2026-05-17T19:19:08.6983537+07:00","value":3,"tags":{}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:19:09.1977544+07:00","value":1515,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:19:09.1977544+07:00","value":1919,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iteration_duration","type":"Point","data":{"time":"2026-05-17T19:19:09.1977544+07:00","value":20135.4789,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"iterations","type":"Point","data":{"time":"2026-05-17T19:19:09.1977544+07:00","value":1,"tags":{"group":"","scenario":"default"}}}
|
||||
{"metric":"data_sent","type":"Point","data":{"time":"2026-05-17T19:19:09.2032322+07:00","value":0,"tags":{"group":"::teardown"}}}
|
||||
{"metric":"data_received","type":"Point","data":{"time":"2026-05-17T19:19:09.2032322+07:00","value":0,"tags":{"group":"::teardown"}}}
|
||||
@ -0,0 +1,319 @@
|
||||
{
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": [],
|
||||
"checks": []
|
||||
},
|
||||
"options": {
|
||||
"summaryTrendStats": [
|
||||
"avg",
|
||||
"min",
|
||||
"med",
|
||||
"max",
|
||||
"p(90)",
|
||||
"p(95)"
|
||||
],
|
||||
"summaryTimeUnit": "",
|
||||
"noColor": false
|
||||
},
|
||||
"state": {
|
||||
"isStdErrTTY": true,
|
||||
"testRunDurationMs": 478.7403,
|
||||
"isStdOutTTY": true
|
||||
},
|
||||
"metrics": {
|
||||
"walkguide_failed_requests": {
|
||||
"values": {
|
||||
"count": 1,
|
||||
"rate": 2.0888151676389057
|
||||
},
|
||||
"type": "counter",
|
||||
"contains": "default"
|
||||
},
|
||||
"data_received": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 427,
|
||||
"rate": 891.9240765818128
|
||||
}
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 203.8224,
|
||||
"med": 203.8224,
|
||||
"max": 203.8224,
|
||||
"p(90)": 203.8224,
|
||||
"p(95)": 203.8224,
|
||||
"avg": 203.8224
|
||||
}
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0.5881,
|
||||
"min": 0.5881,
|
||||
"med": 0.5881,
|
||||
"max": 0.5881,
|
||||
"p(90)": 0.5881,
|
||||
"p(95)": 0.5881
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 205.6511,
|
||||
"avg": 205.6511,
|
||||
"min": 205.6511,
|
||||
"med": 205.6511,
|
||||
"max": 205.6511,
|
||||
"p(90)": 205.6511
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<800": {
|
||||
"ok": true
|
||||
},
|
||||
"p(99)<1500": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": false
|
||||
}
|
||||
},
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 1,
|
||||
"passes": 1,
|
||||
"fails": 0
|
||||
}
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 268.1069,
|
||||
"min": 268.1069,
|
||||
"med": 268.1069,
|
||||
"max": 268.1069,
|
||||
"p(90)": 268.1069,
|
||||
"p(95)": 268.1069
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"http_req_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 205.6511,
|
||||
"max": 205.6511,
|
||||
"p(90)": 205.6511,
|
||||
"p(95)": 205.6511,
|
||||
"avg": 205.6511,
|
||||
"min": 205.6511
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": true
|
||||
},
|
||||
"p(99)<1000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<400": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 1,
|
||||
"rate": 2.0888151676389057
|
||||
}
|
||||
},
|
||||
"data_sent": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 90,
|
||||
"rate": 187.9933650875015
|
||||
}
|
||||
},
|
||||
"http_req_failed": {
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": false
|
||||
}
|
||||
},
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"passes": 1,
|
||||
"fails": 0,
|
||||
"rate": 1
|
||||
}
|
||||
},
|
||||
"http_req_sending": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 1.2406,
|
||||
"min": 1.2406,
|
||||
"med": 1.2406,
|
||||
"max": 1.2406,
|
||||
"p(90)": 1.2406,
|
||||
"p(95)": 1.2406
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<600": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<1000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<300": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 268.1069,
|
||||
"p(90)": 268.1069,
|
||||
"p(95)": 268.1069,
|
||||
"avg": 268.1069,
|
||||
"min": 268.1069,
|
||||
"med": 268.1069
|
||||
}
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0
|
||||
}
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<200": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,457 @@
|
||||
{
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": [],
|
||||
"checks": [
|
||||
{
|
||||
"name": "register: status 200",
|
||||
"path": "::register: status 200",
|
||||
"id": "1842acaf573dc63fd4ae5d28e9ba2493",
|
||||
"passes": 33,
|
||||
"fails": 638
|
||||
},
|
||||
{
|
||||
"name": "register: has accessToken",
|
||||
"path": "::register: has accessToken",
|
||||
"id": "8b44d66b66a954afd38da69ca377b035",
|
||||
"passes": 33,
|
||||
"fails": 638
|
||||
},
|
||||
{
|
||||
"fails": 638,
|
||||
"name": "login: status 200",
|
||||
"path": "::login: status 200",
|
||||
"id": "4d9cb0041884c26a6b714904c7aba027",
|
||||
"passes": 31
|
||||
},
|
||||
{
|
||||
"name": "login: accessToken set",
|
||||
"path": "::login: accessToken set",
|
||||
"id": "92431cabb222ea84e2324f95d2f9f630",
|
||||
"passes": 31,
|
||||
"fails": 638
|
||||
},
|
||||
{
|
||||
"id": "722910b1063f9306354876d517ca6e66",
|
||||
"passes": 31,
|
||||
"fails": 638,
|
||||
"name": "login: refreshToken set",
|
||||
"path": "::login: refreshToken set"
|
||||
},
|
||||
{
|
||||
"id": "9520d42bf50f8957e4e8eda57900ec17",
|
||||
"passes": 13,
|
||||
"fails": 656,
|
||||
"name": "login: role correct",
|
||||
"path": "::login: role correct"
|
||||
},
|
||||
{
|
||||
"passes": 30,
|
||||
"fails": 0,
|
||||
"name": "refresh: status 200",
|
||||
"path": "::refresh: status 200",
|
||||
"id": "49519258c72bebfa5ec56fff7215d601"
|
||||
},
|
||||
{
|
||||
"name": "refresh: new accessToken",
|
||||
"path": "::refresh: new accessToken",
|
||||
"id": "343c1eeb12f433c1dd592dafc03870e2",
|
||||
"passes": 30,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "fcm-token: status 2xx",
|
||||
"path": "::fcm-token: status 2xx",
|
||||
"id": "36208cbdf7df9c1bb7e57192eeac11de",
|
||||
"passes": 0,
|
||||
"fails": 30
|
||||
},
|
||||
{
|
||||
"name": "logout: status 2xx",
|
||||
"path": "::logout: status 2xx",
|
||||
"id": "d3af3dd3897a84a7d9bea4645f396b0e",
|
||||
"passes": 30,
|
||||
"fails": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"summaryTrendStats": [
|
||||
"avg",
|
||||
"min",
|
||||
"med",
|
||||
"max",
|
||||
"p(90)",
|
||||
"p(95)"
|
||||
],
|
||||
"summaryTimeUnit": "",
|
||||
"noColor": false
|
||||
},
|
||||
"state": {
|
||||
"isStdOutTTY": true,
|
||||
"isStdErrTTY": true,
|
||||
"testRunDurationMs": 192026.0193
|
||||
},
|
||||
"metrics": {
|
||||
"data_sent": {
|
||||
"values": {
|
||||
"count": 384223,
|
||||
"rate": 2000.8903033069332
|
||||
},
|
||||
"type": "counter",
|
||||
"contains": "data"
|
||||
},
|
||||
"vus_max": {
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"value": 30,
|
||||
"min": 30,
|
||||
"max": 30
|
||||
},
|
||||
"type": "gauge"
|
||||
},
|
||||
"data_received": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 801432,
|
||||
"rate": 4173.559410966762
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 1431,
|
||||
"rate": 7.4521151103193235
|
||||
}
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 125,
|
||||
"rate": 0.650953451285755
|
||||
}
|
||||
},
|
||||
"walkguide_failed_requests": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 1306,
|
||||
"rate": 6.801161659033569
|
||||
}
|
||||
},
|
||||
"checks": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.06331561140647655,
|
||||
"passes": 262,
|
||||
"fails": 3876
|
||||
}
|
||||
},
|
||||
"iterations": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 667,
|
||||
"rate": 3.4734876160607886
|
||||
}
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"values": {
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<400": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<200": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 39.9558,
|
||||
"p(90)": 4.8097,
|
||||
"p(95)": 5.7598,
|
||||
"avg": 2.6410298392732368,
|
||||
"min": 0,
|
||||
"med": 1.9552
|
||||
}
|
||||
},
|
||||
"vus": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"value": 1,
|
||||
"min": 0,
|
||||
"max": 30
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 4.5294,
|
||||
"p(95)": 5.3911999999999995,
|
||||
"avg": 2.494364290705802,
|
||||
"min": 0,
|
||||
"med": 1.8272,
|
||||
"max": 39.9558
|
||||
}
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<300": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"http_req_failed": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.9126484975541579,
|
||||
"passes": 1306,
|
||||
"fails": 125
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"values": {
|
||||
"med": 924.5378499999999,
|
||||
"max": 19152.1513,
|
||||
"p(90)": 3210.15353,
|
||||
"p(95)": 4335.437575,
|
||||
"avg": 1561.8015140145974,
|
||||
"min": 308.5332
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<800": {
|
||||
"ok": false
|
||||
},
|
||||
"p(99)<1500": {
|
||||
"ok": false
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 1.143529699510832,
|
||||
"min": 0,
|
||||
"med": 0.9219,
|
||||
"max": 27.7898,
|
||||
"p(90)": 2.0997,
|
||||
"p(95)": 2.66755
|
||||
}
|
||||
},
|
||||
"iteration_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 5529.513402248876,
|
||||
"min": 2595.1347,
|
||||
"med": 4168.2692,
|
||||
"max": 32409.2387,
|
||||
"p(90)": 8648.57492,
|
||||
"p(95)": 10739.010119999988
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 3.7657,
|
||||
"med": 920.6809,
|
||||
"max": 19152.1513,
|
||||
"p(90)": 3245.4447,
|
||||
"p(95)": 4335.22095,
|
||||
"avg": 1553.352857931515
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.9126484975541579,
|
||||
"passes": 1306,
|
||||
"fails": 125
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<1000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
}
|
||||
},
|
||||
"http_req_sending": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 8.4301,
|
||||
"p(90)": 0.6631,
|
||||
"p(95)": 0.76305,
|
||||
"avg": 0.16521663172606577
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 1552.0441116002787,
|
||||
"min": 3.5418,
|
||||
"med": 919.1993,
|
||||
"max": 19150.2393,
|
||||
"p(90)": 3243.6026,
|
||||
"p(95)": 4333.6777999999995
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 14103.14186,
|
||||
"p(95)": 15691.440719999999,
|
||||
"avg": 5454.294255199999,
|
||||
"min": 3.936,
|
||||
"med": 3697.5586,
|
||||
"max": 19152.1513
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<600": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_duration": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 1553.352857931515,
|
||||
"min": 3.7657,
|
||||
"med": 920.6809,
|
||||
"max": 19152.1513,
|
||||
"p(90)": 3245.4447,
|
||||
"p(95)": 4335.22095
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": false
|
||||
},
|
||||
"p(99)<1000": {
|
||||
"ok": false
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,457 @@
|
||||
{
|
||||
"options": {
|
||||
"noColor": false,
|
||||
"summaryTrendStats": [
|
||||
"avg",
|
||||
"min",
|
||||
"med",
|
||||
"max",
|
||||
"p(90)",
|
||||
"p(95)"
|
||||
],
|
||||
"summaryTimeUnit": ""
|
||||
},
|
||||
"state": {
|
||||
"isStdOutTTY": true,
|
||||
"isStdErrTTY": true,
|
||||
"testRunDurationMs": 190026.6639
|
||||
},
|
||||
"metrics": {
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<400": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"http_req_sending": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 0.7183399999999994,
|
||||
"avg": 0.10048463251670378,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 1.1325,
|
||||
"p(90)": 0.5495599999999997
|
||||
}
|
||||
},
|
||||
"iterations": {
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 82,
|
||||
"rate": 0.43151838966741973
|
||||
},
|
||||
"type": "counter"
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 49.5819,
|
||||
"p(90)": 3.5210199999999996,
|
||||
"p(95)": 4.248719999999999,
|
||||
"avg": 0.9969224944320711
|
||||
}
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0
|
||||
}
|
||||
},
|
||||
"data_sent": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 158091,
|
||||
"rate": 831.9411431818544
|
||||
}
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<200": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<600": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 10.053,
|
||||
"med": 8855.54255,
|
||||
"max": 27668.0787,
|
||||
"p(90)": 18687.577570000005,
|
||||
"p(95)": 20630.229155,
|
||||
"avg": 10077.552011388889
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"http_req_failed": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.19821826280623608,
|
||||
"passes": 89,
|
||||
"fails": 360
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"checks": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"passes": 772,
|
||||
"fails": 134,
|
||||
"rate": 0.8520971302428256
|
||||
}
|
||||
},
|
||||
"walkguide_failed_requests": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 89,
|
||||
"rate": 0.46835532537073604
|
||||
}
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 449,
|
||||
"rate": 2.3628263043984323
|
||||
}
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 360,
|
||||
"rate": 1.8944709790276963
|
||||
}
|
||||
},
|
||||
"http_req_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 8083.589262138084,
|
||||
"min": 2.6298,
|
||||
"med": 7511.4441,
|
||||
"max": 27668.0787,
|
||||
"p(90)": 17808.97896,
|
||||
"p(95)": 20213.1816
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": false
|
||||
},
|
||||
"p(99)<1000": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"values": {
|
||||
"avg": 0.9263236080178173,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 44.2162,
|
||||
"p(90)": 3.2455799999999995,
|
||||
"p(95)": 4.101939999999997
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<300": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0
|
||||
}
|
||||
},
|
||||
"data_received": {
|
||||
"values": {
|
||||
"count": 350623,
|
||||
"rate": 1845.1252724434112
|
||||
},
|
||||
"type": "counter",
|
||||
"contains": "data"
|
||||
},
|
||||
"iteration_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 42135.310774390244,
|
||||
"min": 17808.3555,
|
||||
"med": 44988.74175,
|
||||
"max": 57476.2328,
|
||||
"p(90)": 51888.055720000004,
|
||||
"p(95)": 55126.810615
|
||||
}
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.19821826280623608,
|
||||
"passes": 89,
|
||||
"fails": 360
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 27668.0787,
|
||||
"p(90)": 19832.92135,
|
||||
"p(95)": 21355.09355,
|
||||
"avg": 10960.46277934782,
|
||||
"min": 522.7669,
|
||||
"med": 9690.3673
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<800": {
|
||||
"ok": false
|
||||
},
|
||||
"p(99)<1500": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<1000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": false
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 2.6298,
|
||||
"med": 7511.4441,
|
||||
"max": 27668.0787,
|
||||
"p(90)": 17808.97896,
|
||||
"p(95)": 20213.1816,
|
||||
"avg": 8083.589262138084
|
||||
}
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 8082.532942984409,
|
||||
"min": 2.6298,
|
||||
"med": 7510.3672,
|
||||
"max": 27668.0787,
|
||||
"p(90)": 17808.55446,
|
||||
"p(95)": 20212.858799999998
|
||||
}
|
||||
},
|
||||
"vus_max": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"value": 30,
|
||||
"min": 30,
|
||||
"max": 30
|
||||
}
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 1.67042,
|
||||
"p(95)": 1.9840799999999996,
|
||||
"avg": 0.9558345211581293,
|
||||
"min": 0,
|
||||
"med": 0.9243,
|
||||
"max": 12.4132
|
||||
}
|
||||
},
|
||||
"vus": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"value": 1,
|
||||
"min": 0,
|
||||
"max": 30
|
||||
}
|
||||
}
|
||||
},
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": [],
|
||||
"checks": [
|
||||
{
|
||||
"name": "register: status 200",
|
||||
"path": "::register: status 200",
|
||||
"id": "1842acaf573dc63fd4ae5d28e9ba2493",
|
||||
"passes": 96,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"id": "8b44d66b66a954afd38da69ca377b035",
|
||||
"passes": 96,
|
||||
"fails": 0,
|
||||
"name": "register: has accessToken",
|
||||
"path": "::register: has accessToken"
|
||||
},
|
||||
{
|
||||
"path": "::login: status 200",
|
||||
"id": "4d9cb0041884c26a6b714904c7aba027",
|
||||
"passes": 91,
|
||||
"fails": 0,
|
||||
"name": "login: status 200"
|
||||
},
|
||||
{
|
||||
"fails": 0,
|
||||
"name": "login: accessToken set",
|
||||
"path": "::login: accessToken set",
|
||||
"id": "92431cabb222ea84e2324f95d2f9f630",
|
||||
"passes": 91
|
||||
},
|
||||
{
|
||||
"passes": 91,
|
||||
"fails": 0,
|
||||
"name": "login: refreshToken set",
|
||||
"path": "::login: refreshToken set",
|
||||
"id": "722910b1063f9306354876d517ca6e66"
|
||||
},
|
||||
{
|
||||
"name": "login: role correct",
|
||||
"path": "::login: role correct",
|
||||
"id": "9520d42bf50f8957e4e8eda57900ec17",
|
||||
"passes": 46,
|
||||
"fails": 45
|
||||
},
|
||||
{
|
||||
"fails": 0,
|
||||
"name": "refresh: status 200",
|
||||
"path": "::refresh: status 200",
|
||||
"id": "49519258c72bebfa5ec56fff7215d601",
|
||||
"passes": 89
|
||||
},
|
||||
{
|
||||
"name": "refresh: new accessToken",
|
||||
"path": "::refresh: new accessToken",
|
||||
"id": "343c1eeb12f433c1dd592dafc03870e2",
|
||||
"passes": 89,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"passes": 0,
|
||||
"fails": 89,
|
||||
"name": "fcm-token: status 2xx",
|
||||
"path": "::fcm-token: status 2xx",
|
||||
"id": "36208cbdf7df9c1bb7e57192eeac11de"
|
||||
},
|
||||
{
|
||||
"fails": 0,
|
||||
"name": "logout: status 2xx",
|
||||
"path": "::logout: status 2xx",
|
||||
"id": "d3af3dd3897a84a7d9bea4645f396b0e",
|
||||
"passes": 83
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,449 @@
|
||||
{
|
||||
"root_group": {
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": [],
|
||||
"checks": [
|
||||
{
|
||||
"name": "register: status 200",
|
||||
"path": "::register: status 200",
|
||||
"id": "1842acaf573dc63fd4ae5d28e9ba2493",
|
||||
"passes": 97,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "register: has accessToken",
|
||||
"path": "::register: has accessToken",
|
||||
"id": "8b44d66b66a954afd38da69ca377b035",
|
||||
"passes": 97,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "login: status 200",
|
||||
"path": "::login: status 200",
|
||||
"id": "4d9cb0041884c26a6b714904c7aba027",
|
||||
"passes": 97,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "login: accessToken set",
|
||||
"path": "::login: accessToken set",
|
||||
"id": "92431cabb222ea84e2324f95d2f9f630",
|
||||
"passes": 97,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"path": "::login: refreshToken set",
|
||||
"id": "722910b1063f9306354876d517ca6e66",
|
||||
"passes": 97,
|
||||
"fails": 0,
|
||||
"name": "login: refreshToken set"
|
||||
},
|
||||
{
|
||||
"name": "login: role correct",
|
||||
"path": "::login: role correct",
|
||||
"id": "9520d42bf50f8957e4e8eda57900ec17",
|
||||
"passes": 50,
|
||||
"fails": 47
|
||||
},
|
||||
{
|
||||
"fails": 0,
|
||||
"name": "refresh: status 200",
|
||||
"path": "::refresh: status 200",
|
||||
"id": "49519258c72bebfa5ec56fff7215d601",
|
||||
"passes": 93
|
||||
},
|
||||
{
|
||||
"fails": 0,
|
||||
"name": "refresh: new accessToken",
|
||||
"path": "::refresh: new accessToken",
|
||||
"id": "343c1eeb12f433c1dd592dafc03870e2",
|
||||
"passes": 93
|
||||
},
|
||||
{
|
||||
"name": "fcm-token: status 2xx",
|
||||
"path": "::fcm-token: status 2xx",
|
||||
"id": "36208cbdf7df9c1bb7e57192eeac11de",
|
||||
"passes": 90,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"path": "::logout: status 2xx",
|
||||
"id": "d3af3dd3897a84a7d9bea4645f396b0e",
|
||||
"passes": 85,
|
||||
"fails": 0,
|
||||
"name": "logout: status 2xx"
|
||||
}
|
||||
],
|
||||
"name": ""
|
||||
},
|
||||
"options": {
|
||||
"summaryTrendStats": [
|
||||
"avg",
|
||||
"min",
|
||||
"med",
|
||||
"max",
|
||||
"p(90)",
|
||||
"p(95)"
|
||||
],
|
||||
"summaryTimeUnit": "",
|
||||
"noColor": false
|
||||
},
|
||||
"state": {
|
||||
"testRunDurationMs": 193745.6227,
|
||||
"isStdOutTTY": true,
|
||||
"isStdErrTTY": true
|
||||
},
|
||||
"metrics": {
|
||||
"vus_max": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"value": 30,
|
||||
"min": 30,
|
||||
"max": 30
|
||||
}
|
||||
},
|
||||
"http_req_failed": {
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0,
|
||||
"passes": 0,
|
||||
"fails": 463
|
||||
}
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"values": {
|
||||
"avg": 0.19309892008639307,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 4.8422,
|
||||
"p(90)": 0,
|
||||
"p(95)": 1.379849999999996
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<600": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0
|
||||
}
|
||||
},
|
||||
"checks": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.9501590668080594,
|
||||
"passes": 896,
|
||||
"fails": 47
|
||||
}
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0,
|
||||
"passes": 0,
|
||||
"fails": 463
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 16096.87998,
|
||||
"p(95)": 18073.41422,
|
||||
"avg": 7795.190914038881,
|
||||
"min": 2.9159,
|
||||
"med": 7477.4222,
|
||||
"max": 25784.7568
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<400": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_sending": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 0.5166399999999997,
|
||||
"avg": 0.044768682505399574,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 1.4263,
|
||||
"p(90)": 0
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 4.8422,
|
||||
"p(90)": 0,
|
||||
"p(95)": 1.2186899999999996,
|
||||
"avg": 0.1750403887688985
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"data_sent": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"rate": 832.7723628101353,
|
||||
"count": 161346
|
||||
}
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<200": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 504.0834,
|
||||
"med": 8155.8545,
|
||||
"max": 25784.7568,
|
||||
"p(90)": 17503.689460000005,
|
||||
"p(95)": 18953.29494,
|
||||
"avg": 9190.688028919863
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<800": {
|
||||
"ok": false
|
||||
},
|
||||
"p(99)<1500": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<300": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 2.9159,
|
||||
"med": 7477.4222,
|
||||
"max": 25784.7568,
|
||||
"p(90)": 16096.87998,
|
||||
"p(95)": 18073.41422,
|
||||
"avg": 7795.190914038881
|
||||
}
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0
|
||||
}
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<1000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 16096.87998,
|
||||
"p(95)": 18073.41422,
|
||||
"avg": 7795.190914038881,
|
||||
"min": 2.9159,
|
||||
"med": 7477.4222,
|
||||
"max": 25784.7568
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": false
|
||||
},
|
||||
"p(99)<1000": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"vus": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"value": 1,
|
||||
"min": 0,
|
||||
"max": 30
|
||||
}
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 1.8216999999999997,
|
||||
"avg": 0.9424563714902802,
|
||||
"min": 0,
|
||||
"med": 0.9383,
|
||||
"max": 5.8536,
|
||||
"p(90)": 1.6131199999999999
|
||||
}
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 2.3897314094002495,
|
||||
"count": 463
|
||||
}
|
||||
},
|
||||
"iteration_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 40820.46832117648,
|
||||
"min": 17877.8356,
|
||||
"med": 44110.522,
|
||||
"max": 56349.9116,
|
||||
"p(90)": 52413.698520000005,
|
||||
"p(95)": 55254.66674
|
||||
}
|
||||
},
|
||||
"iterations": {
|
||||
"values": {
|
||||
"count": 85,
|
||||
"rate": 0.4387195891987499
|
||||
},
|
||||
"type": "counter",
|
||||
"contains": "default"
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 16096.282180000002,
|
||||
"p(95)": 18072.15495,
|
||||
"avg": 7794.203688984876,
|
||||
"min": 2.5303,
|
||||
"med": 7475.8183,
|
||||
"max": 25783.7096
|
||||
}
|
||||
},
|
||||
"data_received": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 359102,
|
||||
"rate": 1853.471552005288
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 463,
|
||||
"rate": 2.3897314094002495
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,449 @@
|
||||
{
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": [],
|
||||
"checks": [
|
||||
{
|
||||
"name": "register: status 200",
|
||||
"path": "::register: status 200",
|
||||
"id": "1842acaf573dc63fd4ae5d28e9ba2493",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "register: has accessToken",
|
||||
"path": "::register: has accessToken",
|
||||
"id": "8b44d66b66a954afd38da69ca377b035",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "login: status 200",
|
||||
"path": "::login: status 200",
|
||||
"id": "4d9cb0041884c26a6b714904c7aba027",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "login: accessToken set",
|
||||
"path": "::login: accessToken set",
|
||||
"id": "92431cabb222ea84e2324f95d2f9f630",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "login: refreshToken set",
|
||||
"path": "::login: refreshToken set",
|
||||
"id": "722910b1063f9306354876d517ca6e66",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "login: role correct",
|
||||
"path": "::login: role correct",
|
||||
"id": "9520d42bf50f8957e4e8eda57900ec17",
|
||||
"passes": 5,
|
||||
"fails": 3
|
||||
},
|
||||
{
|
||||
"name": "refresh: status 200",
|
||||
"path": "::refresh: status 200",
|
||||
"id": "49519258c72bebfa5ec56fff7215d601",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"fails": 0,
|
||||
"name": "refresh: new accessToken",
|
||||
"path": "::refresh: new accessToken",
|
||||
"id": "343c1eeb12f433c1dd592dafc03870e2",
|
||||
"passes": 8
|
||||
},
|
||||
{
|
||||
"name": "fcm-token: status 2xx",
|
||||
"path": "::fcm-token: status 2xx",
|
||||
"id": "36208cbdf7df9c1bb7e57192eeac11de",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "logout: status 2xx",
|
||||
"path": "::logout: status 2xx",
|
||||
"id": "d3af3dd3897a84a7d9bea4645f396b0e",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"noColor": false,
|
||||
"summaryTrendStats": [
|
||||
"avg",
|
||||
"min",
|
||||
"med",
|
||||
"max",
|
||||
"p(90)",
|
||||
"p(95)"
|
||||
],
|
||||
"summaryTimeUnit": ""
|
||||
},
|
||||
"state": {
|
||||
"isStdOutTTY": true,
|
||||
"isStdErrTTY": true,
|
||||
"testRunDurationMs": 75217.0299
|
||||
},
|
||||
"metrics": {
|
||||
"data_received": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 31108,
|
||||
"rate": 413.576553625657
|
||||
}
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<1000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0,
|
||||
"passes": 0,
|
||||
"fails": 41
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "rate"
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 2.9841,
|
||||
"avg": 0.3158390243902439,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 3.9971
|
||||
}
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 0.5407,
|
||||
"p(95)": 2.9841,
|
||||
"avg": 0.4268926829268293,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 7.0149
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"vus": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"value": 1,
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"iterations": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 8,
|
||||
"rate": 0.10635889253585111
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 6.845,
|
||||
"med": 1747.0252,
|
||||
"max": 29756.0787,
|
||||
"p(90)": 13831.4747,
|
||||
"p(95)": 16912.9883,
|
||||
"avg": 4504.071607317074
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 4504.071607317074,
|
||||
"min": 6.845,
|
||||
"med": 1747.0252,
|
||||
"max": 29756.0787,
|
||||
"p(90)": 13831.4747,
|
||||
"p(95)": 16912.9883
|
||||
}
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<800": {
|
||||
"ok": false
|
||||
},
|
||||
"p(99)<1500": {
|
||||
"ok": false
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 2230.8714499999996,
|
||||
"max": 29756.0787,
|
||||
"p(90)": 15989.388919999998,
|
||||
"p(95)": 23113.847014999985,
|
||||
"avg": 6708.289008333333,
|
||||
"min": 476.1614
|
||||
}
|
||||
},
|
||||
"data_sent": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 13737,
|
||||
"rate": 182.63151334562335
|
||||
}
|
||||
},
|
||||
"iteration_duration": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 25492.339637499997,
|
||||
"min": 20465.6352,
|
||||
"med": 21497.418100000003,
|
||||
"max": 40336.8694,
|
||||
"p(90)": 35461.76525,
|
||||
"p(95)": 37899.317324999996
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<300": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 41,
|
||||
"rate": 0.5450893242462369
|
||||
}
|
||||
},
|
||||
"http_req_sending": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0.9978,
|
||||
"p(90)": 0.5405,
|
||||
"p(95)": 0.5405,
|
||||
"avg": 0.08012439024390244
|
||||
}
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<400": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<200": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
}
|
||||
},
|
||||
"checks": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.9625,
|
||||
"passes": 77,
|
||||
"fails": 3
|
||||
}
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 1.7278,
|
||||
"avg": 0.8520146341463413,
|
||||
"min": 0,
|
||||
"med": 0.8172,
|
||||
"max": 2.5038,
|
||||
"p(90)": 1.6755
|
||||
}
|
||||
},
|
||||
"vus_max": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"value": 3,
|
||||
"min": 3,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"http_req_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 29756.0787,
|
||||
"p(90)": 13831.4747,
|
||||
"p(95)": 16912.9883,
|
||||
"avg": 4504.071607317074,
|
||||
"min": 6.845,
|
||||
"med": 1747.0252
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": false
|
||||
},
|
||||
"p(99)<1000": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<600": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 16912.2534,
|
||||
"avg": 4503.139468292684,
|
||||
"min": 5.8472,
|
||||
"med": 1746.6124,
|
||||
"max": 29754.594,
|
||||
"p(90)": 13830.7875
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 41,
|
||||
"rate": 0.5450893242462369
|
||||
}
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
}
|
||||
},
|
||||
"http_req_failed": {
|
||||
"values": {
|
||||
"rate": 0,
|
||||
"passes": 0,
|
||||
"fails": 41
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "rate",
|
||||
"contains": "default"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,400 @@
|
||||
{
|
||||
"root_group": {
|
||||
"groups": [],
|
||||
"checks": [
|
||||
{
|
||||
"id": "7fd66e0620bfbd61beb84b15cc0b5112",
|
||||
"passes": 3,
|
||||
"fails": 0,
|
||||
"name": "walkguide-start: 2xx",
|
||||
"path": "::walkguide-start: 2xx"
|
||||
},
|
||||
{
|
||||
"passes": 27,
|
||||
"fails": 0,
|
||||
"name": "location-update: status 2xx",
|
||||
"path": "::location-update: status 2xx",
|
||||
"id": "3b3e97233ec7490bf8a49191617620af"
|
||||
},
|
||||
{
|
||||
"path": "::location-update: latency ok",
|
||||
"id": "338caca434505c84cb935c510c14fc4d",
|
||||
"passes": 0,
|
||||
"fails": 27,
|
||||
"name": "location-update: latency ok"
|
||||
}
|
||||
],
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e"
|
||||
},
|
||||
"options": {
|
||||
"summaryTrendStats": [
|
||||
"avg",
|
||||
"min",
|
||||
"med",
|
||||
"max",
|
||||
"p(90)",
|
||||
"p(95)"
|
||||
],
|
||||
"summaryTimeUnit": "",
|
||||
"noColor": false
|
||||
},
|
||||
"state": {
|
||||
"isStdOutTTY": true,
|
||||
"isStdErrTTY": true,
|
||||
"testRunDurationMs": 72216.7495
|
||||
},
|
||||
"metrics": {
|
||||
"http_req_tls_handshaking": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0
|
||||
}
|
||||
},
|
||||
"http_req_sending": {
|
||||
"values": {
|
||||
"p(90)": 0.2604,
|
||||
"p(95)": 1.0332750000000002,
|
||||
"avg": 0.10115833333333334,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 1.0506
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"http_req_failed": {
|
||||
"values": {
|
||||
"rate": 0.05555555555555555,
|
||||
"passes": 2,
|
||||
"fails": 34
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": false
|
||||
}
|
||||
},
|
||||
"type": "rate",
|
||||
"contains": "default"
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0,
|
||||
"passes": 0,
|
||||
"fails": 34
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0.5342,
|
||||
"p(90)": 0.2565,
|
||||
"p(95)": 0.513,
|
||||
"avg": 0.057588888888888884
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0.7500027777777777,
|
||||
"min": 0,
|
||||
"med": 0.8263499999999999,
|
||||
"max": 2.9669,
|
||||
"p(90)": 1.4527999999999999,
|
||||
"p(95)": 1.64415
|
||||
}
|
||||
},
|
||||
"data_received": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 22656,
|
||||
"rate": 313.7222342027454
|
||||
}
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0.09997222222222223,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 1.0502,
|
||||
"p(90)": 0.2565,
|
||||
"p(95)": 1.0179
|
||||
}
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<1000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"vus": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"value": 1,
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"http_req_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 2045.5016500000004,
|
||||
"min": 0.6142,
|
||||
"med": 842.8166,
|
||||
"max": 14587.4072,
|
||||
"p(90)": 2261.4649499999996,
|
||||
"p(95)": 12715.500025
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<400": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<600": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"vus_max": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"value": 3,
|
||||
"min": 3,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 12805.6342,
|
||||
"max": 14587.4072,
|
||||
"p(90)": 14231.052599999999,
|
||||
"p(95)": 14409.2299,
|
||||
"avg": 13359.4989,
|
||||
"min": 12685.4553
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<800": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<200": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 2165.124817647059,
|
||||
"min": 1.084,
|
||||
"med": 900.83705,
|
||||
"max": 14587.4072,
|
||||
"p(90)": 2278.40249,
|
||||
"p(95)": 12727.517915
|
||||
}
|
||||
},
|
||||
"data_sent": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 16117,
|
||||
"rate": 223.17537290985382
|
||||
}
|
||||
},
|
||||
"checks": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.5263157894736842,
|
||||
"passes": 30,
|
||||
"fails": 27
|
||||
}
|
||||
},
|
||||
"iterations": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 9,
|
||||
"rate": 0.12462482820553976
|
||||
}
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 34,
|
||||
"rate": 0.4708049065542613
|
||||
}
|
||||
},
|
||||
"iteration_duration": {
|
||||
"values": {
|
||||
"p(90)": 33623.17088,
|
||||
"p(95)": 34370.01304,
|
||||
"avg": 23353.271066666664,
|
||||
"min": 17763.8951,
|
||||
"med": 18647.1798,
|
||||
"max": 35116.8552
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<400": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 2219.1211,
|
||||
"p(90)": 1853.1528600000004,
|
||||
"p(95)": 2045.2018299999997,
|
||||
"avg": 1089.4388111111111,
|
||||
"min": 577.2695,
|
||||
"med": 840.899
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<300": {
|
||||
"ok": false
|
||||
},
|
||||
"p(99)<600": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 12727.517915,
|
||||
"avg": 2165.124817647059,
|
||||
"min": 1.084,
|
||||
"med": 900.83705,
|
||||
"max": 14587.4072,
|
||||
"p(90)": 2278.40249
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 36,
|
||||
"rate": 0.49849931282215904
|
||||
}
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 2044.6504888888894,
|
||||
"min": 0.5381,
|
||||
"med": 842.28935,
|
||||
"max": 14586.4633,
|
||||
"p(90)": 2260.19895,
|
||||
"p(95)": 12714.67235
|
||||
}
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"setup_data": {
|
||||
"startTime": 1779020169783
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,400 @@
|
||||
{
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": [],
|
||||
"checks": [
|
||||
{
|
||||
"name": "walkguide-start: 2xx",
|
||||
"path": "::walkguide-start: 2xx",
|
||||
"id": "7fd66e0620bfbd61beb84b15cc0b5112",
|
||||
"passes": 3,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"id": "3b3e97233ec7490bf8a49191617620af",
|
||||
"passes": 27,
|
||||
"fails": 0,
|
||||
"name": "location-update: status 2xx",
|
||||
"path": "::location-update: status 2xx"
|
||||
},
|
||||
{
|
||||
"name": "location-update: latency ok",
|
||||
"path": "::location-update: latency ok",
|
||||
"id": "338caca434505c84cb935c510c14fc4d",
|
||||
"passes": 0,
|
||||
"fails": 27
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"noColor": false,
|
||||
"summaryTrendStats": [
|
||||
"avg",
|
||||
"min",
|
||||
"med",
|
||||
"max",
|
||||
"p(90)",
|
||||
"p(95)"
|
||||
],
|
||||
"summaryTimeUnit": ""
|
||||
},
|
||||
"state": {
|
||||
"testRunDurationMs": 74504.433,
|
||||
"isStdOutTTY": true,
|
||||
"isStdErrTTY": true
|
||||
},
|
||||
"metrics": {
|
||||
"vus_max": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"max": 3,
|
||||
"value": 3,
|
||||
"min": 3
|
||||
}
|
||||
},
|
||||
"checks": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.5263157894736842,
|
||||
"passes": 30,
|
||||
"fails": 27
|
||||
}
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<200": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 1.0791,
|
||||
"p(90)": 0.57155,
|
||||
"p(95)": 0.6051500000000001,
|
||||
"avg": 0.11098333333333334,
|
||||
"min": 0
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"values": {
|
||||
"count": 34,
|
||||
"rate": 0.4563486846480665
|
||||
},
|
||||
"type": "counter",
|
||||
"contains": "default"
|
||||
},
|
||||
"http_req_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 16623.9183,
|
||||
"p(90)": 2857.9031999999997,
|
||||
"p(95)": 13098.45305,
|
||||
"avg": 2217.372927777778,
|
||||
"min": 0.5328,
|
||||
"med": 1141.2406
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<400": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"data_sent": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"rate": 216.94011146960878,
|
||||
"count": 16163
|
||||
}
|
||||
},
|
||||
"iteration_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 34989.15792,
|
||||
"p(95)": 36004.01676,
|
||||
"avg": 24040.684533333333,
|
||||
"min": 17338.2318,
|
||||
"med": 19596.9126,
|
||||
"max": 37018.8756
|
||||
}
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 3450.8176,
|
||||
"p(90)": 1775.4109600000008,
|
||||
"p(95)": 2186.76842,
|
||||
"avg": 1202.375933333333,
|
||||
"min": 610.2568,
|
||||
"med": 1113.9359
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<300": {
|
||||
"ok": false
|
||||
},
|
||||
"p(99)<600": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<1000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 2857.4299,
|
||||
"p(95)": 13097.439175000001,
|
||||
"avg": 2216.713663888889,
|
||||
"min": 0.5328,
|
||||
"med": 1140.7626500000001,
|
||||
"max": 16622.0898
|
||||
}
|
||||
},
|
||||
"vus": {
|
||||
"values": {
|
||||
"value": 1,
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"type": "gauge",
|
||||
"contains": "default"
|
||||
},
|
||||
"iterations": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 9,
|
||||
"rate": 0.12079818123037053
|
||||
}
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 14430.227699999998,
|
||||
"min": 12863.5237,
|
||||
"med": 13803.2411,
|
||||
"max": 16623.9183,
|
||||
"p(90)": 16059.782860000001,
|
||||
"p(95)": 16341.85058
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<800": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_failed": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"fails": 34,
|
||||
"rate": 0.05555555555555555,
|
||||
"passes": 2
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 13192.424789999997,
|
||||
"avg": 2347.7109088235293,
|
||||
"min": 3.1872,
|
||||
"med": 1199.9598,
|
||||
"max": 16623.9183,
|
||||
"p(90)": 3095.068959999999
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"http_req_sending": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0.039099999999999996,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0.5295,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0.393825
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<600": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0
|
||||
}
|
||||
},
|
||||
"data_received": {
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 22716,
|
||||
"rate": 304.89460942545526
|
||||
},
|
||||
"type": "counter"
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<400": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
}
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0,
|
||||
"passes": 0,
|
||||
"fails": 34
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.01": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 36,
|
||||
"rate": 0.48319272492148213
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 0.5496,
|
||||
"avg": 0.06186666666666666,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0.5985,
|
||||
"p(90)": 0.26475
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 2347.7109088235293,
|
||||
"min": 3.1872,
|
||||
"med": 1199.9598,
|
||||
"max": 16623.9183,
|
||||
"p(90)": 3095.068959999999,
|
||||
"p(95)": 13192.424789999997
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<500": {
|
||||
"ok": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 1.2370999999999999,
|
||||
"p(95)": 1.551475,
|
||||
"avg": 0.620163888888889,
|
||||
"min": 0,
|
||||
"med": 0.66035,
|
||||
"max": 1.9893
|
||||
},
|
||||
"type": "trend"
|
||||
}
|
||||
},
|
||||
"setup_data": {
|
||||
"startTime": 1779020274705
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,449 @@
|
||||
{
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": [],
|
||||
"checks": [
|
||||
{
|
||||
"id": "1842acaf573dc63fd4ae5d28e9ba2493",
|
||||
"passes": 9,
|
||||
"fails": 0,
|
||||
"name": "register: status 200",
|
||||
"path": "::register: status 200"
|
||||
},
|
||||
{
|
||||
"fails": 0,
|
||||
"name": "register: has accessToken",
|
||||
"path": "::register: has accessToken",
|
||||
"id": "8b44d66b66a954afd38da69ca377b035",
|
||||
"passes": 9
|
||||
},
|
||||
{
|
||||
"name": "login: status 200",
|
||||
"path": "::login: status 200",
|
||||
"id": "4d9cb0041884c26a6b714904c7aba027",
|
||||
"passes": 9,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"passes": 9,
|
||||
"fails": 0,
|
||||
"name": "login: accessToken set",
|
||||
"path": "::login: accessToken set",
|
||||
"id": "92431cabb222ea84e2324f95d2f9f630"
|
||||
},
|
||||
{
|
||||
"name": "login: refreshToken set",
|
||||
"path": "::login: refreshToken set",
|
||||
"id": "722910b1063f9306354876d517ca6e66",
|
||||
"passes": 9,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "login: role correct",
|
||||
"path": "::login: role correct",
|
||||
"id": "9520d42bf50f8957e4e8eda57900ec17",
|
||||
"passes": 6,
|
||||
"fails": 3
|
||||
},
|
||||
{
|
||||
"name": "refresh: status 200",
|
||||
"path": "::refresh: status 200",
|
||||
"id": "49519258c72bebfa5ec56fff7215d601",
|
||||
"passes": 9,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "refresh: new accessToken",
|
||||
"path": "::refresh: new accessToken",
|
||||
"id": "343c1eeb12f433c1dd592dafc03870e2",
|
||||
"passes": 9,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"passes": 9,
|
||||
"fails": 0,
|
||||
"name": "fcm-token: status 2xx",
|
||||
"path": "::fcm-token: status 2xx",
|
||||
"id": "36208cbdf7df9c1bb7e57192eeac11de"
|
||||
},
|
||||
{
|
||||
"name": "logout: status 2xx",
|
||||
"path": "::logout: status 2xx",
|
||||
"id": "d3af3dd3897a84a7d9bea4645f396b0e",
|
||||
"passes": 9,
|
||||
"fails": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"summaryTrendStats": [
|
||||
"avg",
|
||||
"min",
|
||||
"med",
|
||||
"max",
|
||||
"p(90)",
|
||||
"p(95)"
|
||||
],
|
||||
"summaryTimeUnit": "",
|
||||
"noColor": false
|
||||
},
|
||||
"state": {
|
||||
"isStdOutTTY": true,
|
||||
"isStdErrTTY": true,
|
||||
"testRunDurationMs": 79337.0226
|
||||
},
|
||||
"metrics": {
|
||||
"walkguide_sos_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<3000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 46,
|
||||
"rate": 0.5798049698930849
|
||||
},
|
||||
"type": "counter"
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 4.7397,
|
||||
"p(90)": 0,
|
||||
"p(95)": 2.454425,
|
||||
"avg": 0.25903478260869567,
|
||||
"min": 0
|
||||
}
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0.6292152173913044,
|
||||
"min": 0,
|
||||
"med": 0.6299,
|
||||
"max": 1.9871,
|
||||
"p(90)": 1.22045,
|
||||
"p(95)": 1.328975
|
||||
}
|
||||
},
|
||||
"iterations": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 9,
|
||||
"rate": 0.1134401028051688
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 27576.3875,
|
||||
"p(90)": 14914.91395,
|
||||
"p(95)": 21586.335875,
|
||||
"avg": 4456.201415217391,
|
||||
"min": 11.3638,
|
||||
"med": 1212.3557999999998
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"iteration_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 32943.6612,
|
||||
"avg": 25060.365433333336,
|
||||
"min": 18409.3372,
|
||||
"med": 22731.8384,
|
||||
"max": 33192.2156,
|
||||
"p(90)": 32695.1068
|
||||
}
|
||||
},
|
||||
"http_req_failed": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0,
|
||||
"passes": 0,
|
||||
"fails": 46
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.10": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"vus_max": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"value": 3,
|
||||
"min": 3,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"checks": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.9666666666666667,
|
||||
"passes": 87,
|
||||
"fails": 3
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 27576.3875,
|
||||
"p(90)": 14914.91395,
|
||||
"p(95)": 21586.335875,
|
||||
"avg": 4456.201415217391,
|
||||
"min": 11.3638,
|
||||
"med": 1212.3557999999998
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<25000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0
|
||||
}
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 46,
|
||||
"rate": 0.5798049698930849
|
||||
}
|
||||
},
|
||||
"data_sent": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 15432,
|
||||
"rate": 194.51196294326277
|
||||
}
|
||||
},
|
||||
"http_req_duration": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 27576.3875,
|
||||
"p(90)": 14914.91395,
|
||||
"p(95)": 21586.335875,
|
||||
"avg": 4456.201415217391,
|
||||
"min": 11.3638,
|
||||
"med": 1212.3557999999998
|
||||
},
|
||||
"thresholds": {
|
||||
"p(99)<30000": {
|
||||
"ok": true
|
||||
},
|
||||
"p(95)<25000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_sending": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0.0847086956521739,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 1.0856,
|
||||
"p(90)": 0.1883,
|
||||
"p(95)": 0.865675
|
||||
}
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 4455.487491304345,
|
||||
"min": 10.3153,
|
||||
"med": 1211.9234000000001,
|
||||
"max": 27575.2003,
|
||||
"p(90)": 14914.5625,
|
||||
"p(95)": 21585.018275
|
||||
}
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 1842.4139,
|
||||
"max": 27576.3875,
|
||||
"p(90)": 19087.003480000014,
|
||||
"p(95)": 25774.755269999998,
|
||||
"avg": 6875.854559259257,
|
||||
"min": 466.8442
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<25000": {
|
||||
"ok": false
|
||||
},
|
||||
"p(99)<30000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0.1727586956521739,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 2.922,
|
||||
"p(90)": 0,
|
||||
"p(95)": 1.7293
|
||||
}
|
||||
},
|
||||
"data_received": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 34932,
|
||||
"rate": 440.2988523544618
|
||||
}
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0,
|
||||
"passes": 0,
|
||||
"fails": 46
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.10": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"vus": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"value": 1,
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<3000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,411 @@
|
||||
{
|
||||
"state": {
|
||||
"isStdErrTTY": true,
|
||||
"testRunDurationMs": 69781.9664,
|
||||
"isStdOutTTY": true
|
||||
},
|
||||
"metrics": {
|
||||
"http_req_waiting": {
|
||||
"values": {
|
||||
"p(95)": 16081.666879999995,
|
||||
"avg": 3108.7639172413783,
|
||||
"min": 0.7407,
|
||||
"med": 1063.0317,
|
||||
"max": 20582.952,
|
||||
"p(90)": 13500.717019999998
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"data_sent": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 13199,
|
||||
"rate": 189.14628923383276
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_failed_requests": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 1,
|
||||
"rate": 0.01433034996846979
|
||||
}
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"values": {
|
||||
"avg": 0.22518275862068968,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 2.8073,
|
||||
"p(90)": 1.0532,
|
||||
"p(95)": 1.07528
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"iteration_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 36977.97594,
|
||||
"avg": 24839.90765,
|
||||
"min": 17511.0898,
|
||||
"med": 20510.805549999997,
|
||||
"max": 38336.3405,
|
||||
"p(90)": 35619.61138
|
||||
}
|
||||
},
|
||||
"vus": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"min": 1,
|
||||
"max": 3,
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
"checks": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.5777777777777777,
|
||||
"passes": 26,
|
||||
"fails": 19
|
||||
}
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<3000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 2.8073,
|
||||
"p(90)": 0.6343199999999996,
|
||||
"p(95)": 1.0532,
|
||||
"avg": 0.20585862068965513,
|
||||
"min": 0
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"http_reqs": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 29,
|
||||
"rate": 0.4155801490856239
|
||||
}
|
||||
},
|
||||
"data_received": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 18773,
|
||||
"rate": 269.0236599580834
|
||||
}
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"vus_max": {
|
||||
"values": {
|
||||
"max": 3,
|
||||
"value": 3,
|
||||
"min": 3
|
||||
},
|
||||
"type": "gauge",
|
||||
"contains": "default"
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 16372.3397,
|
||||
"min": 13199.281,
|
||||
"med": 15853.562899999999,
|
||||
"max": 20582.952,
|
||||
"p(90)": 19507.65465,
|
||||
"p(95)": 20045.303325
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<25000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0
|
||||
}
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
}
|
||||
},
|
||||
"http_req_failed": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.034482758620689655,
|
||||
"passes": 1,
|
||||
"fails": 28
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.10": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"iterations": {
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 8,
|
||||
"rate": 0.11464279974775832
|
||||
},
|
||||
"type": "counter"
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 28,
|
||||
"rate": 0.40124979911715414
|
||||
}
|
||||
},
|
||||
"http_req_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 3109.6192862068965,
|
||||
"min": 1.5767,
|
||||
"med": 1064.0311,
|
||||
"max": 20582.952,
|
||||
"p(90)": 13501.124459999999,
|
||||
"p(95)": 16082.575819999995
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<25000": {
|
||||
"ok": true
|
||||
},
|
||||
"p(99)<30000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 3109.6192862068965,
|
||||
"min": 1.5767,
|
||||
"med": 1064.0311,
|
||||
"max": 20582.952,
|
||||
"p(90)": 13501.124459999999,
|
||||
"p(95)": 16082.575819999995
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<25000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 16998.6275,
|
||||
"p(90)": 5531.743010000007,
|
||||
"p(95)": 14180.272244999998,
|
||||
"avg": 2485.571689285715,
|
||||
"min": 1.5767,
|
||||
"med": 1056.10565
|
||||
}
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<3000": {
|
||||
"ok": true
|
||||
},
|
||||
"p(99)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 939.2434095238095,
|
||||
"min": 492.5277,
|
||||
"med": 726.4802,
|
||||
"max": 1718.052,
|
||||
"p(90)": 1365.1242,
|
||||
"p(95)": 1590.7856
|
||||
}
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"thresholds": {
|
||||
"p(95)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
}
|
||||
},
|
||||
"http_req_sending": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 0,
|
||||
"max": 1.0276,
|
||||
"p(90)": 0.6422399999999999,
|
||||
"p(95)": 0.7778399999999999,
|
||||
"avg": 0.10999310344827587,
|
||||
"min": 0
|
||||
}
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0.7453758620689656,
|
||||
"min": 0,
|
||||
"med": 0.7579,
|
||||
"max": 1.6908,
|
||||
"p(90)": 1.45658,
|
||||
"p(95)": 1.5495799999999997
|
||||
}
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"fails": 28,
|
||||
"rate": 0.034482758620689655,
|
||||
"passes": 1
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.10": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"setup_data": {
|
||||
"startTime": 1779021018430
|
||||
},
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": [],
|
||||
"checks": [
|
||||
{
|
||||
"name": "walkguide-start: 2xx",
|
||||
"path": "::walkguide-start: 2xx",
|
||||
"id": "7fd66e0620bfbd61beb84b15cc0b5112",
|
||||
"passes": 3,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"name": "location-update: status 2xx",
|
||||
"path": "::location-update: status 2xx",
|
||||
"id": "3b3e97233ec7490bf8a49191617620af",
|
||||
"passes": 21,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"id": "338caca434505c84cb935c510c14fc4d",
|
||||
"passes": 2,
|
||||
"fails": 19,
|
||||
"name": "location-update: latency ok",
|
||||
"path": "::location-update: latency ok"
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"summaryTrendStats": [
|
||||
"avg",
|
||||
"min",
|
||||
"med",
|
||||
"max",
|
||||
"p(90)",
|
||||
"p(95)"
|
||||
],
|
||||
"summaryTimeUnit": "",
|
||||
"noColor": false
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,457 @@
|
||||
{
|
||||
"root_group": {
|
||||
"name": "",
|
||||
"path": "",
|
||||
"id": "d41d8cd98f00b204e9800998ecf8427e",
|
||||
"groups": [],
|
||||
"checks": [
|
||||
{
|
||||
"id": "1842acaf573dc63fd4ae5d28e9ba2493",
|
||||
"passes": 8,
|
||||
"fails": 1,
|
||||
"name": "register: status 200",
|
||||
"path": "::register: status 200"
|
||||
},
|
||||
{
|
||||
"name": "register: has accessToken",
|
||||
"path": "::register: has accessToken",
|
||||
"id": "8b44d66b66a954afd38da69ca377b035",
|
||||
"passes": 8,
|
||||
"fails": 1
|
||||
},
|
||||
{
|
||||
"name": "login: status 200",
|
||||
"path": "::login: status 200",
|
||||
"id": "4d9cb0041884c26a6b714904c7aba027",
|
||||
"passes": 8,
|
||||
"fails": 1
|
||||
},
|
||||
{
|
||||
"name": "login: accessToken set",
|
||||
"path": "::login: accessToken set",
|
||||
"id": "92431cabb222ea84e2324f95d2f9f630",
|
||||
"passes": 8,
|
||||
"fails": 1
|
||||
},
|
||||
{
|
||||
"name": "login: refreshToken set",
|
||||
"path": "::login: refreshToken set",
|
||||
"id": "722910b1063f9306354876d517ca6e66",
|
||||
"passes": 8,
|
||||
"fails": 1
|
||||
},
|
||||
{
|
||||
"id": "9520d42bf50f8957e4e8eda57900ec17",
|
||||
"passes": 6,
|
||||
"fails": 3,
|
||||
"name": "login: role correct",
|
||||
"path": "::login: role correct"
|
||||
},
|
||||
{
|
||||
"name": "refresh: status 200",
|
||||
"path": "::refresh: status 200",
|
||||
"id": "49519258c72bebfa5ec56fff7215d601",
|
||||
"passes": 8,
|
||||
"fails": 0
|
||||
},
|
||||
{
|
||||
"passes": 8,
|
||||
"fails": 0,
|
||||
"name": "refresh: new accessToken",
|
||||
"path": "::refresh: new accessToken",
|
||||
"id": "343c1eeb12f433c1dd592dafc03870e2"
|
||||
},
|
||||
{
|
||||
"passes": 8,
|
||||
"fails": 0,
|
||||
"name": "fcm-token: status 2xx",
|
||||
"path": "::fcm-token: status 2xx",
|
||||
"id": "36208cbdf7df9c1bb7e57192eeac11de"
|
||||
},
|
||||
{
|
||||
"fails": 0,
|
||||
"name": "logout: status 2xx",
|
||||
"path": "::logout: status 2xx",
|
||||
"id": "d3af3dd3897a84a7d9bea4645f396b0e",
|
||||
"passes": 8
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"summaryTrendStats": [
|
||||
"avg",
|
||||
"min",
|
||||
"med",
|
||||
"max",
|
||||
"p(90)",
|
||||
"p(95)"
|
||||
],
|
||||
"summaryTimeUnit": "",
|
||||
"noColor": false
|
||||
},
|
||||
"state": {
|
||||
"isStdErrTTY": true,
|
||||
"testRunDurationMs": 80572.8298,
|
||||
"isStdOutTTY": true
|
||||
},
|
||||
"metrics": {
|
||||
"vus": {
|
||||
"type": "gauge",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"max": 3,
|
||||
"value": 1,
|
||||
"min": 1
|
||||
}
|
||||
},
|
||||
"http_req_failed": {
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.046511627906976744,
|
||||
"passes": 2,
|
||||
"fails": 41
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.10": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "rate"
|
||||
},
|
||||
"iteration_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"p(95)": 35049.26411999999,
|
||||
"avg": 23870.021088888887,
|
||||
"min": 17784.7075,
|
||||
"med": 22603.613,
|
||||
"max": 39256.7478,
|
||||
"p(90)": 30841.780440000002
|
||||
}
|
||||
},
|
||||
"http_req_tls_handshaking": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
}
|
||||
},
|
||||
"walkguide_timeline_latency_ms": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"http_req_blocked": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 4.778,
|
||||
"p(90)": 0.5206,
|
||||
"p(95)": 0.53905,
|
||||
"avg": 0.22882558139534886
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"iterations": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 9,
|
||||
"rate": 0.11170018506660419
|
||||
}
|
||||
},
|
||||
"http_reqs": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 43,
|
||||
"rate": 0.5336786619848867
|
||||
}
|
||||
},
|
||||
"walkguide_endpoint_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 1457.5375,
|
||||
"max": 30125.7321,
|
||||
"p(90)": 13737.228460000006,
|
||||
"p(95)": 17809.768769999995,
|
||||
"avg": 4508.570713953487,
|
||||
"min": 2.0379
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<35000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"http_req_connecting": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0.22882558139534886,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 4.778,
|
||||
"p(90)": 0.5206,
|
||||
"p(95)": 0.53905
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"http_req_sending": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0.013144186046511628,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0.5652,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
}
|
||||
},
|
||||
"walkguide_obstacle_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_location_latency_ms": {
|
||||
"values": {
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<3000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"http_req_duration{expected_response:true}": {
|
||||
"values": {
|
||||
"max": 20960.1559,
|
||||
"p(90)": 12668.7815,
|
||||
"p(95)": 14959.9599,
|
||||
"avg": 3834.6343097560966,
|
||||
"min": 2.0379,
|
||||
"med": 1448.3537
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"vus_max": {
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"min": 3,
|
||||
"max": 3,
|
||||
"value": 3
|
||||
},
|
||||
"type": "gauge"
|
||||
},
|
||||
"walkguide_notif_latency_ms": {
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend"
|
||||
},
|
||||
"walkguide_failed_requests": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 2,
|
||||
"rate": 0.024822263348134265
|
||||
}
|
||||
},
|
||||
"http_req_duration": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 4508.570713953487,
|
||||
"min": 2.0379,
|
||||
"med": 1457.5375,
|
||||
"max": 30125.7321,
|
||||
"p(90)": 13737.228460000006,
|
||||
"p(95)": 17809.768769999995
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<35000": {
|
||||
"ok": true
|
||||
},
|
||||
"p(99)<40000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_auth_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 484.6748,
|
||||
"med": 2611.7647500000003,
|
||||
"max": 30125.7321,
|
||||
"p(90)": 16543.18705,
|
||||
"p(95)": 20251.720475000002,
|
||||
"avg": 6732.2725769230765
|
||||
},
|
||||
"thresholds": {
|
||||
"p(99)<40000": {
|
||||
"ok": true
|
||||
},
|
||||
"p(95)<35000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"walkguide_pairing_latency_ms": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0,
|
||||
"p(95)": 0,
|
||||
"avg": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<5000": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"data_received": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 32221,
|
||||
"rate": 399.89907367011705
|
||||
}
|
||||
},
|
||||
"http_req_receiving": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"avg": 0.6997906976744184,
|
||||
"min": 0,
|
||||
"med": 0.7464,
|
||||
"max": 1.6566,
|
||||
"p(90)": 1.0017,
|
||||
"p(95)": 1.4435699999999998
|
||||
}
|
||||
},
|
||||
"data_sent": {
|
||||
"type": "counter",
|
||||
"contains": "data",
|
||||
"values": {
|
||||
"count": 14296,
|
||||
"rate": 177.42953841246373
|
||||
}
|
||||
},
|
||||
"walkguide_error_rate": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.046511627906976744,
|
||||
"passes": 2,
|
||||
"fails": 41
|
||||
},
|
||||
"thresholds": {
|
||||
"rate<0.10": {
|
||||
"ok": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"checks": {
|
||||
"type": "rate",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"rate": 0.9069767441860465,
|
||||
"passes": 78,
|
||||
"fails": 8
|
||||
}
|
||||
},
|
||||
"walkguide_sos_latency_ms": {
|
||||
"values": {
|
||||
"p(95)": 0,
|
||||
"avg": 0,
|
||||
"min": 0,
|
||||
"med": 0,
|
||||
"max": 0,
|
||||
"p(90)": 0
|
||||
},
|
||||
"thresholds": {
|
||||
"p(95)<3000": {
|
||||
"ok": true
|
||||
}
|
||||
},
|
||||
"type": "trend",
|
||||
"contains": "time"
|
||||
},
|
||||
"http_req_waiting": {
|
||||
"type": "trend",
|
||||
"contains": "time",
|
||||
"values": {
|
||||
"med": 1457.5375,
|
||||
"max": 30124.7667,
|
||||
"p(90)": 13737.146100000005,
|
||||
"p(95)": 17808.977849999996,
|
||||
"avg": 4507.857779069768,
|
||||
"min": 0.5149
|
||||
}
|
||||
},
|
||||
"walkguide_successful_requests": {
|
||||
"type": "counter",
|
||||
"contains": "default",
|
||||
"values": {
|
||||
"count": 41,
|
||||
"rate": 0.5088563986367524
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -76,11 +76,11 @@ export function ping() {
|
||||
return res;
|
||||
}
|
||||
|
||||
export function updateFcmToken(token, fcmToken) {
|
||||
const res = http.post(
|
||||
`${API_BASE}/auth/fcm-token`,
|
||||
JSON.stringify({ fcmToken }),
|
||||
{ headers: authHeaders(token), tags: { endpoint: "fcm_token" } },
|
||||
export function updateFcmToken(token, fcmToken) {
|
||||
const res = http.put(
|
||||
`${API_BASE}/auth/fcm-token`,
|
||||
JSON.stringify({ fcmToken }),
|
||||
{ headers: authHeaders(token), tags: { endpoint: "fcm_token" } },
|
||||
);
|
||||
metricsHelper.recordEndpoint("fcm_token", res);
|
||||
return res;
|
||||
|
||||
@ -195,12 +195,39 @@ export const DEFAULT_THRESHOLDS = {
|
||||
/**
|
||||
* Relaxed thresholds untuk stress test (ekspektasi lebih longgar).
|
||||
*/
|
||||
export const STRESS_THRESHOLDS = {
|
||||
http_req_duration: ["p(95)<1500", "p(99)<3000"],
|
||||
http_req_failed: ["rate<0.05"],
|
||||
walkguide_error_rate: ["rate<0.05"],
|
||||
walkguide_sos_latency_ms: ["p(95)<500"],
|
||||
};
|
||||
export const STRESS_THRESHOLDS = {
|
||||
http_req_duration: ["p(95)<1500", "p(99)<3000"],
|
||||
http_req_failed: ["rate<0.05"],
|
||||
walkguide_error_rate: ["rate<0.05"],
|
||||
walkguide_sos_latency_ms: ["p(95)<500"],
|
||||
};
|
||||
|
||||
/**
|
||||
* Threshold untuk smoke test lokal.
|
||||
* Dipakai saat backend jalan di laptop tetapi database masih remote, sehingga
|
||||
* angka latency lebih cocok dipakai sebagai bukti run, bukan production SLA.
|
||||
*/
|
||||
export const LOCAL_SMOKE_THRESHOLDS = {
|
||||
http_req_duration: ["p(95)<35000", "p(99)<40000"],
|
||||
http_req_failed: ["rate<0.10"],
|
||||
walkguide_error_rate: ["rate<0.10"],
|
||||
walkguide_endpoint_latency_ms: ["p(95)<35000"],
|
||||
walkguide_location_latency_ms: ["p(95)<3000"],
|
||||
walkguide_obstacle_latency_ms: ["p(95)<5000"],
|
||||
walkguide_sos_latency_ms: ["p(95)<3000"],
|
||||
walkguide_notif_latency_ms: ["p(95)<5000"],
|
||||
walkguide_auth_latency_ms: ["p(95)<35000"],
|
||||
walkguide_timeline_latency_ms: ["p(95)<5000"],
|
||||
walkguide_pairing_latency_ms: ["p(95)<5000"],
|
||||
};
|
||||
|
||||
export function pickThresholds(overrides = {}) {
|
||||
const base =
|
||||
__ENV.BENCH_PROFILE === "local"
|
||||
? LOCAL_SMOKE_THRESHOLDS
|
||||
: DEFAULT_THRESHOLDS;
|
||||
return { ...base, ...overrides };
|
||||
}
|
||||
|
||||
/**
|
||||
* handleSummary helper — generate output JSON + text.
|
||||
|
||||
@ -6,14 +6,17 @@
|
||||
* Target: p95 auth latency < 800ms, error rate < 1%
|
||||
*/
|
||||
import { sleep, check } from "k6";
|
||||
import {
|
||||
DEFAULT_THRESHOLDS,
|
||||
handleSummary,
|
||||
} from "../modules/metrics-helper.js";
|
||||
import {
|
||||
DEFAULT_THRESHOLDS,
|
||||
handleSummary,
|
||||
pickThresholds,
|
||||
} from "../modules/metrics-helper.js";
|
||||
import * as api from "../modules/api-client.js";
|
||||
import { testData } from "../modules/test-data.js";
|
||||
import { registerAndLogin, doRefreshToken } from "../modules/auth-helper.js";
|
||||
|
||||
import { testData } from "../modules/test-data.js";
|
||||
import { registerAndLogin, doRefreshToken } from "../modules/auth-helper.js";
|
||||
|
||||
const RUN_ID = __ENV.RUN_ID || `${Date.now()}`;
|
||||
|
||||
// ── Konfigurasi test — override via --config atau env ───────────────────────
|
||||
export const options = {
|
||||
scenarios: {
|
||||
@ -28,12 +31,16 @@ export const options = {
|
||||
],
|
||||
gracefulRampDown: "15s",
|
||||
},
|
||||
},
|
||||
thresholds: {
|
||||
...DEFAULT_THRESHOLDS,
|
||||
walkguide_auth_latency_ms: ["p(95)<800", "p(99)<1500"],
|
||||
},
|
||||
};
|
||||
},
|
||||
thresholds: pickThresholds(
|
||||
__ENV.BENCH_PROFILE === "local"
|
||||
? { walkguide_auth_latency_ms: ["p(95)<35000", "p(99)<40000"] }
|
||||
: {
|
||||
...DEFAULT_THRESHOLDS,
|
||||
walkguide_auth_latency_ms: ["p(95)<800", "p(99)<1500"],
|
||||
},
|
||||
),
|
||||
};
|
||||
|
||||
// ── Main VU function ──────────────────────────────────────────────────────────
|
||||
|
||||
@ -42,7 +49,7 @@ export default function authFlow() {
|
||||
|
||||
// ── Step 1: Register user baru (setiap VU punya unique email) ───────────────
|
||||
const role = vuId % 2 === 0 ? "ROLE_GUARDIAN" : "ROLE_USER";
|
||||
const suffix = `${vuId}_${__ITER}`;
|
||||
const suffix = `${RUN_ID}_${vuId}_${__ITER}`;
|
||||
const payload =
|
||||
role === "ROLE_GUARDIAN"
|
||||
? testData.guardianRegisterPayload(suffix)
|
||||
|
||||
@ -8,11 +8,12 @@
|
||||
* Target: p95 < 300ms, error rate < 1%
|
||||
*/
|
||||
import { sleep, check } from "k6";
|
||||
import {
|
||||
DEFAULT_THRESHOLDS,
|
||||
handleSummary,
|
||||
metricsHelper,
|
||||
} from "../modules/metrics-helper.js";
|
||||
import {
|
||||
DEFAULT_THRESHOLDS,
|
||||
handleSummary,
|
||||
metricsHelper,
|
||||
pickThresholds,
|
||||
} from "../modules/metrics-helper.js";
|
||||
import * as api from "../modules/api-client.js";
|
||||
import { testData } from "../modules/test-data.js";
|
||||
|
||||
@ -32,12 +33,19 @@ export const options = {
|
||||
gracefulRampDown: "15s",
|
||||
},
|
||||
},
|
||||
thresholds: {
|
||||
...DEFAULT_THRESHOLDS,
|
||||
walkguide_location_latency_ms: ["p(95)<300", "p(99)<600"],
|
||||
http_req_duration: ["p(95)<400"],
|
||||
},
|
||||
};
|
||||
thresholds: pickThresholds(
|
||||
__ENV.BENCH_PROFILE === "local"
|
||||
? {
|
||||
http_req_duration: ["p(95)<35000", "p(99)<40000"],
|
||||
walkguide_location_latency_ms: ["p(95)<3000", "p(99)<5000"],
|
||||
}
|
||||
: {
|
||||
...DEFAULT_THRESHOLDS,
|
||||
walkguide_location_latency_ms: ["p(95)<300", "p(99)<600"],
|
||||
http_req_duration: ["p(95)<400"],
|
||||
},
|
||||
),
|
||||
};
|
||||
|
||||
// ── VU shared state (tiap VU punya token sendiri) ─────────────────────────────
|
||||
let vuTokens = null;
|
||||
|
||||
@ -13,8 +13,31 @@ const fs = require("fs");
|
||||
const path = require("path");
|
||||
|
||||
// ── Parse args ────────────────────────────────────────────────────────────────
|
||||
const inputFile = process.argv[2];
|
||||
const outputFile = process.argv[3] || "k6-results/parsed-report.json";
|
||||
const inputFile = process.argv[2];
|
||||
const outputFile = process.argv[3] || "k6-results/parsed-report.json";
|
||||
const benchProfile = process.env.BENCH_PROFILE || "default";
|
||||
const thresholdPreset =
|
||||
benchProfile === "local"
|
||||
? {
|
||||
overallP95: 35000,
|
||||
errorRate: 0.1,
|
||||
sosP95: 3000,
|
||||
locationP95: 3000,
|
||||
obstacleP95: 5000,
|
||||
authP95: 35000,
|
||||
timelineP95: 5000,
|
||||
notificationP95: 5000,
|
||||
}
|
||||
: {
|
||||
overallP95: 500,
|
||||
errorRate: 0.01,
|
||||
sosP95: 200,
|
||||
locationP95: 300,
|
||||
obstacleP95: 400,
|
||||
authP95: 800,
|
||||
timelineP95: 1000,
|
||||
notificationP95: 500,
|
||||
};
|
||||
|
||||
if (!inputFile) {
|
||||
console.error(
|
||||
@ -102,10 +125,11 @@ function summarizeSeries(arr) {
|
||||
}
|
||||
|
||||
// ── Build structured report ───────────────────────────────────────────────────
|
||||
const report = {
|
||||
generatedAt: new Date().toISOString(),
|
||||
inputFile: path.resolve(inputFile),
|
||||
totalPoints: dataPoints.length,
|
||||
const report = {
|
||||
generatedAt: new Date().toISOString(),
|
||||
inputFile: path.resolve(inputFile),
|
||||
benchProfile,
|
||||
totalPoints: dataPoints.length,
|
||||
parseErrors: errors.length,
|
||||
|
||||
// 5 KEY METRICS sesuai ketentuan pillar 3:
|
||||
@ -183,12 +207,13 @@ if (report.metrics["http_req_duration"]) {
|
||||
}
|
||||
|
||||
if (report.metrics["http_req_failed"]) {
|
||||
const rate = (
|
||||
parseFloat(report.metrics["http_req_failed"].avg) * 100
|
||||
).toFixed(2);
|
||||
report.keyMetrics.errorRate.value = rate + "%";
|
||||
report.keyMetrics.errorRate.passFail = parseFloat(rate) < 1 ? "PASS" : "FAIL";
|
||||
}
|
||||
const rate = (
|
||||
parseFloat(report.metrics["http_req_failed"].avg) * 100
|
||||
).toFixed(2);
|
||||
report.keyMetrics.errorRate.value = rate + "%";
|
||||
report.keyMetrics.errorRate.passFail =
|
||||
parseFloat(rate) / 100 < thresholdPreset.errorRate ? "PASS" : "FAIL";
|
||||
}
|
||||
|
||||
if (report.metrics["walkguide_jvm_heap_used_mb"]) {
|
||||
report.keyMetrics.jvmHeap.value =
|
||||
@ -247,72 +272,72 @@ for (const [key, metricName] of Object.entries(wgMetricMap)) {
|
||||
}
|
||||
|
||||
// ── Threshold checks ──────────────────────────────────────────────────────────
|
||||
const thresholdChecks = [
|
||||
{
|
||||
name: "p95 overall < 500ms",
|
||||
metric: "http_req_duration",
|
||||
stat: "p95",
|
||||
threshold: 500,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: "error rate < 1%",
|
||||
metric: "http_req_failed",
|
||||
stat: "avg",
|
||||
threshold: 0.01,
|
||||
unit: "rate",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: "SOS p95 < 200ms",
|
||||
metric: "walkguide_sos_latency_ms",
|
||||
stat: "p95",
|
||||
threshold: 200,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: "Location p95 < 300ms",
|
||||
metric: "walkguide_location_latency_ms",
|
||||
stat: "p95",
|
||||
threshold: 300,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: "Obstacle p95 < 400ms",
|
||||
metric: "walkguide_obstacle_latency_ms",
|
||||
stat: "p95",
|
||||
threshold: 400,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: "Auth p95 < 800ms",
|
||||
metric: "walkguide_auth_latency_ms",
|
||||
stat: "p95",
|
||||
threshold: 800,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: "Timeline p95 < 1000ms",
|
||||
metric: "walkguide_timeline_latency_ms",
|
||||
stat: "p95",
|
||||
threshold: 1000,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: "Notification p95 < 500ms",
|
||||
metric: "walkguide_notif_latency_ms",
|
||||
stat: "p95",
|
||||
threshold: 500,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
];
|
||||
const thresholdChecks = [
|
||||
{
|
||||
name: `p95 overall < ${thresholdPreset.overallP95}ms`,
|
||||
metric: "http_req_duration",
|
||||
stat: "p95",
|
||||
threshold: thresholdPreset.overallP95,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: `error rate < ${thresholdPreset.errorRate * 100}%`,
|
||||
metric: "http_req_failed",
|
||||
stat: "avg",
|
||||
threshold: thresholdPreset.errorRate,
|
||||
unit: "rate",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: `SOS p95 < ${thresholdPreset.sosP95}ms`,
|
||||
metric: "walkguide_sos_latency_ms",
|
||||
stat: "p95",
|
||||
threshold: thresholdPreset.sosP95,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: `Location p95 < ${thresholdPreset.locationP95}ms`,
|
||||
metric: "walkguide_location_latency_ms",
|
||||
stat: "p95",
|
||||
threshold: thresholdPreset.locationP95,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: `Obstacle p95 < ${thresholdPreset.obstacleP95}ms`,
|
||||
metric: "walkguide_obstacle_latency_ms",
|
||||
stat: "p95",
|
||||
threshold: thresholdPreset.obstacleP95,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: `Auth p95 < ${thresholdPreset.authP95}ms`,
|
||||
metric: "walkguide_auth_latency_ms",
|
||||
stat: "p95",
|
||||
threshold: thresholdPreset.authP95,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: `Timeline p95 < ${thresholdPreset.timelineP95}ms`,
|
||||
metric: "walkguide_timeline_latency_ms",
|
||||
stat: "p95",
|
||||
threshold: thresholdPreset.timelineP95,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
{
|
||||
name: `Notification p95 < ${thresholdPreset.notificationP95}ms`,
|
||||
metric: "walkguide_notif_latency_ms",
|
||||
stat: "p95",
|
||||
threshold: thresholdPreset.notificationP95,
|
||||
unit: "ms",
|
||||
operator: "<",
|
||||
},
|
||||
];
|
||||
|
||||
for (const check of thresholdChecks) {
|
||||
const m = report.metrics[check.metric];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user