| num_requests | The number of requests | GaugeVec | name、method | 3s |
| num_failures | The number of failures | GaugeVec | name、method | 3s |
| median_response_time | The median response time | GaugeVec | name、method | 3s |
| average_response_time | The average response time | GaugeVec | name、method | 3s |
| min_response_time | The min response time | GaugeVec | name、method | 3s |
| max_response_time | The max response time | GaugeVec | name、method | 3s |
| average_content_length | The average content length | GaugeVec | name、method | 3s |
| current_rps | The current requests per second | GaugeVec | name、method | 3s |
| current_fail_per_sec | The current failure number per second | GaugeVec | name、method | 3s |
| total_num_requests | The number of requests in total | CounterVec | method、name | total |
| total_num_failures | The number of failures in total | CounterVec | method、name | total |
| errors | The errors of load testing | CounterVec | method、name、error | total |
| response_time | The summary of response time(PCT50/PCT90/PCT95) | SummaryVec | name、method | total |
| users | The current number of users | Gauge | N/A | total |
| state | The current runner state, 1=initializing, 2=spawning, 3=running, 4=quitting, 5=stopped | Gauge | N/A | total |
| duration | The duration of load testing | Gauge | N/A | total |
| total_average_response_time | The average response time in total milliseconds | Gauge | N/A | total |
| total_min_response_time | The min response time in total milliseconds | GaugeVec | name、method | total |
| total_max_response_time | The max response time in total milliseconds | GaugeVec | name、method | total |
| total_rps | The requests per second in total | Gauge | N/A | total |
| fail_ratio | The ratio of request failures in total | Gauge | N/A | total |
| total_fail_per_sec | The failure number per second in total | Gauge | N/A | total |
| transactions_passed | The accumulated number of passed transactions | Gauge | N/A | total |
| transactions_failed | The accumulated number of failed transactions | Gauge | N/A | total |