mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 05:27:03 +08:00
fix prometheus.yaml
This commit is contained in:
parent
b62684c2ff
commit
01ca57d1db
@ -40,7 +40,7 @@ scrape_configs:
|
||||
namespace: 'default'
|
||||
- job_name: 'openimserver-openim-msgtransfer'
|
||||
static_configs:
|
||||
- targets: [ '${MSG_TRANSFER_PROM_ADDRESS_PORT}' ]
|
||||
- targets: [ ${MSG_TRANSFER_PROM_ADDRESS_PORT} ]
|
||||
labels:
|
||||
namespace: 'default'
|
||||
- job_name: 'openimserver-openim-push'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user