Skip to content

router metrics provider API 0.7

mlaboszc edited this page May 24, 2016 · 1 revision

Overview

Api endpoints for getting TAP gorouter metrics

Contact information

License information

License: Apache License Version 2.0 License URL: http://www.apache.org/licenses/LICENSE-2.0

URI scheme

Host: router-metrics-provider.branch-v07-nokrb.gotapaas.eu BasePath: /

Tags

  • metrics-controller: Metrics Controller

Paths

Get latency histograms

GET /rest/metrics/latency-histograms

Responses

HTTP Code Description Schema
200 OK object

Consumes

  • application/json

Produces

  • /

Tags

  • metrics-controller

Get load per second time series

GET /rest/metrics/load-data

Responses

HTTP Code Description Schema
200 OK LoadPerSecRecord array

Consumes

  • application/json

Produces

  • /

Tags

  • metrics-controller

Definitions

LoadPerSecRecord

Name Description Required Schema Default
timestamp false string (date-time)
value false number (double)

Map«string,double»

Clone this wiki locally