Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tagtrics
tagtrics allows developers to keep all their metrics in a central `struct` using types from the great library [go-metrics](https://github.com/rcrowley/go-metrics) and initialized with struct tags. This allows developers to share the instance of this `struct` in the application and easiliy update metrics. The advantages to this approach include:
tagtrics allows developers to keep all their metrics in a central `struct` using types from the great library [go-metrics](https://github.com/rcrowley/go-metrics) and initialized with struct tags. This allows developers to share the instance of this `struct` in the application and easily update metrics. The advantages to this approach include:

* **Logic** - The logic of the application does not change when a new system is used as a centralized metrics store.
* **Typed Metrics** - Metrics do not have to be defined in strings. Each metric has a type and they can be embedded in structs. The name of each metric is derived from the structs.
Expand Down