Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetricsMonitoring

Enables sending metrics to IBM Cloud Monitoring. All metrics are opt-in. (Recommended) When the metrics_monitoring_crn is not populated, then enabled metrics are sent to the Monitoring instance at the container's location unless otherwise specified in the Metrics Router service configuration. (Legacy) When the metrics_monitoring_crn is populated, then enabled metrics are sent to the Monitoring instance defined in the metrics_monitoring_crn field.

Hierarchy

  • MetricsMonitoring

Index

Properties

Optional metrics_monitoring_crn

metrics_monitoring_crn: string

When the metrics_monitoring_crn is not populated, then enabled metrics are sent to the monitoring instance associated to the container's location unless otherwise specified in the Metrics Router service configuration. If metrics_monitoring_crn is populated, then enabled events are sent to the Metrics Monitoring instance specified.

Optional request_metrics_enabled

request_metrics_enabled: boolean

If set to true, all request metrics (i.e. rest.object.head) will be sent to the monitoring service.

Optional usage_metrics_enabled

usage_metrics_enabled: boolean

If set to true, all usage metrics (i.e. bytes_used) will be sent to the monitoring service.

Generated using TypeDoc