Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nickAS21
Copy link
Contributor

@nickAS21 nickAS21 commented Oct 4, 2022

image
image
image
image
image
image
image
image
image

Copy link
Contributor

@smatvienko-tb smatvienko-tb left a 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
Copy link
Contributor

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
Copy link
Contributor

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']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cleanup comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants