File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# tsplot
22[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/bitly/tsplot )] ( https://goreportcard.com/report/github.com/bitly/tsplot )
3+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/bitly/tsplot.svg )] ( https://pkg.go.dev/github.com/bitly/tsplot )
34
45This package provides a method of querying for raw time series data from the GCM APIs and additionally plotting that data for use in other applications.
56
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ import (
1414 monitoringpb "google.golang.org/genproto/googleapis/monitoring/v3"
1515)
1616
17- var rawTpl = `/*
17+ var rawTpl = `package tsplot
18+ /*
1819DO NOT EDIT
1920Generated by codegen.go
2021https://github.com/googleapis/go-genproto/blob/0135a39c27378c1b903c75204eff61a060be5eb7/googleapis/monitoring/v3/common.pb.go
2122*/
22- package tsplot
2323{{range $name, $value := .Aligners}}
2424func (mq *MetricQuery) Set_{{$name}}() {
2525 *mq.aggregation = append(*mq.aggregation, withPerSeriesAligner({{$value}}))
Original file line number Diff line number Diff line change 1+ package tsplot
12/*
23DO NOT EDIT
34Generated by codegen.go
45https://github.com/googleapis/go-genproto/blob/0135a39c27378c1b903c75204eff61a060be5eb7/googleapis/monitoring/v3/common.pb.go
56*/
6- package tsplot
77
88func (mq * MetricQuery ) Set_ALIGN_COUNT () {
99 * mq .aggregation = append (* mq .aggregation , withPerSeriesAligner (13 ))
You can’t perform that action at this time.
0 commit comments