Supported versions:
Unsupported versions:
This section describes configuration properties for sending Apigee hybrid metrics data to hybrid. Metrics collection is enabled by default. See also Metrics collection overview.
The following overrides file settings configure metrics collection:
gcp: region: $GCP_REGION projectID: $GCP_PROJECT_ID metrics: serviceAccountPath: $SERVICE_ACCOUNT_PATH
Where:
$GCP_REGION identifies the GCP region
where the apigee-logger
and the apigee-metrics push their data.$GCP_PROJECT_ID identifies the Google Cloud project where apigee-logger and the apigee-metrics push
their data.$SERVICE_ACCOUNT_PATH 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.
Example:
gcp: region: us-central1 projectID: acme-project metrics: serviceAccountPath: ./service-accounts/metrics-sa.json
To disable metrics collection, add the following configuration to your overrides and apply it to the cluster:
metrics: enabled: false
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-11 UTC.