DeploymentMetricsSettingsedit

The metrics settings for a deployment

Propertiesedit

destination (AbsoluteRefId, required)
The destination deployment that this deployment's metrics will be sent to
force_legacy_monitoring (boolean)
Set to true to force the deployment to use legacy monitoring instead of Metricbeat-based monitoring.

Exampleedit

{
   "destination" : {
      "deployment_id" : "string",
      "ref_id" : "string"
   },
   "force_legacy_monitoring" : true
}