You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
istatd comes with an HTTP interface, part of which is a useful REST-like service. In fact, istatd's web frontend is simply a small convenience layer over that. However, it occasionally comes in handy to talk to this remote service directly, for various monitoring and exporting utilities.
The following are different requests that can be made:
Get a counter - GET request to retrieve data for a single counter.
Get multiple counters - POST request to retrieve data for multiple counters at once.