ForwarderMetadata

ForwarderMetadata can be applied at the Forwarder or Collector level. NEXT TAG: 3

JSON representation
{
  "asset_namespace": string,
  "labels": {
    string: string,
    ...
  }
}
Fields
asset_namespace

string

Namespace is specified at the Forwarder and/or Collector level. If a namespace is provided for both, the Collector's namespace takes precedence.

labels

map (key: string, value: string)

Arbitrary labels specified at the Forwarder and/or Collector level. If both are provided, the labels are merged and the Collector's keys take precedence over if the keys overlap.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.