Skip to content

Commit

Permalink
try hiding copy to clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Pidu2 committed Nov 7, 2023
1 parent 94a0fb6 commit e53f4b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/01/labs/11-baloise.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ team=<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 <none> 5000/TCP 24s
```
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/01/labs/11.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e53f4b4

Please sign in to comment.