Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vrunoa committed Nov 12, 2021
1 parent 6e24151 commit f5cebdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collectors/monitoring_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func NewMonitoringCollector(projectID string, monitoringService *monitoring.Serv
efPrefix, efModifier := utils.GetExtraFilterModifiers(ef, ":")
if efPrefix != "" {
extraFilter := MetricExtraFilter{
Prefix: efPrefix,
Prefix: efPrefix,
Modifier: efModifier,
}
extraFilters = append(extraFilters, extraFilter)
Expand Down

0 comments on commit f5cebdb

Please sign in to comment.