Skip to content
#

dashboards

Here are 397 public repositories matching this topic...

yctercero
yctercero commented Oct 3, 2021

In an effort to improve code quality, platform team looked through team's linter rules and our use of es-lint-disable. There are some low hanging fruit where we could remove these instances where we've disabled rules.

Looks like there are some known/valid use cases of this in Kibana. Not all instances may need to be removed but might want to double check that we're following the suggested met

posthog
timgl
timgl commented Sep 29, 2021

Is your feature request related to a problem?

I want to see a big number on my dashboard for one of my key metrics (like total sign ups for example)

Describe the solution you'd like

Right now the only way to do this is to have a pie chart. This is okay, but it'd be nice to just have the number without the pie chart.
![image](https://user-images.githubusercontent.com/1727427/1352510

DiazRock
DiazRock commented Jun 8, 2021

What happened?
I wanted to configure my kubeadm-like cluster to get monitored by prometheus-operator. I started using the following file:

apiVersion: kubeadm.k8s.io/v1alpha1
kind: MasterConfiguration
api:
  advertiseAddress: 192.168.1.173 (I changed the IP from here)
  bindPort: 6443
authorizationModes:
- Node
- RBAC
certificatesDir: /etc/kubernetes/pki
cloudProvider:

Improve this page

Add a description, image, and links to the dashboards topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dashboards topic, visit your repo's landing page and select "manage topics."

Learn more