Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.83 KB

ExternalLink.md

File metadata and controls

21 lines (17 loc) · 1.83 KB

ExternalLink

Properties

Name Type Description Notes
created_epoch_millis int [optional]
creator_id str [optional]
description str Human-readable description for this external link
id str [optional]
is_log_integration bool Whether this is a "Log Integration" subType of external link [optional]
metric_filter_regex str Controls whether a link displayed in the context menu of a highlighted series. If present, the metric name of the highlighted series must match this regular expression in order for the link to be displayed [optional]
name str Name of the external link. Will be displayed in context (right-click) menus on charts
point_tag_filter_regexes dict(str, str) Controls whether a link displayed in the context menu of a highlighted series. This is a map from string to regular expression. The highlighted series must contain point tags whose keys are present in the keys of this map and whose values match the regular expressions associated with those keys in order for the link to be displayed [optional]
source_filter_regex str Controls whether a link displayed in the context menu of a highlighted series. If present, the source name of the highlighted series must match this regular expression in order for the link to be displayed [optional]
template str The mustache template for this link. This template must expand to a full URL, including scheme, origin, etc
updated_epoch_millis int [optional]
updater_id str [optional]

[Back to Model list] [Back to API list] [Back to README]