Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

swarm/storage/localstore: add gc metrics, disable flaky test#1384

Merged
nonsense merged 3 commits intoswarm-rather-stablefrom
add-gc-metrics
May 9, 2019
Merged

swarm/storage/localstore: add gc metrics, disable flaky test#1384
nonsense merged 3 commits intoswarm-rather-stablefrom
add-gc-metrics

Conversation

@acud
Copy link
Copy Markdown
Contributor

@acud acud commented May 9, 2019

No description provided.

@acud acud requested a review from nonsense May 9, 2019 12:49
@acud acud self-assigned this May 9, 2019
@acud acud changed the title swarm/storage/localstore: add gc metrics swarm/storage/localstore: add gc metrics, disable flaky test May 9, 2019
Comment thread swarm/storage/localstore/gc.go Outdated
if err != nil {
return 0, false, err
}
metrics.GetOrRegisterGauge(metricName+".collected-count", nil).Update(int64(collectedCount))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be a counter, and not a gauge.

@acud
Copy link
Copy Markdown
Contributor Author

acud commented May 9, 2019

done @nonsense

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants