An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/itzg/go-metrics

Package metrics provides Go applications a simple way to report statistics. Applications will start by creating a Registry and typically just one of those. One or more Measurement's will be created/obtained from the Registry each Measurement best aligns with a subsystem of the application since a measurement in turn contains one or more fields. The fields of the measurement, counters and gauges, are what the application code will directly use to increment and provide values representing the activity of the application. Reporters, which may be a subsystem of the application, will periodically utilize the Registry's Walk function to gather a snapshot of all registered metrics.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/itzg/go-metrics
License: MIT
Latest release: over 5 years ago
First release: over 5 years ago
Namespace: github.com/itzg
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 6 days ago

    Loading...
    Readme
    Loading...