Skip to content

Commit

Permalink
README.md: spacing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
extemporalgenome committed Sep 28, 2023
1 parent 62791c2 commit 4062b97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ Statistics are collected for the current process and metrics including Goroutine
count and memory usage are reported.

Here's an example of how to use the collector:

```go
package main

Expand Down Expand Up @@ -237,6 +238,7 @@ collection to a HTTP handler, reporting things like request processing time,
error counters, header and body sizes...

Here's an example of how to use the decorator:

```go
package main

Expand Down Expand Up @@ -270,6 +272,7 @@ package exposes a decorator of `http.RoundTripper` which collects and reports
metrics for client requests the same way it's done on the server side.

Here's an example of how to use the decorator:

```go
package main

Expand Down Expand Up @@ -298,6 +301,7 @@ func main() {

You can also modify the default HTTP client to automatically get metrics for all
packages using it, this is very convinient to get insights into dependencies.

```go
package main

Expand Down Expand Up @@ -332,6 +336,7 @@ package exposes:
which collects metrics for server requests.

Here's an example of how to use the decorator on the client side:

```go
package main

Expand Down

0 comments on commit 4062b97

Please sign in to comment.