Skip to content

Commit

Permalink
Update docs/metrics/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla authored Dec 18, 2023
1 parent 85f165a commit b1b581f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Instruments SHOULD only be created once and reused throughout the application
lifetime. This [example](../../docs/metrics/getting-started-console/Program.cs)
shows how an instrument is created a `static` field and then used in the
shows how an instrument is created as a `static` field and then used in the
application. You could also look at this ASP.NET Core
[example](../../examples/AspNetCore/Program.cs) which shows a more Dependency
Injection friendly way of doing this by extracting the `Meter` and an instrument
Expand Down

0 comments on commit b1b581f

Please sign in to comment.