mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Jellyfin Docker /metrics not working #7000
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @frankvoelker on GitHub (May 10, 2025).
Description of the bug
Using the recent Jellyfin server in Docker (compose) as described here:
https://jellyfin.org/docs/general/installation/container/
I found the system.xml file in my mounted folder and changed
<EnableMetrics>false</EnableMetrics>to
<EnableMetrics>true</EnableMetrics>I restarted docker container multiple times. But /metrics endpoint always gives 404 and no metrics.
Reproduction steps
EnableMetricsto trueWhat is the current bug behavior?
What is the expected correct behavior?
/metrics endpoint should give metrics
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.10.6
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
@gnattu commented on GitHub (May 10, 2025):
I'm unable to reproduce. Can you check it again, where the config path printed during the server bootup is indeed the one you mounted?
@frankvoelker commented on GitHub (May 10, 2025):
Oh my ... you are right. something messed up my mounts and now I have /config/system.xml and /config/config/system.xml .... dont know what happened there. sorry. I will close this