Apigee hybrid metrics collection is disabled by default; you must provide
a few configuration properties in your overrides file to enable hybrid
to send the collected metrics data to
Stackdriver.
Required configuration
To enable Apigee hybrid to send collected metrics data to Stackdriver,
you must provide these configuration settings in your overrides
file:
gcpProjectID is a GCP project ID. Metrics data will be sent to the Stackdriver instance
in that project.
k8sClusterName is the name of the Kubernetes cluster where the hybrid
runtime is installed.
serviceAccountPath is the path on your filesystem to the GCP service account
key file that was downloaded during the Apigee hybrid
installation procedure.
The service account associated with the key must have the Monitoring Metrics Writer
role. For details on creating service accounts, see Step 5: Add service
accounts.
[[["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."],[[["The current Apigee hybrid documentation version (1.1) is end-of-life and an upgrade to a newer version is required."],["Apigee hybrid metrics collection is disabled by default and must be explicitly enabled through configuration."],["Enabling metrics collection requires specifying the GCP project ID, Kubernetes cluster name, and the path to a service account key file with the Monitoring Metrics Writer role in the overrides file."],["Metrics collection can be disabled by setting the `metrics.enabled` property to `false` in the overrides file."]]],[]]