Skip to content

Commit

Permalink
Update exporter/collector/metricsexporter.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Abbott <aaronabbott@google.com>
  • Loading branch information
tbarker25 and aabmass authored Jan 25, 2022
1 parent 783792c commit 52dbc88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporter/collector/metricsexporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ func (me *MetricsExporter) PushMetrics(ctx context.Context, m pdata.Metrics) err
}

func (me *MetricsExporter) exportPendingTimeSerieses() {
defer me.goroutines.Done()
ctx := context.Background()

var sendSize int
Expand Down

0 comments on commit 52dbc88

Please sign in to comment.