Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.21 KB

_index.md

File metadata and controls

32 lines (26 loc) · 1.21 KB
Error in user YAML: Alias parsing is not enabled.
---
title: Javascript
weight: 20
description: >-
  <img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/JS_SDK.svg"></img>
  A language-specific implementation of OpenTelemetry in JavaScript (for Node.JS & the browser).
cascade:
  github_repo: &repo https://github.com/open-telemetry/opentelemetry-js
  github_subdir: website_docs
  path_base_for_github_subdir: content/en/docs/js/
  github_project_repo: *repo
---

This page contains an introduction to OpenTelemetry in JavaScript. This guide will walk you through installation and instrumentation and show you how to export data.

Status and Releases

Signal API Status SDK Status
Trace Stable Release Candidate
Metrics Development Development
Logs Roadmap Roadmap

You can find release information here

Further Reading