feat: Add local sample setup for Prometheus + Grafana monitoring#182
Open
OldManYells wants to merge 2 commits into
Open
feat: Add local sample setup for Prometheus + Grafana monitoring#182OldManYells wants to merge 2 commits into
OldManYells wants to merge 2 commits into
Conversation
Garsooon
requested changes
Apr 5, 2026
Garsooon
left a comment
Member
There was a problem hiding this comment.
Docker works fine after tinkering with the code I comentted on and at that works really well, good work! However my comments will need to be addressed before I can confortably merge it.
| - GF_SECURITY_ADMIN_USER=admin | ||
| - GF_SECURITY_ADMIN_PASSWORD=admin | ||
| - GF_USERS_ALLOW_SIGN_UP=false | ||
| ports: |
Member
There was a problem hiding this comment.
Getting consistent errors here when trying to start up the run script after getting docker up. Is there a reason you used 3000:3000 and not 3001:3000?
| @@ -0,0 +1,39 @@ | |||
| #!/bin/sh | |||
Member
There was a problem hiding this comment.
Might be an issue on my end, but set -eu doesnt seem to work (on windows). set -e works just fine though.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Pull Request
Description
Small example of setting up Prometheus and Grafana monitoring for Poseidon.
Went a bit further and decided to setup the exporting directly by the server itself instead of using an exporter like JMX. Gives us a bit more control. This is setup using docker for local testing but can easily be extended to other deployment models
Details are available in
monitoring/README.mdSample included dasboard
