Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
Signed-off-by: Seddik Yengui <[email protected]>
  • Loading branch information
Seddik Yengui committed Dec 26, 2024
1 parent bc1ab94 commit c991535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(tomcat_threads_current_threads) by (pod) or or sum(reactor_netty_http_server_connections) by (pod)",
"expr": "sum(tomcat_threads_current_threads) by (pod) or sum(reactor_netty_http_server_connections) by (pod)",
"format": "table",
"hide": false,
"instant": true,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/technical/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scrape_configs:
- job_name: 'apps'
metrics_path: '/actuator/prometheus'
static_configs:
- targets: ['172.17.0.1:5008', '172.17.0.1:5023', '172.17.0.1:5009', '172.17.0.1:5030', '172.17.0.1:5031', '172.17.0.1:5032', '172.17.0.1:5038', '172.17.0.1:5003', '172.17.0.1:5007', '172.17.0.1:5041']
- targets: ['172.17.0.1:5008', '172.17.0.1:5023', '172.17.0.1:5009', '172.17.0.1:5030', '172.17.0.1:5031', '172.17.0.1:5032', '172.17.0.1:5038', '172.17.0.1:5003', '172.17.0.1:5007', '172.17.0.1:5041', '172.17.0.1:9000']
- job_name: 'rabbitmq'
metrics_path: '/metrics'
static_configs:
Expand Down

0 comments on commit c991535

Please sign in to comment.