0.0.6 • Published 6 months ago

@imqa/semantic-conventions v0.0.6

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
6 months ago

IMQA Semantic Conventions

@openetelemetry/semantic-conventions is a collection of semantic conventions for OpenTelemetry. This package provides a set of attributes that are used to enrich telemetry data with additional context related to IMQA Web Agent (@imqa/web-agent).

List of Attributes

  • imqa.browser.device (ATTR_IMQA_BROWSER_DEVICE)
    Represents the type of browser device (e.g., mobile, tablet, desktop).

  • imqa.browser.name (ATTR_IMQA_BROWSER_NAME)
    Represents the browser's name.

  • imqa.browser.version (ATTR_IMQA_BROWSER_VERSION)
    Represents the browser's full version string.

  • imqa.browser.version_major (ATTR_IMQA_BROWSER_VERSION_MAJOR)
    Represents the browser's major version.

  • component (ATTR_IMQA_RUM_COMPONENT)
    Identifies a RUM component.

  • span.type (ATTR_IMQA_SPAN_TYPE)
    Describes the type of span.

  • screen.name (ATTR_IMQA_SCREEN_NAME)
    The screen or page name.

  • screen.type (ATTR_IMQA_SCREEN_TYPE)
    The type of screen or page.

  • session.id (ATTR_IMQA_SESSION_ID)
    Identifies the current session.

  • level (ATTR_IMQA_LOG_LEVEL)
    The log level (e.g., info, warn, error).

  • message (ATTR_IMQA_LOG_MESSAGE)
    The log message.

  • service.key (ATTR_IMQA_SERVICE_KEY)
    A key that identifies the service.

  • imqa.agent.version (ATTR_IMQA_AGENT_VERSION)
    Indicates the version of this IMQA agent.

  • rum.version (ATTR_IMQA_RUM_VERSION)
    Tracks the RUM (Real User Monitoring) version.

  • rum.scriptInstance (ATTR_IMQA_RUM_SCRIPT_INSTANCE)
    A unique instance identifier for the RUM script.

  • http.request.body (ATTR_IMQA_HTTP_REQUEST_BODY)
    Contains the body of the HTTP request.

  • link.traceId (ATTR_IMQA_LINK_TRACE_ID)
    The trace ID associated with a link.

  • link.spanId (ATTR_IMQA_LINK_SPAN_ID)
    The span ID associated with a link.

  • online (ATTR_IMQA_CONNECTIVITY_ONLINE)
    Connectivity status (online/offline).

  • document.referrer (ATTR_IMQA_DOCUMENT_REFERRER)
    The referrer URL of the document.

  • screen.xy (ATTR_IMQA_DOCUMENT_SCREEN_XY)
    The screen resolution (sometimes used for layout metrics).

  • longtask.name (ATTR_IMQA_LONGTASK_NAME)
    A descriptive name for a long task.

  • longtask.entry_type (ATTR_IMQA_LONGTASK_ENTRY_TYPE)
    The entry type for the long task.

  • longtask.duration (ATTR_IMQA_LONGTASK_DURATION)
    The duration of the long task in milliseconds.

  • location.href (ATTR_IMQA_BROWSER_LOCATION_HREF)
    The current window URL.

  • prev.href (ATTR_IMQA_USER_INTERACTION_PREV_HREF)
    The previous URL visited before the current user interaction.

0.0.6

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

8 months ago