Skip to content

Commit da8c704

Browse files
committed
fixing more issues from translation
1 parent a1dcf87 commit da8c704

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

logging/v5_5/logging-5-5-getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
= Getting started with logging 5.5
55

66
:context: logging-5-5-getting-started
7-
include::modules/logging-getting-started.adoc[lines=5..39]
7+
include::modules/logging-getting-started.adoc[lines=5..38]

logging/v5_6/logging-5-6-getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
= Getting started with logging 5.6
55

66
:context: logging-5-6-getting-started
7-
include::modules/logging-getting-started.adoc[lines=5..39]
7+
include::modules/logging-getting-started.adoc[lines=5..38]

modules/nw-exposing-router-metrics.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ $ curl -u user:password https://<router_IP>:<stats_port>/metrics -k
7272
$ curl -u <user>:<password> http://<router_IP>:<stats_port>/metrics
7373
----
7474
+
75+
--
7576
.Example output
7677
[%collapsible]
7778
====
79+
[source,terminal]
7880
...
7981
# HELP haproxy_backend_connections_total Total number of connections.
8082
# TYPE haproxy_backend_connections_total gauge
@@ -101,6 +103,7 @@ haproxy_server_bytes_in_total{namespace="default",pod="docker-registry-5-nk5fz",
101103
haproxy_server_bytes_in_total{namespace="default",pod="hello-rc-vkjqx",route="hello-route",server="10.130.0.90:8080",service="hello-svc-1"} 0
102104
...
103105
====
106+
--
104107

105108
. Launch the stats window by entering the following URL in a browser:
106109
+
@@ -114,4 +117,4 @@ http://<user>:<password>@<router_IP>:<stats_port>
114117
[source,terminal]
115118
----
116119
http://<user>:<password>@<router_ip>:1936/metrics;csv
117-
----
120+
----

0 commit comments

Comments
 (0)