Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Grafana | 54,609 | 25 | 24 | 19 hours ago | 3,297 | September 23, 2022 | 3,317 | 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. | ||||||||||
Prometheus | 47,372 | 594 | 21 hours ago | 703 | September 12, 2022 | 859 | apache-2.0 | Go | ||
The Prometheus monitoring system and time series database. | ||||||||||
Skywalking | 21,525 | 4 | 4 | a day ago | 24 | August 30, 2022 | 65 | apache-2.0 | Java | |
APM, Application Performance Monitoring System | ||||||||||
Thanos | 11,568 | 67 | a day ago | 451 | August 26, 2022 | 337 | apache-2.0 | Go | ||
Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project. | ||||||||||
Node_exporter | 8,664 | 1 | 67 | 2 days ago | 119 | March 30, 2022 | 200 | apache-2.0 | Go | |
Exporter for machine metrics | ||||||||||
Victoriametrics | 8,221 | 4 | 20 hours ago | 174 | September 08, 2022 | 638 | apache-2.0 | Go | ||
VictoriaMetrics: fast, cost-effective monitoring solution and time series database | ||||||||||
Kube Prometheus | 5,140 | a day ago | 27 | June 17, 2022 | 181 | apache-2.0 | Jsonnet | |||
Use Prometheus to monitor Kubernetes and applications running on Kubernetes | ||||||||||
Kube State Metrics | 4,425 | 48 | 2 days ago | 93 | June 03, 2022 | 55 | apache-2.0 | Go | ||
Add-on agent to generate and expose cluster-level metrics. | ||||||||||
Fluent Bit | 4,422 | 20 hours ago | 3 | June 15, 2022 | 555 | apache-2.0 | C | |||
Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows | ||||||||||
M3 | 4,390 | 6 | a day ago | 994 | April 07, 2022 | 205 | apache-2.0 | Go | ||
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform |
A plugin that exports network stats for Prometheus.
If you don't run a network proxy, you might also be interested in Prometheus Exporter for a
single server
metrics!
Drop the bungeecord-prometheus-exporter.jar into your plugins directory and start your proxy server.
After startup, the Prometheus metrics endpoint should be available at localhost:9985/metrics
(assuming localhost is
the server hostname).
If running inside the docker, change the host to 0.0.0.0
to allow Prometheus and other services to reach the endpoint.
The metrics port can be customized in the plugin's config.json (a default config will be created after the first use).
Add the following job to the scrape_configs
section of your Prometheus configuration prometheus.yml
:
- job_name: 'bungeecord'
scrape_interval: 5s
static_configs:
- targets: [ 'localhost:9985' ]
labels:
proxy_name: 'proxy'
You can use labels in your Prometheus scrape configuration to distinguish between multiple proxies:
- job_name: 'bungeecord'
scrape_interval: 5s
static_configs:
- targets: [ 'localhost:9985' ]
labels:
proxy_name: 'proxy1'
- targets: [ 'localhost:9226' ]
labels:
proxy_name: 'proxy2'
RedisBungee is supported but disabled by default. RedisBungee metrics are not used in the dashboard because we are already collecting metrics from single instances. However, if you still want to integrate with RedisBungee, free feel to enable it and modify the dashboard.
This project is indexed at: