Get the Native Fabric Metrics for Peer or Orderer

get

/console/admin/api/v1.1/dashboard/statistics/metrics

You can query the Hyperledger Fabric metrics and publish the output to a Prometheus database.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Operational metrics exported for consumption by Prometheus.

400 Response

The specified nodeId is invalid.
Body ()
Root Schema : schema
Type: object
Show Source
Example:
{
    "respMesg":"invalid nodeId:peer100"
}

Default Response

unexpected error
Body ()
Root Schema : errorModel
Type: object
Show Source
Back to Top