Skip to content

Latest commit

 

History

History

gcp_monitoring

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Google Cloud Platform Monitoring template

Provided by: bonitoo.io

Display data from Google Cloud Monitoring -- formerly Stackdriver -- using the Cloud Monitoring API v3. There are three dashboards in this template.

  • The CloudSQL dashboard -- displays metrics of MySQL database hosted in Google Cloud SQL.
  • The Compute dashboard -- it provides deeper insight into the GCP compute services provided by GCP Stackdriver.
  • The HTTPS LoadBalancing dashboard monitors network load balancing in the cluster.
Dashboard examples

GCP Monitoring Cloud SQL GCP Monitoring Compute GCP Monitoring LoadBalancing

Quick install

InfluxDB UI

In the InfluxDB UI, go to Settings->Templates and enter this URL: https://raw.githubusercontent.com/influxdata/community-templates/master/gcp_monitoring/gcp_monitoring.yml

Influx CLI

If you have your InfluxDB credentials configured in the CLI, you can install this template with:

influx apply -f https://raw.githubusercontent.com/influxdata/community-templates/master/gcp_monitoring/gcp_monitoring.yml

Included resources

This template includes the following:

  • 2 Labels: inputs.stackdriver, GCP
  • 3 Dashboards: CloudSQL, Compute and HTTPS LoadBalancing
  • 1 Variable: bucket
  • 1 Telegraf Config: GCP Stackdriver

Setup Instructions

Load the dashboards and use the Telegraf Stackdriver plugin into your environment.

An example command:

 $ ${INFLUX_PATH}/influx apply --org qa --file ${myTemplateFile} -t ${INFLUX_TOKEN}

Include the Telegraf Stackdriver plugin in your Telegraf configuration and start Telegraf.

Visit the dashboard and use the v.bucket variable to select which bucket the data is stored in.

Customizations

n/a

Contact

Author: Ivan Kudibal, Tomas Klapka, https://www.bonitoo.io

Github: @ivankudibal