ApiMetricsConstructOptions<HSelf>Tag-construction options for ApiMetrics.Tag: bind the metrics resource to a Node.Tag (so it's served + reached on that node) and/or set its dashboard panel title.
modelsApiMetrics.Tag*
Source src/ApiMetrics.ts:2114 lines
export interface interface ApiMetricsConstructOptions<HSelf = never>Tag-construction options for
ApiMetrics.Tag
: bind the metrics resource to a
Node.Tag
(so it's served + reached on that node) and/or set its dashboard panel title.
ApiMetricsConstructOptions<function (type parameter) HSelf in ApiMetricsConstructOptions<HSelf = never>HSelf = never> {
readonly ApiMetricsConstructOptions<HSelf = never>.node?: anynode?: import NodeKeyNodeKey<function (type parameter) HSelf in ApiMetricsConstructOptions<HSelf = never>HSelf>;
readonly ApiMetricsConstructOptions<HSelf = never>.description?: string | undefineddescription?: string;
}
Referenced by 1 symbols