/api/stats

    • GET

    • POST

    No parameters available.

    Query String

    The response is an array of objects. Fields in the response include:

    Example Response

    1. "metric": "tsd.connectionmgr.connections",
    2. "timestamp": 1369350222,
    3. "value": "1",
    4. "tags": {
    5. "host": "wtdb-1-4"
    6. }
    7. },
    8. "metric": "tsd.connectionmgr.exceptions",
    9. "timestamp": 1369350222,
    10. "value": "0",
    11. "tags": {
    12. }
    13. },
    14. {
    15. "timestamp": 1369350222,
    16. "value": "0",
    17. "tags": {
    18. "host": "wtdb-1-4",
    19. "type": "telnet"
    20. }
    21. }
    22. ]