Skip to content

Commit

Permalink
issue-1711-:formatting done with gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhishmk authored and tekton-robot committed Aug 21, 2024
1 parent a3d41eb commit 18ebe5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sink/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
"The eventlistener HTTP request duration",
stats.UnitDimensionless)
elDistribution = view.Distribution(metrics.BucketsNBy10(0.001, 5)...)
eventRcdCount = stats.Float64("event_received_count",
eventRcdCount = stats.Float64("event_received_count",
"number of events received by sink",
stats.UnitDimensionless)
triggeredResources = stats.Int64("triggered_resources", "Count of the number of triggered eventlistener resources", stats.UnitDimensionless)
Expand Down

0 comments on commit 18ebe5c

Please sign in to comment.