Skip to content
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

Metric monitoring #60

Open
azwald opened this issue Jan 13, 2021 · 1 comment
Open

Metric monitoring #60

azwald opened this issue Jan 13, 2021 · 1 comment

Comments

@azwald
Copy link

azwald commented Jan 13, 2021

Hi, I use monitoring mode to monitor the changes in value with interval 60000ms (1 minute) but in influxdb, the measurement shows every 1 minute regardless of any changes in monitored value

is there any mistake in the configuration?

[[metrics]]
measurement = "PVC_Real"
datatype = "number"
tags = { equipment = "Mixer 2" }
nodeId = "ns=2;s=Mixer.Oil 2.PVC Real"
method = "monitored"
interval = 60000

@MoritzLaut
Copy link

hi @azwald
currently, only second level intervals are supported, and they are rounded so they match a 1 minute cycle.

~moritz

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

No branches or pull requests

2 participants