2023-06-03 22:42:21 +02:00
|
|
|
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
|
2024-06-10 22:48:19 +02:00
|
|
|
index 52f7e53b81..b149e3251a 100644
|
2023-06-03 22:42:21 +02:00
|
|
|
--- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs
|
|
|
|
+++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
|
2024-06-10 22:48:19 +02:00
|
|
|
@@ -67,7 +67,7 @@ public class ServerConfiguration : BaseApplicationConfiguration
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets a value indicating whether to enable prometheus metrics exporting.
|
|
|
|
/// </summary>
|
|
|
|
- public bool EnableMetrics { get; set; } = false;
|
|
|
|
+ public bool EnableMetrics { get; set; } = true;
|
2023-06-03 22:42:21 +02:00
|
|
|
|
2024-06-10 22:48:19 +02:00
|
|
|
public bool EnableNormalizedItemByNameIds { get; set; } = true;
|
2023-06-03 22:42:21 +02:00
|
|
|
|