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/uber-go/gwr

Package gwr provides on demand operational data sources in Go. A typical use is adding in-depth debug tracing to your program that only turns on when there are any active consumer(s). A gwr data source is a named subset data that is Get-able and/or Watch-able. The gwr library can then build reporting on top of Watch-able sources, or by falling back to polling Get-able sources. For example a request log source would be naturally Watch-able for future requests as they come in. An implementation could go further and add a "last-10" buffer to also become Get-able. To bootstrap gwr and start its server listening on port 4040: GWR also adds a handler to the default http server; so if you already have a default http server like: Then gwr will already be accessible at "/gwr/..." on port 8080; you should still call gwr.Configure:

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/uber-go/gwr
License: MIT
Latest release: almost 9 years ago
First release: over 9 years ago
Namespace: github.com/uber-go
Stars: 38 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 5 days ago

    Loading...
    Readme
    Loading...