다음을 통해 공유


SqlStatisticsPublisher.ReportMetrics 메서드

정의

오버로드

ReportMetrics(IClientPerformanceMetrics)

데이터베이스에 메트릭을 씁니다.

ReportMetrics(ISiloPerformanceMetrics)

데이터베이스에 사일로 성능 메트릭을 씁니다.

ReportMetrics(IClientPerformanceMetrics)

데이터베이스에 메트릭을 씁니다.

public System.Threading.Tasks.Task ReportMetrics (Orleans.Runtime.IClientPerformanceMetrics metricsData);
abstract member ReportMetrics : Orleans.Runtime.IClientPerformanceMetrics -> System.Threading.Tasks.Task
override this.ReportMetrics : Orleans.Runtime.IClientPerformanceMetrics -> System.Threading.Tasks.Task
Public Function ReportMetrics (metricsData As IClientPerformanceMetrics) As Task

매개 변수

metricsData
IClientPerformanceMetrics

메트릭 데이터

반환

데이터베이스 작업 작업

구현

적용 대상

ReportMetrics(ISiloPerformanceMetrics)

데이터베이스에 사일로 성능 메트릭을 씁니다.

public System.Threading.Tasks.Task ReportMetrics (Orleans.Runtime.ISiloPerformanceMetrics metricsData);
abstract member ReportMetrics : Orleans.Runtime.ISiloPerformanceMetrics -> System.Threading.Tasks.Task
override this.ReportMetrics : Orleans.Runtime.ISiloPerformanceMetrics -> System.Threading.Tasks.Task
Public Function ReportMetrics (metricsData As ISiloPerformanceMetrics) As Task

매개 변수

metricsData
ISiloPerformanceMetrics

메트릭 데이터

반환

데이터베이스 작업 작업

구현

적용 대상