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

#102 add dashboards #123

Merged
merged 2 commits into from
Jan 27, 2025
Merged

#102 add dashboards #123

merged 2 commits into from
Jan 27, 2025

Conversation

Kimiega
Copy link
Member

@Kimiega Kimiega commented Jan 27, 2025

No description provided.

@Kimiega Kimiega requested a review from vityaman January 27, 2025 08:13
@Kimiega Kimiega linked an issue Jan 27, 2025 that may be closed by this pull request
Comment on lines +56 to +59
telemetry {
disable_hostname = true
prometheus_retention_time = "480h"
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Why we need it?

@@ -66,7 +66,8 @@ scrape_configs:
type: 'A'
port: 9187

- job_name: consul
- job_name: consul_exporter
metrics_path: /metrics
Copy link
Contributor

Choose a reason for hiding this comment

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

It is used by default and can be ommited

@@ -11,7 +11,8 @@ listener "tcp" {
}

telemetry {
prometheus_retention_time = "12h"
disable_hostname = true
Copy link
Contributor

Choose a reason for hiding this comment

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

Why we need it?

@@ -11,7 +11,8 @@ listener "tcp" {
}

telemetry {
prometheus_retention_time = "12h"
disable_hostname = true
prometheus_retention_time = "480h"
Copy link
Contributor

Choose a reason for hiding this comment

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

Зачем такой большой ретеншн? У нас может памяти не хватить.

@vityaman vityaman merged commit 5ad8353 into main Jan 27, 2025
1 of 2 checks passed
@vityaman vityaman deleted the dashboards branch January 27, 2025 14:58
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.

Setup Grafana dashboards
2 participants