aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/worker/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/worker/main.go b/cmd/worker/main.go
index e26b1270..feeb1d57 100644
--- a/cmd/worker/main.go
+++ b/cmd/worker/main.go
@@ -116,9 +116,9 @@ func main() {
worker.ProcessingLag,
worker.UnprocessedModules,
worker.UnprocessedNewModules,
+ worker.SheddedFetchCount,
fetch.FetchLatencyDistribution,
fetch.FetchResponseCount,
- fetch.SheddedFetchCount,
fetch.FetchPackageCount)
if err := dcensus.Init(cfg, views...); err != nil {
log.Fatal(ctx, err)