Questions tagged [dashboard]

A dashboard is a user interface that organizes and presents information in a way that is easy to read to the user of a website. A dashboard typically indicates items which require urgent actions at the top of the page, moving into less important statistics at the bottom.

See Dashboard (web administration) on Wikipedia.

3042 questions
11
votes
2 answers

Jenkinsfile Pipeline DSL: How to Show Multi-Columns in Jobs dashboard GUI - For all Dynamically created stages - When within PIPELINE section

Jenkins 2.89.4 rolling I saw almost all stackoverflow posts which show how we can successfully run parallel steps/stages (using list/maps etc) --OR hardcoding them directly --OR even create dynamic stages for Jenkinsfile (as seen in this post:…
AKS
  • 16,482
  • 43
  • 166
  • 258
11
votes
6 answers

can't access kubernetes Dashboard

i followed this guide link to install a kubernetes cluster and i have no error, but i can't access kubernetes-Dashboard I did kubectl create -f https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml and when i go to…
Hugo
  • 155
  • 1
  • 2
  • 9
11
votes
1 answer

Filter data over a period of time in Fabric.io

I have been using Fabric.io on my iOS app for 2 months. It's an e-commerce app so I'm using custom events for monitoring Product search and Purchases. What I noticed it's that though the tables in "Answers" get filled up with data it's not possible…
Claus
  • 5,662
  • 10
  • 77
  • 118
10
votes
1 answer

Alternative(s) to Capital One Hygieia

All - I have been looking at tools that would provide near real-time visibility and feedback into our entire Delivery Pipeline. The only one I found similar to what I have been looking for is by Captial One Hygieia…
Murali Bala
  • 1,133
  • 2
  • 18
  • 28
10
votes
0 answers

DTM Events are not reflecting in dashboard with new SDK version 4.x

I have used Omniture/DTM latest SDK in my iOS application, I have followed the migration document provided by marketing.adobe.com, and all logs are requesting to Adobe server as per our requirements - but events, page views and purchase items are…
Brjv
  • 1,054
  • 1
  • 8
  • 24
10
votes
12 answers

Eclipse (STS) Welcome dash board error - Unable to see welcome dash board

when I am trying start STS (Spring Tool Suite) I am getting this error: Plug-in "org.springsource.ide.eclipse.commons.gettingstarted" was unable to instantiate class…
Shailendra Madda
  • 20,649
  • 15
  • 100
  • 138
10
votes
1 answer

Creating a data visualization/analytics dashboard in Java

I'm developing a website where I need to show a dashboard with data from the backend. The data visualization look and feel needs to be like Google Analytics dashboard. I'm wondering if there's any free API/library/project that lets me do it. Also…
LittleLebowski
  • 7,691
  • 13
  • 47
  • 72
10
votes
1 answer

TeamCity Quality metrics dashboard

We use jetBrains TeamCity continuous integration server for builds. We've got tens of different projects in TeamCity, and want to see one big picture across them in terms of their development quality, to find out which projects are lacking quality…
Ivan
  • 9,089
  • 4
  • 61
  • 74
9
votes
2 answers

Circular meter, indicator (using a donut as an alternative to a thermometer style)

I'm trying to show the progress of a fundraiser using some kind of donut chart. Many people use a thermometer style or progress bar for that but I really would like to get as closer as possible of something like this: After I spent a lot of time…
CodeMaster2008
  • 921
  • 2
  • 13
  • 25
9
votes
4 answers

Building dashboards in django

I have a django app and I would like to display some graphical data visualization to my users. I am looking for an easy-to-use package that would allow me to add graphs and widgets. The kind of widget I want to build is a kind of speedometer dial…
codingJoe
  • 4,713
  • 9
  • 47
  • 61
9
votes
5 answers

Rails controller design pattern for dashboard

I would like to have a Dashboard page that gather information from multiple models to a summary view (without its own model). How should I go about it the Rails way? Should I create a dashboard_controller with just index action? Thank you.
AdamNYC
  • 19,887
  • 29
  • 98
  • 154
9
votes
3 answers

How to bind roles with service accounts - Kubernetes

I know there are a lot of similar questions but none of them has a solution as far as I have browsed. Coming to the issue, I have created a service account (using command), role (using .yaml file), role binding (using .yaml files). The role grants…
vishal
  • 1,646
  • 5
  • 28
  • 56
9
votes
5 answers

Date slider with Plotly Dash does not work

I am trying to build a dash app with a datetime slider, but the following code does not work - the url displays "Error loading layout". Am I doing something stupid, or are the any tricks needed to build a slider on datetime objects? Reproducible…
famargar
  • 3,258
  • 6
  • 28
  • 44
9
votes
3 answers

What is the correct way to access the K8S dashboard?

Question It is not clear how to access the dashboard with HTTPS and cannot find a clear documentation (it just tells to use kubectl proxy). So what is the way to access the dashboard with HTTPS? Kubernetes Dashboard GitHub tells: The shortcut…
mon
  • 18,789
  • 22
  • 112
  • 205
9
votes
2 answers

sonarqube missing project dashboard

I have SonarQube 6.1. When I click on a project entry from the main dashboards projects widget, I get to a project home page where it says "quality gate passed" and where some issues are listed ('Bugs', 'Vulnerabilities', 'Code smells' and…
Jens Mander
  • 430
  • 7
  • 15