gcp-monitoring-metric-exporter
gcp-monitoring-metric-exporter copied to clipboard
Bucket and BigQuery Dataset created but not able to see metric data
I was able to run full_deploy without issue. I see the various schedulers and gcp resources configured, but the metric data has not populated the Cloud Storage Bucket or the BigQuery dataset.
This is the output of make full_deploy
(base) user@MacBook-Pro gcp-monitoring-metric-exporter % make full_deploy
gcloud functions deploy "metric_exporter" --region="us-central1" --runtime="python37" --trigger-http --source="./cloud_function"
--entry-point="export" --project="
--memory=128 --timeout=540
Deploying function (may take a while - up to 2 minutes)...⠛
For Cloud Build Logs, visit: https://console.cloud.google.com/cloud-build/builds;region=us-central1/da9ea4a2-f09e-4c93-840c-a4df7804d1ed?project=773820357926
Deploying function (may take a while - up to 2 minutes)...done.
availableMemoryMb: 128
buildId: da9ea4a2-f09e-4c93-840c-a4df7804d1ed
buildName: projects/773820357926/locations/us-central1/builds/da9ea4a2-f09e-4c93-840c-a4df7804d1ed
dockerRegistry: CONTAINER_REGISTRY
entryPoint: export
httpsTrigger:
securityLevel: SECURE_OPTIONAL
url: https://us-central1-
--bq_destination_table="cpu" --MSG_TMP_DIR="./msg_tmp" --MSG_BODY_FILE_NAME="msg.json" --BUCKET_NAME=""
--uri=https://"us-central1"-"
--headers="Content-Type=application/json,User-Agent=Google-Cloud-Scheduler"
--oidc-service-account-email="metric-exporter-scheduler-sa@""
--message-body-from-file="./msg_tmp""/""msg.json"
--time-zone="UTC"
--location="us-central1"