-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gateway panel in pods supervision #468
Conversation
For this to work, I had to add the gateway IP in prometheus.yaml, I think we should add it? |
docker-compose/technical/grafana/dashboards/pods_supervision.json
Outdated
Show resolved
Hide resolved
docker-compose/technical/grafana/dashboards/pods_supervision.json
Outdated
Show resolved
Hide resolved
I'm not sure what's the actual difference between active vs connections, can you detail this part? |
docker-compose/technical/grafana/dashboards/pods_supervision.json
Outdated
Show resolved
Hide resolved
Signed-off-by: Seddik Yengui <[email protected]>
c707b1a
to
bc1ab94
Compare
Still not added? |
@@ -834,7 +834,7 @@ | |||
}, | |||
"editorMode": "code", | |||
"exemplar": false, | |||
"expr": "sum(tomcat_threads_current_threads) by (pod)", | |||
"expr": "sum(tomcat_threads_current_threads) by (pod) or or sum(reactor_netty_http_server_connections) by (pod)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -1126,13 +1126,213 @@ | |||
], | |||
"type": "table" | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove these panels for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep only changes above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Signed-off-by: Seddik Yengui <[email protected]>
d56bfec
to
c991535
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code OK
Tests OK
No description provided.