-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Prometheus dashboard #3186
Prometheus dashboard #3186
Conversation
c2a797a
to
c262d9d
Compare
50635e2
to
6fd3ebc
Compare
6fd3ebc
to
66c0df7
Compare
CHANGELOG.md
Outdated
|
||
BUG FIXES: | ||
* core: *Fix restoration of stopped periodic jobs [GH-3201] | ||
* api: Fix search handling of jobs with more than four hyphens and case were |
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.
Can you fix the star above ^
integrations/prometheus/README.md
Outdated
- See Prometheus's | ||
[Getting Started](https://prometheus.io/docs/introduction/getting_started/) | ||
guide for instructions on how to set up a Prometheus server. | ||
- A running Consul server, which will need to be added to this configuration |
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.
Can you clarify this point. I think you may want to say that the configuration is setup to read from the local agent and thus if the prometheus server is run on a machine without a Consul agent, the configuration will have to be updated to point to a Consul server.
@@ -0,0 +1,22 @@ | |||
global: | |||
external_labels: |
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.
What is this?
metrics_path: /v1/metrics | ||
params: | ||
format: ['prometheus'] | ||
|
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 white space
monitor: 'codelab-monitor' | ||
|
||
scrape_configs: | ||
- job_name: 'nomad_data' |
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.
nomad_metrics
e00222e
to
b04a476
Compare
b04a476
to
3a8320c
Compare
integrations/prometheus/README.md
Outdated
- See Prometheus's | ||
[Getting Started](https://prometheus.io/docs/introduction/getting_started/) | ||
guide for instructions on how to set up a Prometheus server. | ||
- A running Consul server. This configuration is written for a local remote |
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.
local remote?
This configuration is written assuming there is a local Consul agent being run along side the Prometheus server. If this is not the case, the configuration will need to be updated to point at the remote Consul agent.
d13c0d9
to
e7933df
Compare
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
This PR creates example prometheus configuration files and dashboards for Nomad.
This should be merged after #3171