feat: add prometheus plugin scaffold
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user