Skip to content

Commit 73e12c7

Browse files
committed
trimmed comment
1 parent 5eb3861 commit 73e12c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitoring/exporter/stackdriver/stackdriver.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ func defaultMakeResource(rd *RowData) (*mrpb.MonitoredResource, error) {
134134
return &mrpb.MonitoredResource{Type: "global"}, nil
135135
}
136136

137-
// Following functions are wrapper of functions that may show non-deterministic behavior. Only tests
138-
// can modify these functions.
137+
// Following functions are wrapper of functions those will be mocked by tests. Only tests can modify
138+
// these functions.
139139
var (
140140
newMetricClient = monitoring.NewMetricClient
141141
createTimeSeries = (*monitoring.MetricClient).CreateTimeSeries

0 commit comments

Comments
 (0)