Apigee hybrid uses the industry-standard Prometheus add-on for metrics collection. All
Apigee hybrid runtime plane applications expose an HTTP(s) endpoint that a
Prometheus
server can scrape. The Metrics are formatted in
OpenCensus format.
You can use your own metrics collection and reporting service, keeping in mind that
Apigee hybrid metrics are formatted in OpenCensus for scraping by a Prometheus server.
The following table lists port number and endpoint where hybrid exposes metrics for scraping for
each runtime plane pods.
Apigee component name
Port number
Metrics endpoint
Cassandra
7070
/metrics
Connect Agent
7070
/metrics
Mart
8843
/v1/mart/metrics
Redis
8001
/stats/promethues
Runtime
8843
/v1/server/metrics
Synchronizer
8843
/v1/sync/metrics
UDCA
7070
/v1/server/metrics
Watcher
8843
/metricz
Example
The following example shows collecting metrics on the Runtime component from the command line:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 UTC."],[[["Apigee hybrid utilizes Prometheus for metrics collection, with all runtime plane applications providing an HTTP(s) endpoint for scraping."],["Metrics from Apigee hybrid are formatted in OpenCensus, designed to be compatible with scraping by a Prometheus server."],["Each Apigee hybrid component, such as Cassandra, Mart, and Runtime, exposes specific metrics endpoints and port numbers that are available in the documentation."],["Users have the option to integrate their own metrics collection and reporting services, provided they are compatible with the OpenCensus format."],["Version 1.10 of the Apigee hybrid documentation is currently in use."]]],[]]