Skip to content

Instantly share code, notes, and snippets.

@dvas0004
Created March 13, 2018 14:39
Show Gist options
  • Save dvas0004/5aefb252fee8318c39f4996d731dfca5 to your computer and use it in GitHub Desktop.
Save dvas0004/5aefb252fee8318c39f4996d731dfca5 to your computer and use it in GitHub Desktop.
GET http://localhost:8080/actuator/metrics/http.server.requests
{
"name":"http.server.requests",
"measurements":[
{
"statistic":"COUNT",
"value":1
},
{
"statistic":"TOTAL_TIME",
"value":0.254688544
},
{
"statistic":"MAX",
"value":0.254688544
}
],
"availableTags":[
{
"tag":"exception",
"values":[
"None"
],
},
{
"tag":"method",
"values":[
"GET"
],
},
{
"tag":"uri",
"values":[
"NOT_FOUND"
],
},
{
"tag":"status",
"values":[
"404"
],
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment