npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@imqa/semantic-conventions

v0.1.1

Published

`@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`).

Readme

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.