Versions in this module Expand all Collapse all v1 v1.0.1 May 5, 2024 Changes in this version + const AlignmentGrafanaAuto + const AlignmentStackdriverAuto + const PreprocessDelta + const PreprocessRate + type Aligner string + const AlignCount + const AlignCountFalse + const AlignCountTrue + const AlignDelta + const AlignFractionTrue + const AlignInterpolate + const AlignMax + const AlignMean + const AlignMin + const AlignNextOlder + const AlignNone + const AlignPercentChange + const AlignPercentile05 + const AlignPercentile50 + const AlignPercentile95 + const AlignPercentile99 + const AlignRate + const AlignStdDev + const AlignSum + type FilterOption func(filter *filter) + func Eq(leftOperand string, rightOperand string) FilterOption + func Matches(leftOperand string, rightOperand string) FilterOption + func Neq(leftOperand string, rightOperand string) FilterOption + func NotMatches(leftOperand string, rightOperand string) FilterOption + type Option func(target *Stackdriver) + func Aggregation(reducer Reducer) Option + func Alignment(aligner Aligner, alignmentPeriod string) Option + func Filter(filters ...FilterOption) Option + func GroupBys(groupBys ...string) Option + func Hide() Option + func Legend(legend string) Option + func Preprocessor(preprocessor PreprocessorMethod) Option + func Project(project string) Option + func Ref(ref string) Option + type PreprocessorMethod string + type Reducer string + const ReduceCount + const ReduceCountFalse + const ReduceCountFractionTrue + const ReduceCountTrue + const ReduceMax + const ReduceMean + const ReduceMin + const ReduceNone + const ReducePercentile05 + const ReducePercentile50 + const ReducePercentile95 + const ReducePercentile99 + const ReduceStdDev + const ReduceSum + type Stackdriver struct + Builder *sdk.Target + func Cumulative(metricType string, options ...Option) *Stackdriver + func Delta(metricType string, options ...Option) *Stackdriver + func Gauge(metricType string, options ...Option) *Stackdriver