-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vitaliy Roshchupkin
committed
May 2, 2024
1 parent
afe9e65
commit 177d311
Showing
3 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +0,0 @@ | ||
const Vostok.Metrics.System.Helpers.VostokSystemMetricsConstants.UseLegacyMetricsCollectorEnvironmentVariable = "VOSTOK_METRICS_SYSTEM_LINUX_USE_LEGACY_COLLECTOR" -> string | ||
static Vostok.Metrics.System.Host.HostMetricsExtensions.LogMetrics(this Vostok.Metrics.System.Host.HostMetrics metrics, Vostok.Logging.Abstractions.ILog log, System.TimeSpan period) -> void | ||
static Vostok.Metrics.System.Host.HostMetricsExtensions.ToDataPoints(this Vostok.Metrics.System.Host.HostMetrics metrics, System.DateTimeOffset? timestamp = null) -> System.Collections.Generic.IEnumerable<Vostok.Metrics.Models.MetricDataPoint> | ||
static Vostok.Metrics.System.Process.CurrentProcessMetricsExtensions.LogMetrics(this Vostok.Metrics.System.Process.CurrentProcessMetrics metrics, Vostok.Logging.Abstractions.ILog log, System.TimeSpan period) -> void | ||
static Vostok.Metrics.System.Process.CurrentProcessMetricsExtensions.ToDataPoints(this Vostok.Metrics.System.Process.CurrentProcessMetrics metrics, System.DateTimeOffset? timestamp = null) -> System.Collections.Generic.IEnumerable<Vostok.Metrics.Models.MetricDataPoint> | ||
Vostok.Metrics.System.Helpers.VostokSystemMetricsConstants | ||
Vostok.Metrics.System.Host.HostMetricsExtensions | ||
Vostok.Metrics.System.Process.CurrentProcessMetricsExtensions | ||
Vostok.Metrics.System.Process.CurrentProcessMetricsSettings.LinuxSettings.get -> Vostok.Metrics.System.Process.LinuxProcessMetricsSettings | ||
Vostok.Metrics.System.Process.CurrentProcessMetricsSettings.LinuxSettings.set -> void | ||
Vostok.Metrics.System.Process.LinuxProcessMetricsSettings | ||
Vostok.Metrics.System.Process.LinuxProcessMetricsSettings.DisableOpenFilesCount.get -> bool | ||
Vostok.Metrics.System.Process.LinuxProcessMetricsSettings.DisableOpenFilesCount.set -> void | ||
Vostok.Metrics.System.Process.LinuxProcessMetricsSettings.LinuxProcessMetricsSettings() -> void | ||
Vostok.Metrics.System.Process.LinuxProcessMetricsSettings.UseDotnetCpuCount.get -> bool | ||
Vostok.Metrics.System.Process.LinuxProcessMetricsSettings.UseDotnetCpuCount.set -> void | ||
Vostok.Metrics.System.Process.LinuxProcessMetricsSettings.DisableCgroupStats.get -> bool | ||
Vostok.Metrics.System.Process.LinuxProcessMetricsSettings.DisableCgroupStats.set -> void | ||
Vostok.Metrics.System.Host.HostMetrics.CpuUtilizedFractionInKernel.get -> double | ||
Vostok.Metrics.System.Host.HostMetrics.CpuUtilizedFractionInKernel.set -> void | ||
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