InstrumentRule(String, String, String, MeterScope, Boolean) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 InstrumentRule 類別的新執行個體。
public:
InstrumentRule(System::String ^ meterName, System::String ^ instrumentName, System::String ^ listenerName, Microsoft::Extensions::Diagnostics::Metrics::MeterScope scopes, bool enable);
public InstrumentRule (string? meterName, string? instrumentName, string? listenerName, Microsoft.Extensions.Diagnostics.Metrics.MeterScope scopes, bool enable);
new Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule : string * string * string * Microsoft.Extensions.Diagnostics.Metrics.MeterScope * bool -> Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule
Public Sub New (meterName As String, instrumentName As String, listenerName As String, scopes As MeterScope, enable As Boolean)
參數
- scopes
- MeterScope
列舉值的位元組合,指定要考慮的範圍。
- enable
- Boolean
true
表示啟用此接聽程式的相符檢測;否則為 false
。
備註
將會使用最符合指定檢測的特定規則。 參數的優先順序如下所示:
- MeterName、完全相符或最長的前置詞比對。 請參閱 Name。
- InstrumentName,完全相符。 Name.
- ListenerName,完全相符。 Name.
-範圍