Skip to content

Commit

Permalink
reuse
Browse files Browse the repository at this point in the history
Signed-off-by: Ananya Kumar Mallik <[email protected]>
  • Loading branch information
ananya-mallik-ps committed Dec 3, 2024
1 parent 8c0729c commit e39be65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackdriver_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (h *handler) getCollector(project string, filters map[string]bool) (*collec
}

collector, err := collectors.NewMonitoringCollector(project, h.m, collectors.MonitoringCollectorOptions{
MetricTypePrefixes: h.filterMetricTypePrefixes(filters),
MetricTypePrefixes: filterdPrefixes,
ExtraFilters: h.metricsExtraFilters,
RequestInterval: *monitoringMetricsInterval,
RequestOffset: *monitoringMetricsOffset,
Expand Down

0 comments on commit e39be65

Please sign in to comment.