-
Notifications
You must be signed in to change notification settings - Fork 33
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
[3.4.2] integration monitoring #39
base: master
Are you sure you want to change the base?
Conversation
nickAS21
commented
Oct 4, 2022
•
edited
Loading
edited
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.
The screenshots do not provide a clear view of the whole dashboard. See examples on the Grafana website. I suggest you present your dashboard face-to-face in the office.
ports: | ||
- 9090 # PE does not expose this port to avoid port binding conflict with load balancer exposed port | ||
- 9090:9090 # PE does not expose this port to avoid port binding conflict with load balancer exposed port |
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.
may break the thing. see the original comment
@@ -42,10 +42,9 @@ services: | |||
volumes: | |||
- ./monitoring/prometheus/:/etc/prometheus/ | |||
- prometheus_data:/prometheus | |||
command: | |||
- '--config.file=/etc/prometheus/prometheus.yml' | |||
command: --config.file=/etc/prometheus/prometheus.yml |
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.
make no sense. multiline are always better
@@ -50,8 +50,10 @@ scrape_configs: | |||
scrape_interval: 5s | |||
static_configs: | |||
- targets: ['localhost:9090'] | |||
# - targets: ['172.17.0.1:9090'] |
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.
cleanup comments