Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.99 KB

GCPConfiguration.md

File metadata and controls

18 lines (14 loc) · 1.99 KB

GCPConfiguration

Properties

Name Type Description Notes
categories_to_fetch list[str] A list of Google Cloud Platform (GCP) services (such as ComputeEngine, PubSub, etc) from which to pull metrics. Allowable values are APPENGINE, BIGQUERY, BIGTABLE, CLOUDFUNCTIONS, CLOUDIOT, CLOUDSQL, CLOUDTASKS, COMPUTE, CONTAINER, DATAFLOW, DATAPROC, DATASTORE, FIREBASEDATABASE, FIREBASEHOSTING, FIRESTORE, INTERCONNECT, KUBERNETES, LOADBALANCING, LOGGING, ML, MONITORING, PUBSUB, REDIS, ROUTER, SERVICERUNTIME, SPANNER, STORAGE, TPU, VPN [optional]
custom_metric_prefix list[str] List of custom metric prefix to fetch the data from [optional]
disable_delta_counts bool Whether to disable the ingestion of counts for GCP delta metrics. Ingestion is enabled by default. [optional]
disable_histogram bool Whether to disable the ingestion of histograms. Ingestion is enabled by default. [optional]
disable_histogram_to_metric_conversion bool Whether to disable the ingestion of bucket data for GCP distributions. Ingestion is enabled by default. [optional]
gcp_json_key str Private key for a Google Cloud Platform (GCP) service account within your project. The account must at least be granted Monitoring Viewer permissions. This key must be in the JSON format generated by GCP. Use '{"project_id": "%s"}' to retain the existing key when updating.
histogram_grouping_function list[str] List of histogram grouping function to fetch data from [optional]
metric_filter_regex str A regular expression that a metric name must match (case-insensitively) in order to be ingested [optional]
project_id str The Google Cloud Platform (GCP) project id.

[Back to Model list] [Back to API list] [Back to README]