feat: add prometheus plugin scaffold

This commit is contained in:
dmg
2026-01-22 22:05:03 -05:00
commit 01878de01e
13 changed files with 456 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
http:
bind_address: "0.0.0.0"
port: 9149
path: "/metrics"
bearer_token: ""
metrics:
enable_jvm: true
enable_process: true
movement:
count_block_changes_only: true
+6
View File
@@ -0,0 +1,6 @@
name: PrometheusSpigot
main: com.prometheus.spigot.PrometheusSpigotPlugin
version: ${version}
api-version: "1.21"
description: Exposes a Prometheus metrics endpoint.
author: OpenCode