Skip to content

Commit

Permalink
Merge pull request #148 from NipunaMadhushan/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
NipunaMadhushan authored Nov 27, 2023
2 parents 3f0a757 + 7c3f76a commit 03772b9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ The exporter provides the following metrics.

|Metric Name|Description|
|---|---|
|response_time_seconds_value|Response time of a http request in seconds|
|response_time_seconds_max|Maximum response time of a http request|
|response_time_seconds_min|Minimum response time of a http request|
|response_time_seconds_mean|Average response time of a http request|
|response_time_seconds_stdDev|Standard deviation of response time of a http request|
|response_time_seconds|Response time of a http request including all information (maximum, minimum, mean, average, standard deviation)|
|response_time_nanoseconds_total_value|Summary of response time of http requests for different time windows and quantile values|
|response_time_seconds_value|Response time of a request in seconds|
|response_time_seconds_max|Maximum response time of a request|
|response_time_seconds_min|Minimum response time of a request|
|response_time_seconds_mean|Average response time of a request|
|response_time_seconds_stdDev|Standard deviation of response time of a request|
|response_time_seconds|Summary of request-response times across various time frames and quantiles|
|response_time_nanoseconds_total_value|Total response time for all requests|
|requests_total_value|Total number of requests|
|response_errors_total_value|Total number of response errors|
|inprogress_requests_value|Total number of inprogress requests|
Expand Down

0 comments on commit 03772b9

Please sign in to comment.