diff --git a/content/en/docs/01/labs/11-baloise.md b/content/en/docs/01/labs/11-baloise.md index a1eb65a..95137d3 100644 --- a/content/en/docs/01/labs/11-baloise.md +++ b/content/en/docs/01/labs/11-baloise.md @@ -61,7 +61,7 @@ team= Which gives you an output similar to this: -```bash +``` NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE example-web-python ClusterIP 172.24.195.25 5000/TCP 24s ``` @@ -83,7 +83,7 @@ curl localhost:5000/metrics Should result in something like: -```promql +``` # HELP python_gc_objects_collected_total Objects collected during gc # TYPE python_gc_objects_collected_total counter python_gc_objects_collected_total{generation="0"} 541.0 diff --git a/content/en/docs/01/labs/11.md b/content/en/docs/01/labs/11.md index e7008ff..2f1a217 100644 --- a/content/en/docs/01/labs/11.md +++ b/content/en/docs/01/labs/11.md @@ -334,7 +334,7 @@ Check whether the application metrics are actually exposed by opening a shell wi ``` Should result in something like: -```promql +``` # HELP python_gc_objects_collected_total Objects collected during gc # TYPE python_gc_objects_collected_total counter python_gc_objects_collected_total{generation="0"} 541.0