Description

This article explains the meanings of these keys in kafka when information is collected from PAA.

inventories.twamp.id

inventories.twamp.name

inventories.twamp.uuid

plugin.name

plugin.version

stream.config.interval

task.name


Solution

Here are the definitions of these keys:


inventories.twamp.id – This indicates the ID if the twamp in the inventory list


inventories.twamp.name – This indicates the name of the twamp in the inventory


inventories.twamp.uuid – This is the universally unique identifier for the twamp.


plugin.name – This indicates any plugins used to integrate with kafka to collect the streaming data


plugin.version – This indicates the version of the plugin.


stream.config.interval – This indicates the time interval in which the config for streaming would be refreshed to check for changes.


task.name - tasks are the fundamental units of work responsible for moving data between Kafka and other external systems.


stream.config.sock_rmem – This indicates the sockets read memory


stream.config.sock_wmem - This indicates the sockets write memory

Modification History

2025-10-01 : Article Created