Skip to content

Commit

Permalink
fix prometheus.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lin.huang committed Nov 11, 2023
1 parent b62684c commit 01ca57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/templates/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 01ca57d

Please sign in to comment.