다음을 통해 공유


VSTelemetryMeterProvider.IsValidInstrumentName(String) 메서드

정의

지정된 계측 이름이 사양에 따라 유효한지 여부를 반환합니다.

public static bool IsValidInstrumentName(string instrumentName);
static member IsValidInstrumentName : string -> bool
Public Shared Function IsValidInstrumentName (instrumentName As String) As Boolean

매개 변수

instrumentName
String

계측 이름입니다.

반환

계측이 유효한지 여부를 나타내는 부울입니다.

설명

사양을 https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#instrument참조하세요.

적용 대상