DiagnosticParameters interface

Diagnostic parameters of diagnostic operations

Properties

appInstance

App instance name

duration

Duration of your JFR. 1 min can be represented by 1m or 60s.

filePath

Your target file path in your own BYOS

Property Details

appInstance

App instance name

appInstance?: string

Property Value

string

duration

Duration of your JFR. 1 min can be represented by 1m or 60s.

duration?: string

Property Value

string

filePath

Your target file path in your own BYOS

filePath?: string

Property Value

string