proxy.golang.org : github.com/MediaMath/stats
Package stats provides a facade around push based stats instrumentation. It allows you to put simple instrumentation calls in your code: Then you can turn this off, change where the stats go, etc at startup time. The basic architecture of the stats package has the concept of Brokers, Endpoints and producers. Producers send a stat to a broker which then multiplexes the stats to all registered endpoints. If no Broker reference is used the DefaultBroker is used, it is started at initialization time.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/%21media%21math/stats
Keywords:
ignore-list
License: BSD-3-Clause
Latest release: almost 7 years ago
First release: almost 7 years ago
Namespace: github.com/MediaMath
Stars: 2 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 6 hours ago