add and configure UnifiedMetrics prometheus exporter

This commit is contained in:
cuqmbr 2025-07-25 17:55:53 +03:00
parent 69422189fb
commit 9da6b3c3d4
Signed by: cuqmbr
GPG Key ID: 1F62396D020F375C
3 changed files with 33 additions and 0 deletions

BIN
src/plugins/unifiedmetrics-platform-velocity-0.3.8.jar (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,14 @@
server:
name: "proxy"
metrics:
enabled: true
driver: "prometheus"
collectors:
systemGc: true
systemMemory: true
systemProcess: true
systemThread: true
server: true
world: true
tick: true
events: true

View File

@ -0,0 +1,16 @@
mode: "HTTP"
http:
host: "0.0.0.0"
port: 9100
authentication:
scheme: "NONE"
username: "username"
password: "password"
pushGateway:
job: "unifiedmetrics"
url: "http://pushgateway:9091"
authentication:
scheme: "NONE"
username: "username"
password: "password"
interval: 10