Discussion Feed
09-25-2017
02:15 AM
Thats right. We are using D3, or for simpler cases bootstrap themes with diverse graph libraries.
... View more
09-18-2017
12:40 AM
Hello, it is definitely not possible up to now. – confirmed by appdynamics as well. We’ve started to build custom dashboards using the controller API data access to the metrics. Below is a java script snippet showing how to query a static time window of “today” between 6am and 8pm. var date = new Date(); var start = date.setHours(6), // 6am end = date.setHours(20); // 8pm var metricPath = "PATH|TO|YOUR|METRIC"; var url = "https://appd-controller.domain.local/controller/rest/applications/20/metric-data?metric-path="+metricPath+"&time-range-type=BETWEEN_TIMES&start-time="+start+"&end-time="+end+"&output=json&rollup=false"; regards, Christian
... View more
06-20-2017
12:30 AM
Hi akumar,
thanks for the reply and the info. after further digging i sort of concluded the same yesterday and started to build it as external dashboard from API data - halfway through or so.
regards,
Christian
PS. you need a "no solution yet -> roadmap" button with voting option for the others here to help priortize your ETA ... 😉
... View more
06-19-2017
03:29 AM
hello,
i've searched here and googled there but didn't find a suitable hint to: custom time ranges for a dashboard public deeplink to show always "the same day" within the 6am to 8pm time window.
anyone needed this before?
regards,
Christian
... View more
- Tags:
- Custom
- time range
Latest Activity
- Posted Re: custom time range: fixed same day 6am to 8pm on Dashboards. 09-25-2017 02:15 AM
- Posted Re: custom time range: fixed same day 6am to 8pm on Dashboards. 09-18-2017 12:40 AM
- Posted Re: custom time range: fixed same day 6am to 8pm on Dashboards. 06-20-2017 12:30 AM
- Kudoed Re: custom time range: fixed same day 6am to 8pm for Arun.Dasetty. 06-20-2017 12:27 AM
- Posted custom time range: fixed same day 6am to 8pm on Dashboards. 06-19-2017 03:29 AM
- Tagged custom time range: fixed same day 6am to 8pm on Dashboards. 06-19-2017 03:29 AM
- Tagged custom time range: fixed same day 6am to 8pm on Dashboards. 06-19-2017 03:29 AM
Community Stats
Date Registered | 06-19-2017 03:18 AM |
Date Last Visited | 06-15-2018 01:11 AM |
Total Messages Posted | 4 |