01 Apr 2021 01:52 PM - last edited on 27 Mar 2023 09:55 AM by MaciejNeumann
I know there are several posts about missing host availability metric already. But I have to ask again;
Why is it not possible to chart Host Availability?!?!
Not even using Metrics works, even though that should be possible to use for all metrics using the api syntax. But for some ¤%&##!: reason the Host Availability is only availble in timeseries-v1 API.
It works perfect using the REST API v1, so why can we not use it in a Dashboard custom chart, or metric chart? (Would be cool to use a HTML markup widget to show the actual result from the API call, then I could use that)
What is so special with the Host Availability metric? (same for process group availability, not possible to chart in dashboard).
Using Environment v1 API, com.dynatrace.builtin:host.availability.percent
https://<env-id>.live.dynatrace.com/api/v1/timeseries/com.dynatrace.builtin%3Ahost.availability.percent?includeData=true&relativeTime=month&queryMode=TOTAL&entity=HOST-5AC7D0D73C5BD94B&includeParentIds=true
{ "timeseriesId": "com.dynatrace.builtin:host.availability.percent", "displayName": "Availability percentage", "dimensions": [ "HOST" ], "aggregationTypes": [], "unit": "Percent (%)", "filter": "BUILTIN", "detailedSource": "Infrastructure", "types": [], "dataResult": { "dataPoints": { "HOST-5AC7D0D73C5BD94B": [ [ 1615910965388, 99.99454404174556 ] ] }, "timeseriesId": "com.dynatrace.builtin:host.availability.percent", "unit": "Percent (%)", "entities": { "HOST-5AC7D0D73C5BD94B": "ubuntu2" } } }
Solved! Go to Solution.
04 Jun 2021 08:16 PM
There use to be, along with the ability to chart the Uptime of hosts. We had used this to easily detect any hosts that might have been missed during patching and recycling. I recommend putting in a RFE for this.
04 Jun 2021 09:21 PM - edited 11 Jun 2021 03:58 PM
Good afternoon, holst!
I don't know specifically which version this is coming in, but I believe it should be returning to the UI within the next quarter. Don't quote me on this as I don't have a specific version yet (I'm hoping it's sooner rather than later 😉 ).
EDIT: GREAT NEWS! This feature is launching in SaaS version 1.219 and Managed v1.220! 🙂
Here's a mock-up of what it would look like:
Kind regards,
Joshua P.
11 Jun 2021 03:58 PM
EDIT: GREAT NEWS! This feature is launching in SaaS version 1.219 and Managed v1.220!
11 Jun 2021 04:11 PM
I agree, this is great news!