DiagnosticParameters interface
Diagnostic parameters of diagnostic operations
Properties
app |
App instance name |
duration | Duration of your JFR. 1 min can be represented by 1m or 60s. |
file |
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