vcenterreceiver : Get the total OS uptime in the 5m interval #13817
Unanswered
manjunath-batakurki
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@schmikei Do you have any inputs here ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I'm looking for the ways to get the total OS uptime in the given interval(5 minutes in my case). In my case, the scraping happens every 5 minz and based on the vCenter metric, i'm able to get the OS Uptime that is returned by the vCenter and return to user.
The challenge is that, the VM could be down/up multiple times between the scrapping interval, for example, In a 5min scrapping interval duration, if the VM was down at the second minute, and was again up at the 4th minute, the value returned would be just 60 seconds uptime(actually it was up for 120 seconds), is there a way to get the total uptime ?
below is the metric given by vCenter as part of Performance Counter.
`
metrics:
is it possible to get the total uptime in the scrapping interval ?
cat /etc/otel-collector-config.yaml
Beta Was this translation helpful? Give feedback.
All reactions