Configure metrics collection

Version 1.5 (unsupported)keyboard_arrow_down

This section describes configuration properties for sending Apigee hybrid metrics data to hybrid. Metrics collection is enabled by default. See also Metrics collection overview.

Required configuration

The following overrides file settings configure metrics collection:

gcp:
  region: $GCP_REGION
  projectID: $GCP_PROJECT_ID

metrics:
  serviceAccountPath: $SERVICE_ACCOUNT_PATH

Where:

Example:

gcp:
  region: us-central1
  projectID: acme-project

metrics:
  serviceAccountPath: ./service-accounts/metrics-sa.json

How to disable metrics collection

To disable metrics collection, add the following configuration to your overrides and apply it to the cluster:

metrics:
  enabled: false