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-08-26 UTC."],[[["\u003cp\u003eApigee hybrid utilizes the Prometheus add-on for metrics collection, with all runtime plane applications exposing an HTTP(s) endpoint for scraping.\u003c/p\u003e\n"],["\u003cp\u003eMetrics in Apigee hybrid are formatted in OpenCensus format, compatible with Prometheus server scraping.\u003c/p\u003e\n"],["\u003cp\u003eEach Apigee hybrid runtime component exposes metrics on specific ports and endpoints, as detailed in the provided table.\u003c/p\u003e\n"],["\u003cp\u003eThe provided table shows what the metrics endpoint and port number are for scraping in each runtime component, such as Runtime having \u003ccode\u003e/v1/server/metrics\u003c/code\u003e at port \u003ccode\u003e8843\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Pod metrics annotations details\n\n| You are currently viewing version 1.12 of the Apigee hybrid documentation. **This version is end of life.** You should upgrade to a newer version. For more information, see [Supported versions](/apigee/docs/hybrid/supported-platforms#supported-versions).\n\nOverview\n--------\n\n\nApigee hybrid uses the industry-standard Prometheus add-on for metrics collection. All\nApigee hybrid runtime plane applications expose an HTTP(s) endpoint that a\n[Prometheus](https://prometheus.io/)\nserver can scrape. The Metrics are formatted in\n[OpenCensus](https://opencensus.io/introduction/) format.\n\n\nYou can use your own metrics collection and reporting service, keeping in mind that\nApigee hybrid metrics are formatted in OpenCensus for scraping by a Prometheus server.\n\n\nThe following table lists port number and endpoint where hybrid exposes metrics for scraping for\neach runtime plane pods.\n\n### Example\n\n\nThe following example shows collecting metrics on the Runtime component from the command line: \n\n```\nkubectl -n apigee port-forward RUNTIME_POD_NAME 8843:8843\ncurl -k https://0:8843/v1/server/metrics?type=\"prometheus\"\n```"]]