Skip to content

Commit

Permalink
feat: make metrics struct type safe (#185)
Browse files Browse the repository at this point in the history
* feat: Use type safe metrics struct

* doc: add comment

* Update doc.go

* refactor: use point receivers

* test: fix tests

* test: fix tests
  • Loading branch information
Reasno authored Aug 31, 2021
1 parent a9b6e65 commit baa2923
Show file tree
Hide file tree
Showing 14 changed files with 689 additions and 278 deletions.
3 changes: 1 addition & 2 deletions observability/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
Package observability provides a tracer and a histogram to measure all incoming
requests to the system.
Package observability provides a tracer and a set of perdefined metrics to measure critical system stats.
Introduction
Expand Down
Loading

0 comments on commit baa2923

Please sign in to comment.