google_api_cloud_monitoring v0.0.1 API Reference
Modules
API calls for all endpoints tagged MetricDescriptors
API calls for all endpoints tagged Timeseries
API calls for all endpoints tagged TimeseriesDescriptors
Handle Tesla connections for GoogleApi.CloudMonitoring.V2beta2
Helper functions for deserializing responses into models
The response of cloudmonitoring.metricDescriptors.delete
The request of cloudmonitoring.metricDescriptors.list
The response of cloudmonitoring.metricDescriptors.list
The request of cloudmonitoring.timeseriesDescriptors.list
The response of cloudmonitoring.timeseriesDescriptors.list
The request of cloudmonitoring.timeseries.list
The response of cloudmonitoring.timeseries.list
A metricDescriptor defines the name, label keys, and data type of a particular metric
A label in a metric is a description of this metric, including the key of this description (what the description is), and the value for this description
A type in a metric contains information about how the metric is collected and what its data points look like
Point is a single point in a time series. It consists of a start time, an end time, and a value
Distribution data point value type. When writing distribution points, try to be consistent with the boundaries of your buckets. If you must modify the bucket boundaries, then do so by merging, partitioning, or appending rather than skewing them
The histogram's bucket. Buckets that form the histogram of a distribution value. If the upper bound of a bucket, say U1, does not equal the lower bound of the next bucket, say L2, this means that there is no event in [U1, L2)
The overflow bucket is a special bucket that does not have the upperBound field; it includes all of the events that are no less than its lower bound
The underflow bucket is a special bucket that does not have the lowerBound field; it includes all of the events that are less than its upper bound
The monitoring data is organized as metrics and stored as data points that are recorded over time. Each data point represents information like the CPU utilization of your virtual machine. A historical record of these data points is called a time series
TimeseriesDescriptor identifies a single time series
When writing time series, TimeseriesPoint should be used instead of Timeseries, to enforce single point for each time series in the timeseries.write request
The request of cloudmonitoring.timeseries.write
The response of cloudmonitoring.timeseries.write
Helper functions for building Tesla requests