Skip to content

Instantly share code, notes, and snippets.

View dennisg's full-sized avatar

Dennis Geurts dennisg

  • GROUP9 / DutchAUG
  • the Netherlands
View GitHub Profile
@alexamies
alexamies / A--Monitoring-End-to-End-Message-Latency-README.md
Last active February 11, 2019 04:51
Monitoring End-to-End Message Latency with Stackdriver

Monitoring End-to-End Message Latency with Stackdriver

Enable the PubSub, Stackdriver, and Kubernetes Engine APIs in the Cloud Console. You will need to enable Stackdriver premium for use of custom metrics.

Export the name of your project and zone to the shell environment

export PROJECT_ID=[YOUR PROJECT ID]
gcloud config set project $PROJECT_ID
ZONE=us-west1-a
gcloud config set compute/zone $ZONE