Dash

dash is a terminal dashboard solution inspired by Grafana, to visualize and explore your data.
Alternatives To Dash
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Grafana57,35725308 hours ago4,078July 31, 20233,941agpl-3.0TypeScript
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Kube Prometheus5,724
2 days ago28January 24, 2023159apache-2.0Jsonnet
Use Prometheus to monitor Kubernetes and applications running on Kubernetes
Prometheus3,944
5 months ago5mit
A docker-compose stack for Prometheus monitoring
Grafana Dashboards2,517
5 days ago21agpl-3.0TypeScript
PMM dashboards for database monitoring
Prometheusalert2,348
7 days ago10April 19, 202153mitJavaScript
Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等
Robusta2,181
9 hours ago141mitPython
Kubernetes observability and automation, with an awesome Prometheus integration
Kubernetes Mixin1,879
9 days ago183apache-2.0Jsonnet
A set of Grafana dashboards and Prometheus alerts for Kubernetes.
Grafana Aws Cloudwatch Dashboards1,858
a month ago7gpl-3.0Jsonnet
:cloud: 40+ Grafana dashboards for AWS CloudWatch metrics: EC2, Lambda, S3, ELB, EMR, EBS, SNS, SES, SQS, RDS, EFS, ElastiCache, Billing, API Gateway, VPN, Step Functions, Route 53, CodeBuild, ...
Grafanalib1,74034a day ago25April 11, 202263apache-2.0Python
Python library for building Grafana dashboards
Pgwatch21,618
2 days ago40August 18, 20234bsd-3-clausePLpgSQL
PostgreSQL metrics monitor/dashboard
Alternatives To Dash
Select To Compare


Alternative Project Comparisons
Readme

dash

dash is a terminal dashboard solution inspired by Grafana, to visualize and explore your data.

node_exporter

Features

  • Multiple Datasources: Multiple datasources can be defined via yaml files.
  • Multiple Dashboards: Dashboards can be defined via yaml files and can be switch during runtime.
  • Time Interval: Query the data for different time intervals.
  • Refresh Rate: Refresh your data every x seconds.
  • Multiple Graphs: Choose between multiple graph types to visualize your data.
  • Dynamic Datasources: Use multiple datasources for one dashboard.
  • Explore Mode: Run ad hoc queries to explore your data.

Note: If you want to contribute (adding a missing or new feature) feel free to create a PR. If you want to share a dashboard please add the .yaml file and a screenshot to the examples folder.

Getting Started

The dash binaries are available at the releases page for macOS, Linux and Windows. You can download the binary for your operating system and directly run it. You can also follow below steps to download dash and place it in your PATH.

VERSION=1.0.0
GOOS=$(go env GOOS)
GOARCH=$(go env GOARCH)
wget https://github.com/ricoberger/dash/releases/download/$VERSION/dash-$GOOS-$GOARCH
sudo install -m 755 dash-$GOOS-$GOARCH /usr/local/bin/dashboard

The complete Getting Started guide can be found in the wiki.

Popular Grafana Projects
Popular Dashboard Projects
Popular Operations Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Go
Golang
Terminal
Dashboard
Prometheus
Grafana