8000 ubi: fix data source type by feckert · Pull Request #3486 · collectd/collectd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ubi: fix data source type #3486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 9, 2020
Merged

ubi: fix data source type #3486

merged 2 commits into from
Jul 9, 2020

Conversation

feckert
Copy link
Contributor
@feckert feckert commented Jun 24, 2020

ChangeLog: ubi: fix data source type from counter to gauge

Currently the values are stored in the ubi plugin as data source type
counter. But this makes no sense, because the values change very slowly
and I don't want to know the rate of change. It is better to store the
value as data source type gauge. Then I can see the current value.

Currently the values are stored in the ubi plugin as data source type
`counter`. But this makes no sense, because the values change very slowly
and I don't want to know the rate of change. It is better to store the
value as data source type `gauge`. Then I can see the current value.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
@feckert feckert requested a review from a team as a code owner June 24, 2020 10:59
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
@collectd-bot collectd-bot changed the base branch from master to main July 3, 2020 09:36
@mrunge mrunge merged commit b524b13 into collectd:main Jul 9, 2020
@mrunge
Copy link
Member
mrunge commented Jul 9, 2020

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0