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/keep94/scotty

Package scotty collects endpoint health metrics asynchronously. Package scotty collects endpoint health metrics asynchronously. The scotty code and the REST API that the scotty application provides are subject to change. REST urls (always use GET) Global optional REST Query Parameters Optional REST Query parameters for /api/hosts calls. Sample JSON for api/hosts calls. Sample JSON for api/error call Sample JSON for api/latest call For more information on the json schema, see the scotty/messages package Scotty GO RPC is available on the same port as the REST API, usually 6980. You can see these methods by visiting http://scottyhostname.com:6980/debug/rpc Gets the latest available metrics under a given path for all active endpoints. Pass the absolute path as the input. Empty string ("") means get all the latest available metrics. "/foo" means get the metric "/foo" from each endpoint or any metric underneath "/foo" from each endpoint. The output are the latest metrics as []*messages.LatestMetric. The output are sorted first by hostname then by application name and then by metric path. GO RPC scotty.Latest Example code:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/keep94/scotty
License: Apache-2.0
Latest release: over 7 years ago
First release: over 7 years ago
Namespace: github.com/keep94
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 months ago

    Loading...
    Readme
    Loading...