Custom links help you connect a data value to a URL, like a Datadog page or your AWS console.

Hierarchy

  • WidgetCustomLink

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
isHidden?: boolean

The flag for toggling context menu link visibility.

label?: string

The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables.

link?: string

The URL of the custom link. URL must include http or https. A relative URL must start with /.

overrideLabel?: string

The label ID that refers to a context menu link. Can be logs, hosts, traces, profiles, processes, containers, or rum.

Generated using TypeDoc