builtin:dt-javascript-runtime.app-monitoring)
Set up the monitoring parameters for your custom Dynatrace applications. These parameters will establish the default behavior for logging and tracing within this environment.
Discover more about App functions and their monitoring..
Schema ID | Schema groups | Scope |
---|---|---|
builtin:dt-javascript-runtime.app-monitoring |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:dt-javascript-runtime.app-monitoring |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:dt-javascript-runtime.app-monitoring | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:dt-javascript-runtime.app-monitoring |
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Property | Type | Description | Required |
---|---|---|---|
Default log leveldefaultLogLevel | enum |
| required |
App function tracesdefaultTraceLevel | enum |
| required |
appMonitoring | Set<appMonitoring> | You can override the default monitoring setting for each app separately | required |
appMonitoring
objectProperty | Type | Description | Required |
---|---|---|---|
App IDappId | text | - | required |
App specific log levelcustomLogLevel | enum |
| required |
App specific function tracescustomTraceLevel | enum |
| required |