Skip to content

Commit 58132c3

Browse files
authored
Update monitoring.adoc
1 parent 08986a8 commit 58132c3

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

docs/monitoring.adoc

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,28 @@ Now, let's proceed by making a few requests to /acme/ping using httpie.
5252
[source,bash]
5353
----
5454
$ http -b :8080/acme/ping
55-
Greetings from RESTHeart!
55+
{
56+
"client_ip": "127.0.0.1",
57+
"host": "localhost:8080",
58+
"message": "Greetings from RESTHeart!",
59+
"version": "8.4.0"
60+
}
5661
5762
$http -b :8080/acme/ping
58-
Greetings from RESTHeart!
63+
{
64+
"client_ip": "127.0.0.1",
65+
"host": "localhost:8080",
66+
"message": "Greetings from RESTHeart!",
67+
"version": "8.4.0"
68+
}
5969
6070
$http -b :8080/acme/ping
61-
Greetings from RESTHeart!
71+
{
72+
"client_ip": "127.0.0.1",
73+
"host": "localhost:8080",
74+
"message": "Greetings from RESTHeart!",
75+
"version": "8.4.0"
76+
}
6277
----
6378

6479
Now we can ask for available metrics:

0 commit comments

Comments
 (0)