SqlStatisticsPublisher.ReportMetrics 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
메트릭 데이터
반환
데이터베이스 작업 작업