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

Update Prometheus compose templates, add helm and kubernetes templates #286

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FlickRare
Copy link

Pull Request

Hello, in Server Monitoring // Prometheus and Grafana Tutorial (Sep 21, 2021) Christian prescribes creating the /etc/prometheus directory to store the prometheus.yaml config file.

As of today, the boilerplate repository specifies the prometheus.yaml bind mount source path as ./config/prometheus.yaml

I feel this introduces two problems as config/prometheus.yaml is now incongruent with the guide and using ./ (relative path) gave me issues too. Using / (absolute path) seems like the more reliable option.

If the repo team would like to keep /config/prometheus.ymal or etc/prometheus/config/prometheus.yaml, I can go in that direction and include a read.me for future users.


…lute path to /etc/prometheus which is prescribed in "Server Monitoring Prometheus and Grafana Tutorial" (Sep 21, 2021).
@ChristianLempa
Copy link
Owner

Good point! Ideally, all boilerplates snippets should be inline with the video tutorials. But that's a huge task to do, because things change from time to time, and I'm unable to update all videos the same way.

However, things will be addressed somewhere next year, I'm planning to make a new Prometheus video that includes metrics from Kubernetes and Alerts. I will update the config to be more aligned.

@ChristianLempa ChristianLempa self-assigned this Nov 8, 2024
@ChristianLempa ChristianLempa added the enhancement Implementing new boilerplate label Nov 8, 2024
@ChristianLempa ChristianLempa changed the title Retooled source path of prometheus.yaml bind mount to reflect an abso… Update Prometheus compose templates, add helm and kubernetes templates Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Implementing new boilerplate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants