Skip to content

googlecloudmonitoring🔗

Objects🔗

Builders🔗

Functions🔗

VariantConfig🔗

VariantConfig returns the configuration related to cloud-monitoring dataqueries.

This configuration describes how to unmarshal it, convert it to code, …

func VariantConfig() variants.DataqueryConfig

CloudMonitoringQueryConverter🔗

CloudMonitoringQueryConverter accepts a CloudMonitoringQuery object and generates the Go code to build this object using builders.

func CloudMonitoringQueryConverter(input CloudMonitoringQuery) string

TimeSeriesListConverter🔗

TimeSeriesListConverter accepts a TimeSeriesList object and generates the Go code to build this object using builders.

func TimeSeriesListConverter(input TimeSeriesList) string

TimeSeriesQueryConverter🔗

TimeSeriesQueryConverter accepts a TimeSeriesQuery object and generates the Go code to build this object using builders.

func TimeSeriesQueryConverter(input TimeSeriesQuery) string

SLOQueryConverter🔗

SLOQueryConverter accepts a SLOQuery object and generates the Go code to build this object using builders.

func SLOQueryConverter(input SLOQuery) string

PromQLQueryConverter🔗

PromQLQueryConverter accepts a PromQLQuery object and generates the Go code to build this object using builders.

func PromQLQueryConverter(input PromQLQuery) string

MetricQueryConverter🔗

MetricQueryConverter accepts a MetricQuery object and generates the Go code to build this object using builders.

func MetricQueryConverter(input MetricQuery) string

LegacyCloudMonitoringAnnotationQueryConverter🔗

LegacyCloudMonitoringAnnotationQueryConverter accepts a LegacyCloudMonitoringAnnotationQuery object and generates the Go code to build this object using builders.

func LegacyCloudMonitoringAnnotationQueryConverter(input LegacyCloudMonitoringAnnotationQuery) string

FilterConverter🔗

FilterConverter accepts a Filter object and generates the Go code to build this object using builders.

func FilterConverter(input Filter) string