Link Class

This is a wrapper class to link the context to the current tracer. :param headers: A dictionary of the request header as key value pairs. :type headers: dict :param attributes: Any additional attributes that should be added to link :type attributes: dict

Inheritance
builtins.object
Link

Constructor

Link(headers: Dict[str, str], attributes: Attributes = None)

Parameters

headers
attributes
default value: None