The service summary displays the graphs of a chosen service in your screenboard. Only available on FREE layout dashboards.

Hierarchy

  • ServiceSummaryWidgetDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Number of columns to display.

env: string

APM environment.

service: string

APM service.

showBreakdown?: boolean

Whether to show the latency breakdown or not.

showDistribution?: boolean

Whether to show the latency distribution or not.

showErrors?: boolean

Whether to show the error metrics or not.

showHits?: boolean

Whether to show the hits metrics or not.

showLatency?: boolean

Whether to show the latency metrics or not.

showResourceList?: boolean

Whether to show the resource list or not.

sizeFormat?: WidgetSizeFormat

Size of the widget.

spanName: string

APM span name.

time?: WidgetTime

Time setting for the widget.

title?: string

Title of the widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

Size of the title.

Type of the service summary widget.

Generated using TypeDoc