Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Tessier <[email protected]>
  • Loading branch information
julianocosta89 and puckpuck authored Dec 14, 2024
1 parent 42a88c2 commit 133b563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/demo/services/cart.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ builder.Services.AddOpenTelemetry()
are configured in the Cart service with trace-based exemplar filter, which
enables the OpenTelemetry SDK to attach exemplars to metrics.

First it is created a `CartActivitySource`, `Meter` and two `Histograms`. The
First it creates a `CartActivitySource`, `Meter` and two `Histograms`. The
histogram keeps track from the latency of the methods `AddItem` and `GetCart`,
as those are two important methods in the Cart service.

Expand Down

0 comments on commit 133b563

Please sign in to comment.