-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(prometheus): Docker Daemon scraping for monitoring #1865
Merged
Conversation
This file contains 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
Removing testing code from the commit
aaronkvanmeerten
approved these changes
Jul 23, 2024
ltorje-8x8
approved these changes
Jul 25, 2024
Maybe it would be a good idea to create a readme under https://github.com/jitsi/docker-jitsi-meet/tree/master/prometheus similar to https://github.com/jitsi/docker-jitsi-meet/blob/master/log-analyser/README.md |
Would add the |
ltorje-8x8
approved these changes
Jul 26, 2024
bgrozev
reviewed
Jul 30, 2024
bgrozev
reviewed
Jul 30, 2024
bgrozev
reviewed
Jul 30, 2024
bgrozev
reviewed
Jul 30, 2024
bgrozev
approved these changes
Jul 30, 2024
saghul
added a commit
that referenced
this pull request
Sep 26, 2024
* 9e17f95 feat(jigasi): allow unique account UID for each entry even if the same auth is used (#1917) * ad2a577 fix(jigasi): transcriber VOSK URL variable into compose file (#1916) * 6c08391 feat(jigasi): transcriber configuration supports vosk URL (#1915) * 1db83ed feat(ldap): Start and configure only if enabled. * ceb4a51 feat(prosody): Skip some modules for prosody-jvb. * e7786d5 feat(jigasi): transcriber configuration for OCI and whisper and to skip saving (#1909) * c5afcde feat(jigasi): support graceful shutdown via sidecar (#1908) * 5d40297 feat(jigasi): allow optional label for xmpp servers (#1907) * e7cb0f4 feat(jvb): autoscaler sidecar shutdown hook on finish (#1906) * b0675c0 prosody: recording metadata module (#1734) * 36b2e16 feat(web) - Added NGINX_KEEPALIVE_TIMEOUT environment variable * 24bf3e4 fix(web) add HTTPS port to URL in env.example * 2280f6b feat(web) add ability to run the web container targetting JaaS * ff49cd9 Revert "feat(jigasi): install openjdk nonheadless, currently required for dep…" (#1899) * 66c6ad8 feat(jigasi): install openjdk nonheadless, currently required for dependencies (#1895) * 3f67408 feat(jigasi,transcriber): transcriber component and jigasi configuration updates (#1881) * 3e93212 fix(jicofo): pass compose variable for jicofo transcription support (#1893) * 084266c feat(transcriber): transcriber password in env.example and gen-passwords.sh (#1894) * e1b14f2 feat(prosody): enable brewery muc modules in internal muc component (#1892) * 1889c5d fix(web): enable hidden domain when transcriptions or recordings are enabled (#1891) * 46377d4 feat(prosody): transcriber account support and flag configuration fix (#1890) * 9f2489d feat(log-analyser): updated grafana dashboards (#1885) * 1e589f3 feat(log-analyser): transfered docker logs from docker containers and updated readme (#1884) * 1f056b4 web: remove unnecessary option * f893e49 base: update tpl * 7617503 fix(log-analyser): added Jitsi network to loki service * 27150a2 feat(prometheus): Docker Daemon scraping for monitoring (#1865) * d6b64a2 misc: working on unstable
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.
Docker Daemon scraping for monitoring
Summary:
This PR works on adding the functionality of monitoring Docker daemon using Open Telemetry Collector service. This would allow the monitoring of Docker Daemon and hence giving system statistics.
Changes:
service
named metrics which generates the docker daemon./var/run/docker.sock
file and generates the docker service metrics.9464
port, so that Prometheus can scrape the metrics and can be further used in creating dashborads.Contributor:
@24kushang
I need some guidance in connecting using the internal docker network.