Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix committed Apr 26, 2024
1 parent 514c240 commit a28b6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disperser/dataapi/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func NewMetrics(blobMetadataStore *blobstore.BlobMetadataStore, httpPort string,
[]string{"method"},
),
// PeriodicEjectionRequests is a more detailed metric than NumRequests, specifically for
// tracking the ejection calls that are periodically initiated according to the SLA
// tracking the ejection calls that are periodically initiated according to the SLA
// evaluation time window.
PeriodicEjectionRequests: promauto.With(reg).NewCounterVec(
prometheus.CounterOpts{
Expand Down

0 comments on commit a28b6f0

Please sign in to comment.