bungeecord-prometheus-exporter icon indicating copy to clipboard operation
bungeecord-prometheus-exporter copied to clipboard

📊 A lightweight Bungeecord/Velocity plugin that exports network stats to Prometheus

Results 10 bungeecord-prometheus-exporter issues
Sort by recently updated
recently updated
newest added

Bumps org.eclipse.jetty:jetty-server from 11.0.15 to 12.0.9. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jetty:jetty-server&package-manager=maven&previous-version=11.0.15&new-version=12.0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [com.github.proxiodev.redisbungee:RedisBungee-Bungee](https://github.com/ProxioDev/RedisBungee) from 0.11.4 to 0.12.2. Release notes Sourced from com.github.proxiodev.redisbungee:RedisBungee-Bungee's releases. 0.12.1: hotfix 1 This release fixes UUID / Name wasn't cached on join like 0.11.4 and earlier Javadocs...

dependencies

## CVE-2023-51074 - Medium Severity Vulnerability Vulnerable Library - json-path-2.7.0.jar Java port of Stefan Goessner JsonPath. Library home page: https://github.com/ Path to dependency file: /pom.xml Path to vulnerable library: /pom.xml...

Mend: dependency security vulnerability

## CVE-2023-1370 - High Severity Vulnerability Vulnerable Library - json-smart-2.4.7.jar JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is...

Mend: dependency security vulnerability

## CVE-2023-40167 - Medium Severity Vulnerability Vulnerable Library - jetty-http-11.0.15.jar Library home page: https://eclipse.org/jetty Path to dependency file: /pom.xml Path to vulnerable library: /pom.xml Dependency Hierarchy: - jetty-server-11.0.15.jar (Root Library)...

Mend: dependency security vulnerability

## CVE-2023-36478 - High Severity Vulnerability Vulnerable Library - jetty-http-11.0.15.jar Library home page: https://eclipse.org/jetty Path to dependency file: /pom.xml Path to vulnerable library: /pom.xml Dependency Hierarchy: - jetty-server-11.0.15.jar (Root Library)...

Mend: dependency security vulnerability

[11:42:07] [Netty Boss IO Thread #0/INFO]: Listening on /0.0.0.0:25566 [11:42:08] [qtp1162203072-117/WARN] [BungeeCordPrometheusExporter]: Failed to collect metric 'OnlinePlayer': java.lang.IllegalArgumentException: Incorrect number of labels. at io.prometheus.client.SimpleCollector.labels(SimpleCollector.java:65) at org.akadia.prometheus.bungeecord.metrics.OnlinePlayer.lambda$doCollect$1(OnlinePlayer.java:19) at java.base/java.util.Map.forEach(Map.java:713) at org.akadia.prometheus.bungeecord.metrics.OnlinePlayer.doCollect(OnlinePlayer.java:18)...

Hi there, thank you for your work, the plugin is great, I used to deploy it with Waterfall with great results. I recently switched to Velocity and I'm facing now...

I am using the latest BungeeCord and bungeecord-prometheus-exporter version and I do have all redis bungee related settings disabled. ``` "redis_player_connects": "false", "redis_player_disconnects": "false", "redis_online_players": "false", "redis_bungee_online_proxies": "false" ``` ```...

Is there an option that allows me to host the server and the plugin just send data to the main server?

enhancement
help wanted
good first issue
question