# README
tools-gcp
This is a collection of libraries and utilities for dealing with GCP APIs. Currently this includes CloudTrace and CloudMonitoring.
The gcp2prom command exports GCP metrics to Prometheus. Releases are available as Docker containers for easy deployment to GKE.
The gcp-metrics command provides information about GCP metrics, including which metrics actually have data in your project and the ability to get raw metric data.
The mon module wraps the CloudMonitoring API for querying metrics.
The trace module implements CloudTrace span registration.
# Packages
No description provided by the author
This package provides wrappers to make it easier to get an authenticated
connection to GCP services.
Misc.
No description provided by the author
No description provided by the author
The mon2prom package supports reading TimeSeries metric values from GCP
(Google Cloud Platform) and exporting them as Prometheus metrics.
This module makes it easy to register a Span (and associated Trace) in GCP (Google Cloud Platform) CloudTrace (API v2).