xk6-mqtt
    Preparing search index...

    Interface HasTags

    Base interface for objects that can have tags. Tags are key-value pairs used for metrics and logging. The keys are names of tags and the values are tag values.

    interface HasTags {
        tags?: Record<string, string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    tags?: Record<string, string>

    Optional tags for metrics and logging.