Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Grafana | 57,357 | 25 | 30 | 8 hours ago | 4,078 | July 31, 2023 | 3,941 | agpl-3.0 | TypeScript | |
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 Prometheus | 5,724 | 2 days ago | 28 | January 24, 2023 | 159 | apache-2.0 | Jsonnet | |||
Use Prometheus to monitor Kubernetes and applications running on Kubernetes | ||||||||||
Prometheus | 3,944 | 5 months ago | 5 | mit | ||||||
A docker-compose stack for Prometheus monitoring | ||||||||||
Grafana Dashboards | 2,517 | 5 days ago | 21 | agpl-3.0 | TypeScript | |||||
PMM dashboards for database monitoring | ||||||||||
Prometheusalert | 2,348 | 7 days ago | 10 | April 19, 2021 | 53 | mit | JavaScript | |||
Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等 | ||||||||||
Robusta | 2,181 | 9 hours ago | 141 | mit | Python | |||||
Kubernetes observability and automation, with an awesome Prometheus integration | ||||||||||
Kubernetes Mixin | 1,879 | 9 days ago | 183 | apache-2.0 | Jsonnet | |||||
A set of Grafana dashboards and Prometheus alerts for Kubernetes. | ||||||||||
Grafana Aws Cloudwatch Dashboards | 1,858 | a month ago | 7 | gpl-3.0 | Jsonnet | |||||
: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, ... | ||||||||||
Grafanalib | 1,740 | 3 | 4 | a day ago | 25 | April 11, 2022 | 63 | apache-2.0 | Python | |
Python library for building Grafana dashboards | ||||||||||
Pgwatch2 | 1,618 | 2 days ago | 40 | August 18, 2023 | 4 | bsd-3-clause | PLpgSQL | |||
PostgreSQL metrics monitor/dashboard |
dash is a terminal dashboard solution inspired by Grafana, to visualize and 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.
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.