diff --git a/Vostok.Hosting/PublicAPI/net6.0/PublicAPI.Shipped.txt b/Vostok.Hosting/PublicAPI/net6.0/PublicAPI.Shipped.txt
index d15a5e86..7e061a31 100644
--- a/Vostok.Hosting/PublicAPI/net6.0/PublicAPI.Shipped.txt
+++ b/Vostok.Hosting/PublicAPI/net6.0/PublicAPI.Shipped.txt
@@ -243,6 +243,8 @@ Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.HostMetricsReporti
Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.HostMetricsReportingPeriod.set -> void
Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.HostMetricsSettings.get -> Vostok.Metrics.System.Host.HostMetricsSettings
Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.HostMetricsSettings.set -> void
+Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.LinuxProcessMetricsSettings.get -> Vostok.Metrics.System.Process.LinuxProcessMetricsSettings
+Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.LinuxProcessMetricsSettings.set -> void
Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.ProcessMetricsLoggingPeriod.get -> System.TimeSpan
Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.ProcessMetricsLoggingPeriod.set -> void
Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.ProcessMetricsReportingPeriod.get -> System.TimeSpan?
diff --git a/Vostok.Hosting/PublicAPI/net6.0/PublicAPI.Unshipped.txt b/Vostok.Hosting/PublicAPI/net6.0/PublicAPI.Unshipped.txt
index bc51f341..e69de29b 100644
--- a/Vostok.Hosting/PublicAPI/net6.0/PublicAPI.Unshipped.txt
+++ b/Vostok.Hosting/PublicAPI/net6.0/PublicAPI.Unshipped.txt
@@ -1,2 +0,0 @@
-Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.LinuxProcessMetricsSettings.get -> Vostok.Metrics.System.Process.LinuxProcessMetricsSettings
-Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.LinuxProcessMetricsSettings.set -> void
\ No newline at end of file
diff --git a/Vostok.Hosting/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt b/Vostok.Hosting/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt
index 2f98c3c9..c3ad1bbf 100644
--- a/Vostok.Hosting/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt
+++ b/Vostok.Hosting/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt
@@ -243,6 +243,8 @@ Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.HostMetricsReporti
Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.HostMetricsReportingPeriod.set -> void
Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.HostMetricsSettings.get -> Vostok.Metrics.System.Host.HostMetricsSettings
Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.HostMetricsSettings.set -> void
+Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.LinuxProcessMetricsSettings.get -> Vostok.Metrics.System.Process.LinuxProcessMetricsSettings
+Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.LinuxProcessMetricsSettings.set -> void
Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.ProcessMetricsLoggingPeriod.get -> System.TimeSpan
Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.ProcessMetricsLoggingPeriod.set -> void
Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.ProcessMetricsReportingPeriod.get -> System.TimeSpan?
diff --git a/Vostok.Hosting/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt b/Vostok.Hosting/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt
index bc51f341..e69de29b 100644
--- a/Vostok.Hosting/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt
+++ b/Vostok.Hosting/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt
@@ -1,2 +0,0 @@
-Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.LinuxProcessMetricsSettings.get -> Vostok.Metrics.System.Process.LinuxProcessMetricsSettings
-Vostok.Hosting.Components.SystemMetrics.SystemMetricsSettings.LinuxProcessMetricsSettings.set -> void
\ No newline at end of file
diff --git a/Vostok.Hosting/Vostok.Hosting.csproj b/Vostok.Hosting/Vostok.Hosting.csproj
index c58f2fb4..930bebdf 100644
--- a/Vostok.Hosting/Vostok.Hosting.csproj
+++ b/Vostok.Hosting/Vostok.Hosting.csproj
@@ -6,7 +6,7 @@
Debug;Release
- 0.3.68
+ 0.3.69
Vostok.Hosting