All Projects → Cubxity → Unifiedmetrics

Cubxity / Unifiedmetrics

Licence: agpl-3.0
Fully-featured metrics collection agent for Minecraft servers. Supports Prometheus and InfluxDB. Dashboard included out-of-box.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Unifiedmetrics

Appmetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
Stars: ✭ 1,986 (+6748.28%)
Mutual labels:  influxdb, metrics, prometheus, grafana, grafana-dashboard
Bstats
bStats collects data for plugin authors. It's free and easy to use!
Stars: ✭ 99 (+241.38%)
Mutual labels:  minecraft, spigot, bukkit, metrics
Citrix Adc Metrics Exporter
Export metrics from Citrix ADC (NetScaler) to Prometheus
Stars: ✭ 67 (+131.03%)
Mutual labels:  metrics, prometheus, grafana, prometheus-exporter
Swagger Stats
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
Stars: ✭ 559 (+1827.59%)
Mutual labels:  api, metrics, prometheus, grafana
Promcord
📊 Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (+34.48%)
Mutual labels:  metrics, prometheus, grafana, prometheus-exporter
Unifi Poller
Application: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
Stars: ✭ 1,050 (+3520.69%)
Mutual labels:  influxdb, prometheus, prometheus-exporter, grafana-dashboard
Grafana
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.
Stars: ✭ 45,930 (+158279.31%)
Mutual labels:  influxdb, metrics, prometheus, grafana
Grafana Influx Dashboard
Grafana InfluxDB scripted dashboard
Stars: ✭ 130 (+348.28%)
Mutual labels:  influxdb, metrics, grafana, grafana-dashboard
Fastboard
Simple Bukkit scoreboard API with 1.7.10 to 1.16 support.
Stars: ✭ 62 (+113.79%)
Mutual labels:  api, minecraft, spigot, bukkit
Xseries
Library for cross-version Minecraft Bukkit support and various efficient API methods.
Stars: ✭ 109 (+275.86%)
Mutual labels:  api, minecraft, spigot, bukkit
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (+906.9%)
Mutual labels:  influxdb, metrics, prometheus, grafana
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (+462.07%)
Mutual labels:  api, minecraft, spigot, bukkit
Pihole Exporter
A Prometheus exporter for PI-Hole's Raspberry PI ad blocker
Stars: ✭ 352 (+1113.79%)
Mutual labels:  prometheus, grafana, prometheus-exporter, grafana-dashboard
Antilaby
AntiLaby plug-in for Bukkit
Stars: ✭ 6 (-79.31%)
Mutual labels:  api, minecraft, spigot
Wizzy
Manage & automate Grafana with easy wizzy
Stars: ✭ 461 (+1489.66%)
Mutual labels:  influxdb, prometheus, grafana
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+1496.55%)
Mutual labels:  minecraft, spigot, bukkit
Docker monitoring logging alerting
Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting.
Stars: ✭ 479 (+1551.72%)
Mutual labels:  metrics, prometheus, grafana
Discordsrv
The Minecraft <-> Discord bridge plugin your mother warned you about. https://www.spigotmc.org/resources/discordsrv.18494/
Stars: ✭ 437 (+1406.9%)
Mutual labels:  minecraft, spigot, bukkit
Haproxy exporter
Simple server that scrapes HAProxy stats and exports them via HTTP for Prometheus consumption
Stars: ✭ 465 (+1503.45%)
Mutual labels:  metrics, prometheus, prometheus-exporter
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+1586.21%)
Mutual labels:  minecraft, spigot, bukkit

UnifiedMetrics

License Issues Workflow Status

UnifiedMetrics is a fully-featured free and open-source metrics collection plugin for Minecraft servers. This project is licensed under GNU AGPLv3

Grafana Dashboard

Compatbility

Server:

  • 1.8+ Spigot servers
  • Velocity

Metrics:

  • Prometheus
  • InfluxDB

Features

  • Server metrics collection (TPS, MSPT, Players, Plugins)
  • World metrics collection (Entities, Chunks)
  • Events metrics collection (Player flow, chat, pings)
  • JVM metrics collection (Memory, CPU Load, Threads, Uptime)
  • Extensible API (Custom metrics, samples, metrics driver)
  • More features upcoming (Logging to ElasticSearch, etc)

Getting started

Read the wiki for instructions.

Data visualization and analysis

We recommend using Grafana as it provides highly customizable diagrams. Grafana provides out-of-box support for Prometheus and InfluxDB.

API

Add :unifiedmetrics-api as a dependency (compileOnly/provided).

import dev.cubxity.plugins.metrics.api.UnifiedMetricsProvider

/* ... */

val api = UnifiedMetricsProvider.get()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].